Looping Statements Class 7th Mcqs
Looping Statements Class 7th Mcqs
Q1. Which variable keeps track of the 'number of times' a particular instruction has been executed in
a loop?
a. Control
b. NEXT
C. FOR
Ans c
a. FOR
b. STEP
c. NEXT
Ans b
Q.3 Which statement combines the initialization and checking steps of counters in a single
statement?
a. DO
b. WHILE
c. FOR
Ans c
Q.4. Which statement gives the increment to control variable, and directs the program control back
to FOR statement.
a. NEXT
b. FOR
c. STEP
Ans a
Q.5. Which statement shifts the control back in the WHILE statement?
a. WHILE
b. WEND
c. DO
Ans b
a. MB
b. MF
c. T
Ans a
Q.7. ............means repeated execution of statements for fixed number of times in a program.
a. Initial
b. Looping
c. Step
Ans b
Q.8 The. ...........variable keeps track of the number of times a process is executed.
a. Counter
b.final
c. For next
Ans a
a. For , while
b. Next , counter
c. Initial , final
Ans c
a. Loop
b. For
c. Do while
d. Step
Ans d
a. Loop
b. For
c. Do while
d. For..next
Ans d
a. Counter
b looping
c Next
Ans c
a. 5
b. 6
c. 7
d. 8
Ans c