You are on page 1of 1

FALSE A class cannot contain more than one constructor.

Central Processing A computer component that deals with miscellaneous instructions of


Unit/CPU   software is called ____________.
A condition where it evaluated right before the body executes is called
TRUE
While Loop.
A conditional is used to perform specific actions depending on the
TRUE
evaluated expressions.
A constructor is created to initialize several properties or perform
TRUE
operations for the class upon declaration.
A Decision Symbol is the flowchart equivalent of switch keyword in
FALSE
pseudocode
A form of polymorphism that generally occurs during compile time is
FALSE
called overloading.
TRUE A function can call several other functions.
A function shall return as its final execution is called reoccurrence
TRUE
data type.
TRUE A group of related statements are called code blocks.
A mutators are assigned to enable the assignment of values to our
TRUE
properties hidden by scopes.
A programming centered in the use of objects is called Object-
TRUE
Oriented Program.
TRUE A programming language specialized in simulations is called Simula.
A programming language that defines an error in a specific action is
TRUE
called exception.
A property that states if a value cannot be changed is called
TRUE
immutability.
A scheme that focuses on entertainment and activities is called
Game
_________ Development
Value A sector of array which contains a _________ is called element.
TRUE A sector of array which contains a value is called element.
A separate C++ files that contains supplementary codes for
TRUE
applications is called Header files.
A series of statement repeated when a specific condition is met is
TRUE
called looping.
A statement where the body is executed first before the condition is
TRUE
evaluated is called do while statement.
A statement wherein the increment/decrement always occurs after the
for
statements of the body is called ________ statement.
A statement wherein the increment/decrement always occurs after the
TRUE
statements of the body is called FOR statement.

You might also like