Multiple Choice Questions:
1) Which variable keeps track of the ' number of times ' a particular instruction has been executed in a loop?
a. CONTROL
b. NEXT
c. FOR
2) Which value is optional and can either be positive or negative?
a. FOR
b. STEP
c. NEXT
3) Which statement combines the initalization and checking steps of counters in a single statement?
a. DO
b. WHILE
c. FOR
4) Which statement gives the increments to control variable, and directs the program control back to FOR statement?
a. NEXT
b. FOR
c. STEP
5) Which statement shifts the control back to the WHILE statement?
a. WHILE
b. WEND
c. DO
Answers
Answered by
14
Explanation:
a) FOR
b) STEP
c) DO
d) STEP
e) WHILE
Answered by
5
Multiple choice questions refer to selecting the best alternative for the statement among the given alternatives.
- The given statements belong to various computer statements.
- The correct answers are -
1. Which variable keeps track of the ' number of times ' a particular instruction has been executed in a loop?
a) FOR
2. Which value is optional and can either be positive or negative?
b) STEP
3. Which statement combines the initalization and checking steps of counters in a single statement?
c) DO
4. Which statement gives the increments to control variable, and directs the program control back to FOR statement?
d) STEP
5. Which statement shifts the control back to the WHILE statement?
e) WEND
#SPJ3
Similar questions