________ statement is used to output a string to inform the user about the conditions need.
cin
std::coutCorrect
std::cin
Cout
_________ values are the values that changed from original to the current value.
ProcessedCorrect
Singular
Transformed
Converted
__________ is a component of the function which itemizes the input values of the function.
Return Statement
ParameterCorrect
Function Declaration
Body
__________ keyword accepts user values.
INPUTCorrect
__________ statement is used in undefined conditional expressions.
end if
elseCorrect
if
else if
___________ enabled developers to repeat a sequence of statements given the right conditions.
Functions
Selections
LoopsCorrect
Conditionals
___________ is the result of incorrect action committed unexpectedly.
Runtime Error
ExceptionCorrect
Interruption
Compile Error
___________ scope limits the access to the properties and methods under it to the class itself and to all classes that inherit them.
Virtual
ProtectedCorrect
Public
Private
____________ are also known as procedures.
Fields
FunctionsCorrect
Properties
Anonymous Variables
______________ are used to point to multiple addresses in the memory.
PointersCorrect
______________ is used to hide the internal working of an application.
Polymorphism
Abstraction
EncapsulationCorrect
Inheritance
______________ variables are bound to only one type of values.
ExplicitCorrect
_______________ are created using word-processing applications.
FlowchartsCorrect
_______________ is the phase in looping statements that are evaluated.
Increment/Decrement
Body
Initialization
ConditionCorrect
_______________ programming languages are easiest to work with.
High-levelCorrect
________________ principle ensures that only the necessary methods are presented outside of the current class.
Inheritance
EncapsulationCorrect
Abstraction
Polymorphism
________________ programming languages exhibit both strong abstraction and access to memory.
Low-level
Mid-levelCorrect
High-level
Machine-code
_________________ is a graphical representation that shows a series of actions in computer programming.
FlowchartCorrect
__________________ allows developer to support scenarios in the application.
Compilation
Data
Variables
ConditionalsCorrect
__________________ is a looping statement where the body is executed first before the condition is evaluated.
do-whileCorrect
while
for
do-until
__________________ is defined as a systematic approach to solve the main problem.
Problem SolvingCorrect
____________________ are assigned to variables.
Actual ValueCorrect
-9 is treated as TRUE
FALSECorrect
"Direction : Choose the best answer. Compared to the rest of the setup, this installation process will take several steps to complete."
MinGWCorrect
"Direction : Choose the best answer. Considering the low number of files that are processed for small projects this is optional."
Version ControlCorrect
"Direction : Choose the best answer. It is a user-friendly interface and easy navigation operating system."
Microsoft WindowsCorrect
"Direction : Choose the best answer. It is here where we develop and run our software."
Operating SystemCorrect
"Direction : Choose the best answer. It is made using Native Windows Application."
GUICorrect
"Direction : Choose the best answer. It is needed to be enabled to compile our selected compiled programming language to executables."
IDECorrect
"Direction : Choose the best answer. It presents minimalistic approach in presenting tools and libraries necessary to develop application for Microsoft Windows."
MinGWCorrect
"Direction : Choose the best answer. It was made to allow developers in the Open Source Community to publicly share software by Microsoft."
CodePlexCorrect
"Direction : Choose the best answer. What domain deals with analytics?"
Data ScienceCorrect
"Direction : Choose the best answer. What domain deals with microcontrollers?"
Embedded Systems DevelopmentCorrect
"Direction : Choose the best answer. What domain deals with server configurations?"
Back-end DevelopmentCorrect
"Direction : Choose the best answer. What domain deals with web applications?"
Cloud DevelopmentCorrect
"Direction : Choose the best answer. What is needed to be set up before adding a license?"
GitlgnoreCorrect
"Direction : Choose the best answer. Which is not a version of Shell?"
PSHCorrect
"Direction : Choose the best answer. Which of the following is not used in API Development?"
HTMLCorrect
"Direction : Choose the best answer. Which platform do C# not yet support as of 2016?"
AutomationCorrect
"Given the following work item(s) ""To ask user for age"" ""To ask user for item price"" The most probable problem being addressed is ""write a program to determine the discounted price of an item given the item price and age as entered by the user."""
TRUECorrect
"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 display section"Correct
"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 age"Correct
"Given the problem, ""Write a program to calculate the BMI of the user"", is the following work item(s) appropriate? ""To ask the user for blood type"""
FALSECorrect
"Given the problem, ""Write a program to categorize bills by denomination"", is the following work item(s) appropriate? ""To ask the user for nickname"""
FALSECorrect
"Given the work item below, what is its most probable problem that it answers? ""To display appendFirstLastname"""
"Write a program to display the complete name of the user"Correct
"What is the minimum number of flowchart symbols for this problem? ""Write a program that displays 'Hello World'."""
3Correct
"What is the minimum number of flowchart symbols is needed for the following problem (excluding the terminator symbols)? ""Write a program to display the quotient of two numbers."""
1Correct
"What is the minimum number of pseudocode for this problem? ""Write a program that displays 'Hello World'."""
1Correct
#include is the act of a function saying everything inside is belongs to it.
FALSECorrect
A ______ statement ends the execution of the entire loop.
breakCorrect
A _________ storage in the computer that is randomly accessed is called RAM.
TemporaryCorrect
Read-only
Permanent
Mutable
A __________ can call several other functions.
Reference
Pointer
ProcedureCorrect
Variable
A ___________ are assigned to enable the assignment of values to our properties hidden by scopes.
Overloading
Accessor
MutatorsCorrect
Overriding
A _______________ is created to initialize several properties or perform operations for the class upon declaration.
ConstructorCorrect
Mutators
Destructor
Accessors
A characteristic of Problem Solving that focuses on the quantity of test data is called Verifiable.
FALSECorrect
A class can contain at least ______ constructor(s).
Two
OneCorrect
Four
Zero
A class cannot contain more than one constructor.
FALSECorrect
A computer component that deals with miscellaneous instructions of software is called ____________.
Random Access Memory
Graphics Processing Unit/GPU
Monitor
Central Processing Unit/CPUCorrect
A condition where it evaluated right before the body executes is called While Loop.
TRUECorrect
A conditional is used to perform specific actions depending on the evaluated expressions.
TRUECorrect
A constructor is created to initialize several properties or perform operations for the class upon declaration.
TRUECorrect
A copy of the value is the result of retrieving a value from a variable?
TrueCorrect
False
A Decision Symbol is the flowchart equivalent of switch keyword in pseudocode
FALSECorrect
A form of polymorphism that generally occurs during compile time is called _______________.
Mutators
Overloading
OverridingCorrect
Accessor
A form of polymorphism that generally occurs during compile time is called overloading.
FALSECorrect
A function can call several other functions.
TRUECorrect
A function shall return as its final execution is called reoccurrence data type.
TRUECorrect
A group of related statements are called code blocks.
TRUECorrect
A mutators are assigned to enable the assignment of values to our properties hidden by scopes.
TRUECorrect
A problem wherein the values of given array is being arranged.
Descending
Counting
Ascending
SortingCorrect
A programming centered in the use of _____________ is called Object-Oriented Programming.
Interfaces
ObjectsCorrect
Classes
Instantiation
A programming centered in the use of objects is called Object-Oriented Program.
TRUECorrect
A programming language specialized in simulations is called Simula.
TRUECorrect
A programming language that defines an error in a specific action is called exception.