In the discussion, what is the allocated size for a double data type?
32 bits
1 bit
8 bits
64 bitsCorrect
In the discussion, what is the allocated size for an int data type?
32 bitsCorrect
1 bit
64 bits
8 bits
In this discussion, how many principles does OOP have?
Two (2)
One (1)
Four (4)Correct
Three (3)
In what year does the practice of Object-Oriented Programming started?
1967Correct
1968
1969
None of the choices
Inheritance ensures that only the necessary methods are presented outside of the current class.
FALSECorrect
Initialization used a special variable called count.
TRUECorrect
int b[2] = { 1, 2 }; cout << b[2];
The statement will induce array out of index.Correct
Is for statement a range-based?
TRUECorrect
Is it possible to create a nested conditional depending on the need?
TRUECorrect
Is the given conditional statement correct? if (cout << endl);
TRUECorrect
Is the given looping statement correct? for(i=5; i>0; i--){ cout << endl; }
TRUECorrect
is the phase in looping statements that are evaluated.
ConditionCorrect
It dictates the maximum number of values stored by an array.
Index
Array
SizeCorrect
None of the choices
It focuses on Native libraries hence even its Graphical User Interface (GUI) is made using Native Windows Application
Minimalist GNU for WindowsCorrect
It focuses on Native libraries hence even its Graphical User Interface (GUI) is made using Native Windows Application.
Microsoft Windows
Minimalist GNU for WindowsCorrect
GitHub
Visual Studio Code
It informs the application that the function shall not return any data.
Void/Void Return TypeCorrect
Return Type
Body/Body of Code Blocks
Function Name
It is a conditional that compares one specific variable with a set of constants.
Else
If-Else
SwitchCorrect
If-Switch
It is a data type where the function shall return as its execution.
Body/Body of Code Blocks
Function Name
Return TypeCorrect
Void/Void Return Type
It is a free and public web-based repository that allows distributed version control and source control management tool that uses extended Git functionalities.
Minimalist GNU for Windows
Visual Studio Code
Microsoft Windows
GitHubCorrect
It is a group of statements contained by a code block.
Void/Void Return Type
Body/Body of Code BlocksCorrect
Return Type
Function Name
It is a keyword or group of keywords in writing a pseudocode which only executes contained statements if all the conditions are met.
IF THEN ELSE END
IF THEN ELSE IF THEN ELSE END
IF THEN ENDCorrect
CALL
It is a keyword that accepts values from the user.
OUTPUT
CALL
WHILE DO LOOP
INPUTCorrect
It is a keyword that calls user-defined functions.
WHILE DO LOOP
INPUT
CALLCorrect
OUTPUT
It is a keyword that specifies a condition to repeat a block of statements
WHILE DO LOOPCorrect
It is a keyword that specifies a condition to repeat a block of statements.
OUTPUT
WHILE DO LOOPCorrect
CALL
INPUT
It is a keyword used to call user-defined functions
CALLCorrect
It is a method that enables the assignment of values to our properties hidden by scopes.
Abstraction
Encapsulation
Accessors
MutatorsCorrect
It is a method which enables the retrieval of values hidden by scopes.
Encapsulation
Mutators
Abstraction
AccessorsCorrect
It is a phase in looping where the statements inside the loop are executed.
Counter
Condition
BodyCorrect
Increment/Decrement
It is a programming centered in the use of objects.
Header Files
Class
Object-Oriented ProgrammingCorrect
Objects
It is a programming language specialized in simulations.
DynaBook
SimulaCorrect
Sims
Perl
It is a representation of tangible and intangible materials in Object-Oriented Programming.
ObjectsCorrect
Header Files
Object-Oriented Programming
Class
It is a separate C++ file which contains supplementary codes for applications.
Object-Oriented Programming
Class
Header FilesCorrect
Objects
It is a separate code block that performs a specific task.
FunctionCorrect
Body/Body of the Function
Parameter
None of the choices
It is a special lightweight software that organizes and manages the different changes done to our source codes and related files.
Version ControlCorrect
It is a special variable wherein set of initial value are place.
CounterCorrect
It is a special variable wherein set of initial values are placed.
CounterCorrect
Body
Increment/Decrement
Condition
It is a specific device running a specific operating system.
PlatformsCorrect
It is a subset in the internet where documents are relating to other documents using hypertext links.
World Wide WebCorrect
It is a subset Object-Object Programming which focuses in abstract representations of the objects.
Prototype-based
State-based
Class-basedCorrect
Object-based
It is a subset Object-Object Programming which focuses in reusability of the objects.
Prototype-basedCorrect
State-based
Object-based
Class-based
It is a symbol in flowcharting used to display value to the user.
Process
Preparation
Terminator
DataCorrect
It is a symbol in flowcharting used to initialize values and routines.
Process
PreparationCorrect
Terminator
Data
It is a symbol in flowcharting used to retrieve value from the user
DataCorrect
It is a symbol in flowcharting used to retrieve value from the user.
Preparation
DataCorrect
Terminator
Process
It is a symbol of Flowcharting used to initialize something.
PreparationCorrect
It is a symbol used to connect parts of the flowcharts from different pages.
Off-page ConnectorCorrect
Process
Data
Decision
It is a symbol used to indicate a specific action to be done.
Off-page Connector
Data
Decision
ProcessCorrect
It is a symbol used to set values.
Process
Off-page Connector
DataCorrect
Decision
It is a symbol with two and only two out-going paths possible
DecisionCorrect
It is a symbol with two and only two out-going paths possible.
Process
Data
DecisionCorrect
Off-page Connector
It is a user-friendly interface and easy navigation operating system.
Microsoft WindowsCorrect
It is a variant of the IF-THEN-END keywords wherein there can be more than one condition, and a separate block if none of the conditions specified matched.
IF ... THEN ... ELSE IF ... THEN ... ELSE ... ENDCorrect
It is an abstract representation of objects
ClassCorrect
It is an abstract representation of objects.
Header Files
Objects
ClassCorrect
Object-Oriented Programming
It is an array of characters.
None of the choices
StringCorrect
String and Text
Text
It is an integrated development environment (IDE) which houses mono develop as its base framework.
XamarinCorrect
It is an open source cross-platform IDE that supports a series of programming language.
Microsoft Windows
Minimalist GN for Windows
Visual Studio CodeCorrect
Code Blocks
It is assigned with the pointers which are done by appending an ampersand, the address of operator, before the variable name.
Address of the variableCorrect
None of the choices
Address of the pointer
Address of the reference
It is created to initialize operations for the class upon declaration.
Instantiation
Destructor
Initializer
ConstructorCorrect
It is equivalent to one cycle of repetition.
Condition
Looping
Initialization
IterationCorrect
It is here where we develop and run our software.
Operating SystemCorrect
It is impossible to create ________________ arrays because it is resource expensive.
Five-dimensionalCorrect
It is impossible to create five-dimensional arrays because its resource expensive.
FALSECorrect
It is located within a curly brackets/braces; opened by "{", and closed by "}".
Microsoft Windows
Visual Studio Code
Code BlocksCorrect
Minimalist GN for Windows
It is located within a curly brackets/braces; opened by "{", and closed by "}".
Code BlocksCorrect
It is made using Native Windows Application
GUICorrect
It is needed to be enabled to compile our selected compiled programming language to executables.
IDECorrect
It is one of the characteristics of problem solving in computer programming that aims to meet one specific path.
Goal-orientedCorrect
Solvable
Verifiable
Doable in a finite step
It is one of the characteristics of problem solving in computer programming that deals with assessing the validity of the solutions.
Doable in a finite step
Solvable
VerifiableCorrect
Goal-oriented
It is one of the characteristics of problem solving in computer programming that deals with the feasibility of the problem in terms of time
Doable in a finite stepCorrect
It is one of the characteristics of problem solving in computer programming that deals with the feasibility of the problem in terms of time.
Verifiable
Goal-oriented
Doable in a finite stepCorrect
Solvable
It is one of the characteristics of problem solving where the practicality of the solution is counterchecked against a range of test data.
Solvable
Quantifiable
Doable in finite steps
VerifiableCorrect
It is one of the characteristics of problem solving where the problem can be processed by the computer given a specific conversion scale.
QuantifiableCorrect
It is one of the characteristics of problem solving where the problem is non-quality oriented.