Please refer to MCQ Questions Chapter 2 Control Statements Class 12 Computer Science with answers provided below. These multiple-choice questions have been developed based on the latest NCERT book for class 12 Computer Science issued for the current academic year. We have provided MCQ Questions for Class 12 Computer Science for all chapters on our website. Students should learn the objective based questions for Chapter 2 Control Statements in Class 12 Computer Science provided below to get more marks in exams.
Chapter 2 Control Statements MCQ Questions
Please refer to the following Chapter 2 Control Statements MCQ Questions Class 12 Computer Science with solutions for all important topics in the chapter.
MCQ Questions Answers for Chapter 2 Control Statements Class 12 Computer Science
Question. Which statement can be used to terminate a case in the switch statement?
a. continue
b. goto
c. if
d. break
Answer
D
Question. Which of the following is an example of Post Test loop?
a. for
b. while
c. do while
d. continue
Answer
C
Question. Which of the following statement is also called as conditional statement?
a. for
b. break
c. if
d. while
Answer
C
Question. Which of the following is not a jumping statement?
a. while
b. continue
c. goto
d. break
Answer
A
Question. switch-case is similar to ________________ statement
a. if else
b. if else if
c. break
d. goto
Answer
B
Fill in the Blanks:
Question. The break statement can be used to terminate a case in the _________ statement.
Answer
switch
Question. In ____________ loops, the control conditions are tested after the body of loop
Answer
Post-Test
Question. ______________ statement is used to skip some statements inside the loop
Answer
continue
Question. In ____________ loops, the control conditions are tested before the body of loop
Answer
Pre-Test
Question. _______________ is a multi-way conditional control statement
Answer
Switch case
We hope you liked the above provided MCQ Questions Chapter 2 Control Statements Class 12 Computer Science with solutions. If you have any questions please ask us in the comments box below