The one that dictates the maximum value stored by an array is called proportions
FALSECorrect
The only data type that can store large values until 65,535 is _________________ _______.
Unsigned ShortCorrect
The open source community of Microsoft to share software publicly is called ________________.
CodePlexCorrect
The original C is a ____________ programming language.
High-level
Mid-level
Low-levelCorrect
Machine-code
The OUTPUT keyword in pseudocodes ____________________.
Displays a valueCorrect
The phase in looping that indicates the statements under the loop is called _________.
BodyCorrect
Code Block
Increment/Decrement
Parameter
The phase in loops where the counter is changed is called Variation.
FALSECorrect
The practical result involving more than one programming language is called __________________.
DevelopmentCorrect
The practice of Object-Oriented Programming came as early as the year _______.
1967Correct
1969
1966
1968
The principle of OOP that deals with different variations of the same method is called __________________.
Encapsulation
Inheritance
PolymorphismCorrect
Abstraction
The programming language designed by Bjarne Stroustrup in ____ was initially proposed as a high-level programming language
1979Correct
The programming language designed by Bjarne Stroustrup in 1976 was initially proposed as a high-level programming language
FALSECorrect
The programming languages that showcase user-friendly implementations and structures are the mid-level programming languages.
TRUECorrect
The pseudocode for accepting user values is called INPUT
TRUECorrect
The return ___________ statement is used for closing remarks.
EXIT_SUCCESSCorrect
The return EXIT_SUCCESS statement is used for_____________.
Closing RemarksCorrect
The symbol used for Data is shaped like a ______________.
Rounded Rectangle
Oval
RhombusCorrect
Rectangle
The symbol used to set or retrieve values is called ___________.
DataCorrect
The syntax for the ______________ is dataType variableName.
ParameterCorrect
Increment/Decrement
for Loop Declaration
Function Declaration
The syntax for the parameter is dataType variableName.
TRUECorrect
The top most terminator uses ___________ arrow.
Out-goingCorrect
The two (2) pseudocode keywords that are the equivalent for the Data symbol in flowcharts are INPUT
TRUECorrect
The use of breaks is to prevent next conditions to be executed causing the switch statement to be executes.
TRUECorrect
The use of the statement "using namespace std;" is to ask permission in C++ that we will use std.
FALSECorrect
There are ______ terminator symbols per flowchart
Two/2Correct
There are _______ programming languages that are categorized in terms of complexity.
One
Four
ThreeCorrect
Two
There are _______ scenarios per decision symbol in flowcharts.
Two/2Correct
There are at least ______________ arrows in Decision Symbols of flowcharts.
Four/4
One/1
Two/2Correct
Three/3
There are six (6) principles of C++.
True
FalseCorrect
There are three (3) components that build up the phases of looping statements.
FALSECorrect
There exists a multi-paged pseudocode
TRUECorrect
There is only one data type that can handle textual values.
TRUECorrect
These are also called Variants.
Explicit Variables
Anonymous Variables
Explicit Data Types
Implicit Data TypesCorrect
These are conditionals that extend the functionality of if where in several other scenarios are accounted.
If ... Else If ... ElseCorrect
These are conditionals that matches the value of the variable-under-check with their literal counterpart.
SwitchCorrect
These are conditionals that provide an alternative scenario should the condition-under-check fails.
If ... ElseCorrect
These are container objects in C++ that can be applied with pointers.
None of the choices
References
VariablesCorrect
Pointers
These are container objects in C++ that can be applied with references.
Pointers
VariablesCorrect
None of the choices
References
These are containers that are assigned an actual value (e.g. not an address in the memory).
None of the choices
Pointers
References
VariablesCorrect
These are containers that are preceded with an ampersand.
ReferencesCorrect
None of the choices
Pointers
Variables
These are containers that are preceded with an asterisk.
PointersCorrect
Variables
None of the choices
References
These are data types that are declared and defined.
Explicit Data TypesCorrect
These are data types that are objective by nature.
Referenced Data TypesCorrect
These are data types that are taken depending on how they are stored or used.
Implicit Data TypesCorrect
These are declared variables.
Implicit Data Types
Anonymous Variables
Explicit VariablesCorrect
Explicit Data Types
These are declared with parameters.
Classes
FunctionsCorrect
Variables
Pointers
These are fully-integrated software that contains various features dedicated to software development.
Compilers
Version Control
Operating System
Integrated Development EnvironmentCorrect
These are functions in C++ that allows varying sizes of arrays.
Dynamic Memory AllocationCorrect
These are functions in C++ that changes the address of a variable to another address.
None of the choicesCorrect
These are high-level description of the processes in Computer Programming.
PseudocodeCorrect
These are limits placed to handle specific data
Data TypesCorrect
These are limits placed to handle specific data.
Both Variables and Data Types
Data TypesCorrect
None of the choices
Variables
These are looping statements where only the initialization, condition and increment phases occur within the parentheses of the statement.
None of the choicesCorrect
These are looping statements where the condition is evaluated right before the body is executed.
WhileCorrect
These are looping statements where the increment/decrement is evaluated right after the condition is executed.
None of the choicesCorrect
These are non-constant containers that may only be assigned a value once.
ReferencesCorrect
Variables
Pointers
None of the choices
These are temporary storage of data.
None of the choices
VariablesCorrect
Data Types
Both Variables and Data Types
These are the only data type to handle textual values.
CharactersCorrect
Doubles
Integers
Floats
These are the parts of Object-Oriented Programming that deals with extended functionality of the class.
MethodsCorrect
These are the parts of Object-Oriented Programming that deals with the constraint placed in variables and functions regarding where they can be accessed.
ScopesCorrect
These are the parts of Object-Oriented Programming that deals with the different internal variables of the class.
PropertiesCorrect
These are the parts of Object-Oriented Programming that deals with the initialization of various forms of the class.
ConstructorsCorrect
These are the parts of Object-Oriented Programming that gives meaning to the classes through the availability of accessible data.
PropertiesCorrect
These are the restriction we place to variables to handle only specified data.
Data TypesCorrect
These are the set of statements found inside the curly braces.
Body/Body of Code BlocksCorrect
Function Name
Void/Void Return Type
Return Type
These are the strong-typed data types.
Implicit Data Types
Explicit Data TypesCorrect
Anonymous Variables
Explicit Variables
These are the two types of conditionals in C++.
If-SwitchCorrect
Switch
If-Else
Else
These are undeclared variables that are used by the computer.
Anonymous VariablesCorrect
These are unnamed variables.
Explicit Variables
Anonymous VariablesCorrect
Implicit Data Types
Explicit Data Types
These variables that may not declare their data types are called ____________ Data Types.
ImplicitCorrect
They are special type of variables that store the address in the memory rather than the actual value or constant.
ReferencesCorrect
They organize source codes and development artifacts.
IDECorrect
This act means to create a different set of statement based on conditions.
Global variables
ConditionalsCorrect
Local Variables
None of the choices
This allow you to revert and secure copies of changes that you will commit to the repository
Version ControlCorrect
This allow you to revert and secure copies of changes that you will commit to the repository.