100% found this document useful (2 votes)
1K views3 pages

Looping Statements Class 7th Mcqs

This document contains 13 multiple choice questions about looping statements in the 7th class. The questions cover topics like the control variable in loops, the FOR, NEXT, WHILE and STEP statements, initializing and incrementing the control variable, and using loops and sounds in programming.

Uploaded by

Dinesh Ji
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
1K views3 pages

Looping Statements Class 7th Mcqs

This document contains 13 multiple choice questions about looping statements in the 7th class. The questions cover topics like the control variable in loops, the FOR, NEXT, WHILE and STEP statements, initializing and incrementing the control variable, and using loops and sounds in programming.

Uploaded by

Dinesh Ji
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

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

Q.2 Which value is optional and can either be positive or negative?

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

Q.6 Which command plays music in the background in QB64. 6.

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

Q.9.The control variable is assigned an ..........

and.........value in for..next statement.

a. For , while

b. Next , counter

c. Initial , final

Ans c

Q.10 FOR statement is always used along with the........ statement.

a. Loop

b. For
c. Do while

d. Step

Ans d

Q.11. All the statements, which are to be executed in

a loop, come in between......statements.

a. Loop

b. For

c. Do while

d. For..next

Ans d

Q. 12. The...........statement increments/decrements the value of the control variable.

a. Counter

b looping

c Next

Ans c

Q.13. ASCII Character......can also create a Beep sound.

a. 5

b. 6

c. 7

d. 8

Ans c

You might also like