This code block can adopt input from another code block.
Body/Body of the Function
None of the choices
Parameter
FunctionCorrect
This code block is the entry point of C++ applications.
using namespace std;
int main( )Correct
return EXIT_SUCCESS;
#include<iostream>
This command prompt-like window that will help build fundamentals in computer programming
ConsoleCorrect
This command prompt-like window that will help build fundamentals in computer programming.
ConsoleCorrect
Visual Studio
Graphical User Interface
Git
This integer dictates what element of array is being process.
IndexCorrect
Size
Array
None of the choices
This is a part of a function that can indicate the function will not pass a value.
Return TypeCorrect
This is a part of a function that indicates the alias of the function.
Function NameCorrect
This is a way to organize the development files and configurations in a centralized repository.
Integrated Development Environment
Version ControlCorrect
Operating System
Compilers
This is the act of getting stored values from variables.
Assigning
None of the choices
Declaring
RetrievingCorrect
This is the act of saying we will be using a variable of a specific data type.
Assigning
Retrieving
DeclaringCorrect
None of the choices
This is the act of storing values to variables.
AssigningCorrect
None of the choices
Declaring
Retrieving
This is the maximum value for booldata type.
1Correct
This is the minimum value for booldata type.
0Correct
This is the minimum value for long data type.
-9.22337E+18Correct
This is the minimum value for signed shortdata type.
-32768Correct
This is the minimum value for unsigned short data type.
0Correct
This is the value for "NUL (null)" character of char data type.
0Correct
This looping statement in C++ where the condition is evaluated right before the execution.
While LoopCorrect
Do-While Loop
For Loop
None of the choices
This method has a prefixed with "get" in their function name.
AccessorsCorrect
Abstraction
Encapsulation
Mutators
This method has a prefixed with "set" in their function name.
Encapsulation
Accessors
Abstraction
MutatorsCorrect
This method's main purpose is to store values in hidden properties.
MutatorsCorrect
Accessors
Abstraction
Encapsulation
This phase in looping statements that dictates whether the loop should stop or continue.
Iteration
Initialization
Looping
ConditionCorrect
This principle ensures that only the necessary methods are presented outside of the current class.
Mutators
EncapsulationCorrect
Accessors
Abstraction
This principle extends the features and functionalities of existing classes and interfaces.
Overriding
InheritanceCorrect
Overloading
Polymorphism
This principle generalizes the properties and methods of classes in such a way that the implementations are hidden from outside the class.
Mutators
Encapsulation
Accessors
AbstractionCorrect
This principle is used to hide the internal working of an application.
EncapsulationCorrect
Abstraction
Mutators
Accessors
This property states that the value cannot be changed.
Maintainability
Permutability
Configurability
ImmutabilityCorrect
This special variable manages the flow of the loop.
Increment/Decrement
CounterCorrect
Condition
Body
This statement is used in undefined conditional expressions.
Switch Statements
If StatementsCorrect
Switch
Else
This statement is used to perform different actions per its condition.
If-Switch
Switch
If-ElseCorrect
Else
This tool varies mainly on how they support internal libraries, up-to-date third-party libraries and code optimization.
Integrated Development Environment
CompilersCorrect
Operating System
Version Control
This will not need to reference MinGW compiler and libraries per project by inserting our newly
Visual StudioCorrect
To test if you correctly performed the steps in configuring the Microsoft windows path what is to be opened first?
Command promptCorrect
True or False: DECLARE keyword is the equivalent for the Preparation symbol of flowcharts in pseudocode.
True
FalseCorrect
True or False: Parameter code block can adopt input from another code block.
True
FalseCorrect
True or False:A Decision Symbol is the flowchart equivalent of switch keyword in pseudocode.
True
FalseCorrect
True or False:A group of related statements are called code blocks.
TrueCorrect
False
True or False:A series of statement repeated when a specific condition is met is called looping.
TrueCorrect
False
True or False:All flowcharts are convertible to pseudocodes.
TrueCorrect
False
True or False:All pseudocodes are convertible to flowcharts.
TrueCorrect
False
True or False:All word processing applications can create flowcharts.
True
FalseCorrect
True or False:As of 2016, Cloud Computing is not yet supported by C#.
True
FalseCorrect
True or False:Conditions within a while loop are evaluated after the execution.
True
FalseCorrect
True or False:Data is a symbol used to compare two discrete values.
True
FalseCorrect
True or False:Database applications can create pseudocodes.
True
FalseCorrect
True or False:Descending is the usual arrangement for numerical values.
True
FalseCorrect
True or False:Explicit Data Types are also called Variants.
True
FalseCorrect
True or False:Flowcharts are created using spreadsheet applications.
True
FalseCorrect
True or False:Flowcharts can start with other symbol aside from a START terminator.
True
FalseCorrect
True or False:Function is used as an alias as reference to the function.
True
FalseCorrect
True or False:Function name is a separate code block that performs a specific task.
True
FalseCorrect
True or False:Given the following work item(s):"To ask user for basic salary""To ask user for total deductions"The most probable problem being addressed is "write a program to determine interest rate."
True
FalseCorrect
True or False: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.
True
FalseCorrect
True or False: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"
True
FalseCorrect
True or False:Given the problem, "Write a program to categorize bills by denomination", is the following work item(s) appropriate?"To ask the user for nickname"
True
FalseCorrect
True or False:Given the problem, "Write a program to organize paper bills by their corresponding denomination", a possible work item would be "to ask the user for nickname and address".
True
FalseCorrect
True or False:In 3,000 B.C., the Greek Abacus was invented.
True
FalseCorrect
True or False:Iteration is the special variable that controls the flow of loops.
True
FalseCorrect
True or False:Local variables are accessible throughout the code.
True
FalseCorrect
True or False:One cycle of repetition using loops is called an iteration.
TrueCorrect
False
True or False:One possible application of Embedded Systems Development is in Home Automation.
TrueCorrect
False
True or False:Parameter is used to itemize the input values of the function.
TrueCorrect
False
True or False:Server configurations are dealt using Data Science.
True
FalseCorrect
True or False:Sorting problems are problems where the values of given array is being arranged in a decremental order.
True
FalseCorrect
True or False:string is an array of text.
True
FalseCorrect
True or False:The allocated size for a double data type is 64 bits (integer).
True
FalseCorrect
True or False:The allocated size for an int data type is 64 bits
True
FalseCorrect
True or False:The allocated size if a chartype is 8 bits.
TrueCorrect
False
True or False:The body of the function is a group of statements contained by a code block.
TrueCorrect
False
True or False:The category in pseudocodes that deal with decision making is IF ... THEN ... ENDF.
True
FalseCorrect
True or False:The characteristic of Technical Work Items that deal with consistency is called Nonce.
True
FalseCorrect
True or False:The characteristic of Technical Work Items that deals with clarity is called Clear.
True
FalseCorrect
True or False:The free and web-based repository that allows distributed version control is called GitOpen.
True
FalseCorrect
True or False:The int main()function serves as an entry point of any C++ application.
TrueCorrect
False
True or False:The two (2) pseudocode keywords that are the equivalent for the Data symbol in flowcharts are INPUT and OUTPUT.