Chapter 10: Flow of Control - Online Test

Q1. The "null or empty statement" is a statement containing
Answer : Option B
Explaination / Solution:
No Explaination.


Q2. Statements that alter the sequence of flow of instructions
Answer : Option A
Explaination / Solution:
No Explaination.


Q3. Statements, that are executed one after another only once from top to bottom.
Answer : Option B
Explaination / Solution:
No Explaination.


Q4. A set of statement are repetitively executed depends upon a conditions
Answer : Option C
Explaination / Solution:
No Explaination.


Q5. The statement (s) are executed depends upon a condition
Answer : Option D
Explaination / Solution:
No Explaination.


Q6. The condition on which the execution or exit from the loop is called
Answer : Option A
Explaination / Solution:
No Explaination.


Q7. Not used to terminate the execution of loop, skips the iteration.
Answer : Option C
Explaination / Solution:
No Explaination.


Q8. In C++ three Jump Statment are used
Answer : Option D
Explaination / Solution:
No Explaination.


Q9. What is the alternate name of null statement?
Answer : Option B
Explaination / Solution:
No Explaination.


Q10. In C++, the group of statements should enclosed within:
Answer : Option A
Explaination / Solution:
No Explaination.