Cs 201 Long Quiz 2
Cs 201 Long Quiz 2
ans: True
The looping statement in C++ where the condition appears on the last part of the
statement is called ________________ loop.
ans: do-while
There are three (3) components that build up the phases of looping statements.
ans: False
Visual Studio Code is an IDE that supports multiple programming languages under
multitude of operating systems.
ans: True
The phase in looping that indicates the statements under the loop is called
_________.
ans: Body
The ____________ looping statement evaluates the condition before executing the
body and the increment/decrement.
ans: while
Fundamentals of computer programming are learned easily through the use of GUI.
ans: True
These variables that may not declare their data types are called ____________ Data
Types.
ans: Implicit
There is only one data type that can handle textual values.
ans: True
The most efficient data type to use for flags like gender is _________________.
ans: Boolean
Version Control allows users to revert changes and download copies of the changes
from the client.
ans: True
The newly developed IDE from Microsoft that supports various programming languages
and acts as a subset of Visual Studio is called ________________.
ans: Visual Studio Code
The free and web-based repository that allows distributed version control is called
GitOpen.
ans: False
________ statement is used to output a string to inform the user about the
conditions need.
ans: Cout
Global variables are variables declared _____________ int main() code block.
ans: Outside
The only data type that can store large values until 65,535 is _________________
_______.
ans: Unsigned Short