True or False:There are three (3) components that build up the phases of looping statements.
True
FalseCorrect
True or False:There exists a multi-paged pseudocode.
TrueCorrect
False
True or False:Unnamed variables are accessible using the unmarked symbol.
True
FalseCorrect
True or False:Unnamed variables are called Anonymous Variables.
TrueCorrect
False
True or False:Visual Studio Code is an IDE that supports multiple programming languages under multitude of operating systems.
TrueCorrect
False
Unnamed variables are accessible using the unmarked symbol.
FALSECorrect
Unnamed variables are called Anonymous Variables.
TRUECorrect
Usually ignored and not to be earnestly read before installing.
License agreementCorrect
Values are limited by their data types.
TRUECorrect
variableName an alias used to remark an ___________.
ConditionalCorrect
Variables are appended with ___________ operator(s).
None of the choicesCorrect
Variables are container objects in C++ that can be applied with pointers.
TrueCorrect
False
Variables are container objects in C++ that can be applied with references.
TrueCorrect
False
Variables are pointers.
FALSECorrect
Variables can be reassigned a new address without redeclaring the variable.
FALSECorrect
Variables can go away without declaring the data types.
TRUECorrect
Variables defined within a code block is called ____________ variables.
Initialized
Global
Illegal
LocalCorrect
Variables store any type of values.
FALSECorrect
Version Control allows users to revert changes and download copies of the changes from the client.
FALSECorrect
Visual Studio Code is an IDE that supports multiple programming languages under multitude of operating systems.
TRUECorrect
voidreturn type informs the application that the function shall not return any data.
TRUECorrect
We use ___________________ to test the system path if defined.
Command PromptCorrect
We used __________to get user input.
std::cinCorrect
Cout
Cin
std::cout
What are the result of retrieving a value from a variable?
Copy of the address
Reference to the address
Reference to the value
Copy of the valueCorrect
What are the special variables in C++ that points to a sector in the memory?
Address Of (&)
Dereferencing (*)
References
PointersCorrect
What are the tangible components of Computers?
Development Tool Kits
HardwareCorrect
Operating System
Software
What are used in function calls that store addresses in the memory?
ReferencesCorrect
None of the choices
Pointers
Variables
What are used in function's parameters that store addresses in the memory?
None of the choices
References
PointersCorrect
Variables
What do you call a device where an application was made to run into?
Embedded System
PlatformCorrect
Operating System
Smart device
What do you call the distribution of information when stored on a physical disk?
FragmentationCorrect
What domain deals with analytics?
Data ScienceCorrect
What domain deals with both software and hardware configurations?
API Development
Embedded System DevelopmentCorrect
Back-end Development
Application Development
What domain deals with microcontrollers?
Embedded Systems DevelopmentCorrect
What domain deals with server configurations and setups?
Application Development
Embedded System Development
Back-end DevelopmentCorrect
API Development
What domain deals with web applications?
Cloud DevelopmentCorrect
What flowchart symbol is the equivalent for the pseudocode CALL keyword?
Data
Preparation
ProcessCorrect
Conditional
What flowchart symbol is the equivalent for the pseudocode IF ... THEN ... END keyword?
Process
Preparation
ConditionalCorrect
Data
What flowchart symbol is the equivalent for the pseudocode SET ... TO keyword?
ProcessCorrect
Preparation
Conditional
Data
What general part of Computers that performs calculations to accomplish tasks?
ProcessCorrect
Output
Operating System
Input
What is needed to be downloaded for the convenience of users working different Microsoft Windows Architecture?
Microsoft Windows
GitHub
Minimalist GNU for Windows
Visual Studio CodeCorrect
What is needed to be installed to support C and C++ applications for Visual Studio?
C++Correct
What is needed to be set up before adding a license?
GitlgnoreCorrect
What is needed to be set up before adding a license? TRUE or False The pseudocode for accepting user values is called INPUT.
TRUECorrect
What is needed to be verified correct and accurate before creating a repository?
Permissions
Administrative Rights
FieldsCorrect
Disk Space
What is the allocated size of a 3D double array with size 2, 4, 8?
4,096 bitsCorrect
What is the allocated size of a 3D int array with size 2, 4, 8?
2,048 bits (integral)Correct
What is the allocated size of a 3D long array with size 2, 4, 8?
4,096 bits (integral)Correct
What is the allocated size of a 3D short array with size 2, 3 and 4 respectively?
None of the choicesCorrect
What is the allocated size of a 3D string array with size 12, 4, 10?
Insufficient DataCorrect
What is the allocated size of a 5D bool array with size 2, 5, 10, 1?
100 bitsCorrect
What is the equivalence of the flowchart DISPLAY in pseudocodes?
CONDITION
OUTPUTCorrect
INPUT
PROCESS
What is the equivalence of the pseudo code IF ... THEN ... END in flowcharts?
CONDITIONCorrect
What is the equivalence of the pseudocode IF ... THEN ... END in flowcharts?
CONDITIONCorrect
PROCESS
INPUT
OUTPUT
What is the first computer created using Object-Oriented Programming?
Sims
Perl
DynaBookCorrect
Simula
What is the minimum number of flowchart symbols for this problem?
3Correct
What is the minimum number of flowchart symbols for this problem?"Write a program that displays 'Hello World'."
2
0
1
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
5
7
3
What is the minimum number of pseudocode for this problem?"Write a program that displays 'Hello World'."
1Correct
3
2
0
What is the scripting language used in Linux Operating Systems?
Python
C++
ShellCorrect
Java
What is the usual arrangement for a numerical value?
Counting
Sorting
AscendingCorrect
Descending
What kind of somewhat image does pointer create with the variable they are pointed to?
Mirror ImageCorrect
None of the choices
Duplicate Image
Copy Image
What type of software that acts as translators for the hardware components of the computer?
FirmwaresCorrect
What variable contains more than one value of similar data types?
Index
ArrayCorrect
None of the choices
Size
What web browser used the first versions of JavaScript?
Netscape NavigatorCorrect
When determining the gender of a person, the most practical data type to use is Boolean or Integer Values; even when displaying the value directly,without helping texts, to the user.
FALSECorrect
When was the Chinese abacus invented?
200 BC
300 BC
1,000 BC
3,000 BCCorrect
Which is not a subdomain of Application Development?
UI ApplicationsCorrect
Which is not a version of Shell?
PSHCorrect
Which is not an application of Embedded Systems Development?
All of the choicesCorrect
Which is not attributable to Computers?
Agriculture
Political ScienceCorrect
Biology
Physics
Which language ranked Top 5 of the most used languages in GitHub as of 2016?
PHPCorrect
Which of the following is not used in API Development?
HTMLCorrect
Which of the following was not helped by technology to advance further in their respective fields?
None of the choicesCorrect
Which one was not made possible because of Computers?