Direction : True or FalsePrinciple of OOP that deals with different variations of the same method is called Polymorphism.
TrueCorrect
False
Direction : True or FalseReferences are used to point to multiple addresses in the memory.
True
FalseCorrect
Direction : True or FalseReferences are used to refer to one existing address in the memory.
TrueCorrect
False
Direction : True or FalseReferences returns the address of the variable it points to when using Address Of operator.
TrueCorrect
False
Direction : True or FalseSmalltalk was the Object-Oriented Programming Language built for Dynabook.
TrueCorrect
False
Direction : True or FalseSnippet is defined as part of an entire code.
TrueCorrect
False
Direction : True or FalseSwitch statement is a conditional that compares one specific variable with a set of constants.
TrueCorrect
False
Direction : True or FalseThe & symbol is used to retrieve the value of references.
True
FalseCorrect
Direction : True or FalseThe abstraction principle ensures that only the necessary methods are presented outside of the current class.
True
FalseCorrect
Direction : True or FalseThe Case Statement is part of IF Statement.
True
FalseCorrect
Direction : True or FalseThe counters are separated by open and close parenthesis.
True
FalseCorrect
Direction : True or FalseThe easiest category of programming languages to work with are the high-level programming languages
TrueCorrect
False
Direction : True or FalseThe first personal computer created using Object-Oriented Programming is PC DOS by IBM.
True
FalseCorrect
Direction : True or FalseThe go-in-between of the other programming languages are the mid-level programming languages.
TrueCorrect
False
Direction : True or FalseThe main function serves as an entry point of any C++ application.
TrueCorrect
False
Direction : True or FalseThe Methods [Class] is used to give primary information centered on the object.
True
FalseCorrect
Direction : True or FalseThe one that dictates the maximum value stored by an array is called proportions.
True
FalseCorrect
Direction : True or FalseThe programming language designed by Bjarne Stroustrup in 1976 was initially proposed as a high-level programming language
True
FalseCorrect
Direction : True or FalseThe programming languages that showcase user-friendly implementations and structures are the mid-level programming languages.
TrueCorrect
False
Direction : True or FalseThe return EXIT_SUCCESS statement is used for closing remarks.
TrueCorrect
False
Direction : True or FalseThe syntax for the parameter is dataType variableName.
TrueCorrect
False
Direction : True or FalseThe use of breaks is to prevent next conditions to be executed causing the switch statement to be executes.
TrueCorrect
False
Direction : True or FalseUnprocessed values are the values that changed from original to the current value.
True
FalseCorrect
Direction: True or False. Initialization use a special variable called counter.
TrueCorrect
False
Does C++ allow array of dynamic sizes?
FALSECorrect
DynaBuk is the first computer created using Object-Oriented Programming?
TRUE
FALSECorrect
Else statement is used in undefined conditional expressions.
FALSECorrect
Encapsulation extends the features and functionalities of existing classes and interfaces.
TRUECorrect
Encapsulation is used to hide the internal working of an application.
TRUECorrect
Exception is the result of an incorrect action or operation
TRUECorrect
Exception is the result of incorrect action committed unexpectedly.
TRUECorrect
Explicit Data Types are also called Variants.
FALSECorrect
Explicit Variables are declared outside the context of the application.
True
FalseCorrect
Float can store up to -9.10 x 1030.
True
FalseCorrect
Flowcharts are created using spreadsheet applications.
FALSECorrect
Flowcharts do not support multi-paged configuration.
FALSECorrect
For Loops is a statement in C++ where the body phases occur within the parenthesis of the statement.
FALSECorrect
for(i=5; i>0; i--){ cout << endl; }
TRUECorrect
Function ______________ are pointer in a pointer function.
ParametersCorrect
Function calls can be pointers.
TRUECorrect
Function is used as an alias as reference to the function.
FALSECorrect
Function name and variable name are similar?
FALSECorrect
Function name and variable name are____________.
DissimilarCorrect
Function name is a separate code block that performs a specific task.
FALSECorrect
Function parameters can be references.
TRUECorrect
Functions are also called procedures.
TRUECorrect
Functions are declared with parameters.
TRUECorrect
Functions are essentially a code block of related statements that allow varying values of its variables.
TRUECorrect
Functions can use ___________ in its parameters.
PointersCorrect
Fundamentals of computer programming are learned easily through the use of GUI.
FALSECorrect
Given the following work items (a) "To ask user for age" and (b) "To ask user for item price", the problem being addressed is about prices and interests
FALSECorrect
Given the problem below, that is the most probable last work item of the solution?
To display sectionCorrect
Given the problem below, that is the most probable last work item of the solution?"Write a program that displays the section of the user"
"To enter the username"
"To display section"Correct
"To calculate the birth year"
"To display the age"
Given the problem below, what is the most probable last work item of the solution?
To display ageCorrect
Given the problem below, what is the most probable last work item of the solution?"Write a program to calculate the age of the user based on his birth year"
"To display the lastname"
"To display the birth month"
"To display age"Correct
"To display the firstname"
Given the work item below, what is its most probable problem that it answers?"To display appendFirstLastname"
"Write a program that displays the firstname"
"Write a program to display the complete name of the user"Correct
"Write a program to estimate the lifespan of the user"
"Write a program to display the age of the user"
Global variables are variables declared _____________ int main() code block.
Inside
Before
Outside
AfterCorrect
Global variables are variables declared inside of "int main ( )" functions.
FALSECorrect
He is one of the creators of the open source programming language, Go, at Google, Inc in 2007.
Ken ThompsonCorrect
Header files are separate C++ files which contain supplementary codes for the application.
TrueCorrect
False
How many components build up the phases that a looping statement need to undergo internally?
Four (4)Correct
Five (5)
Three (3)
One (1)
Immutability is a property that states that the value cannot be changed.
TRUECorrect
Implicit Data Types can contain either integer or character.
TrueCorrect
False
Implicit Data Types can store _____ type of values.
AnyCorrect
Explicit
Selected
Implicit
Implicit Variables are declared within the context of the application.
True
FalseCorrect
In 1967, the practice of Object-Oriented Programming started.
TrueCorrect
False
In 3,000 B.C., the Greek Abacus was invented.
FALSECorrect
In a series of statements, looping in C++ is not allowed to repeat.
FALSECorrect
In C++, the abstract representation of objects is called ______________.
Interfaces
ClassesCorrect
Objects
Instantiation
In Low-level programming languages, developers are _________ access to the memory of the computer, particularly the random-access memory?
DirectCorrect
Mutable
Strong
Transmutable
In sorting problems, it is not allowed to arrange numerical values in ascending forms.
FALSECorrect
In the discussion, the allocated size for a _________ data type is 1 bit.
BoolCorrect
In the discussion, the allocated size for a double data type is___________.
64 bits (floating point)Correct
32 bits (floating point)
32 bits (integer)
64 bits (integer)
In the discussion, what is the allocated size for a char data type?