Midterm Quiz 1 and Midterm Quiz 1 Computer Programming 1
Midterm Quiz 1 and Midterm Quiz 1 Computer Programming 1
Flag question
Question text
Direction : Choose the best answer.
It is here where we develop and run our software.
Select one:
a.
Operating System
b.
C++
c.
Console
d.
Version Control
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : Choose the best answer.
Usually ignored and not to be earnestly read before installing.
Select one:
a.
Admin right
b.
Sign up
c.
Catalogue
d.
License agreement
Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Implicit Variables are declared within the context of the application.
Select one:
True
False
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Variables can go away without declaring the data types.
Select one:
True
False
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
These are temporary storage of data.
Select one:
a.
Both Variables and Data Types
b.
Data Types
c.
None of the choices
d.
Variables
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Explicit Data Types are also called Variants.
Select one:
True
False
Question 7
Correct
Mark 1.00 out of 1.00
Flag question
Question text
What is needed to be verified correct and accurate before creating a repository?
Select one:
a.
Administrative Rights
b.
Fields
c.
Disk Space
d.
Permissions
Question 8
Correct
Mark 1.00 out of 1.00
Flag question
Question text
These are fully-integrated software that contains various features dedicated to software
development.
Select one:
a.
Integrated Development Environment
b.
Compilers
c.
Operating System
d.
Version Control
Question 9
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : Choose the best answer.
Compared to the rest of the setup, this installation process will take several steps to
complete.
Select one:
a.
GUI
b.
Compilers
c.
MinGW
d.
IDE
Question 10
Correct
Mark 1.00 out of 1.00
Flag question
Question text
It focuses on Native libraries hence even its Graphical User Interface (GUI) is made using
Native Windows Application.
Select one:
a.
Minimalist GNU for Windows
b.
Microsoft Windows
c.
Visual Studio Code
d.
GitHub
Midterm Quiz 2
Started on Saturday, 19 November 2022, 1:31 PM
State Finished
Completed on Saturday, 19 November 2022, 1:35 PM
Time taken 3 mins 55 secs
Marks 10.00/10.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
cout is used to output a string to inform the user about the conditions need.
Select one:
True
False
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
Body is the phase in looping where it dictates whether the loop will start or continue.
Select one:
True
False
Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text
This looping statement in C++ where the condition is evaluated right before the execution.
Select one:
a.
None of the choices
b.
While Loop
c.
For Loop
d.
Do-While Loop
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
Condition is the phase in looping statement where the statements inside the loop are
executed.
Select one:
True
False
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
The Default Statement is used when the execution of the case statement fails.
Select one:
True
False
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
The use of breaks is to prevent next conditions to be executed causing the switch statement
to be executes.
Select one:
True
False
Question 7
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
A condition where it evaluated right before the body executes is called While Loop.
Select one:
True
False
Question 8
Correct
Mark 1.00 out of 1.00
Flag question
Question text
The act where it is declared outside of the function.
Select one:
a.
None of the choices
b.
Conditionals
c.
Local Variables
d.
Global variables
Question 9
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Direction : True or False
A variable is used to store permanent value in a program.
Select one:
True
False
Question 10
Correct
Mark 1.00 out of 1.00
Flag question
Question text
It is a conditional that compares one specific variable with a set of constants.
Select one:
a.
If-Else
b.
Else
c.
If-Switch
d.
Switch