This page requires a JavaScript-enabled browser
Instructions on how to enable your browser are contained in the help file.
Chapter 11 Control Statements - 1
1.
Which statement is used to repeat a part of program several times
a) FOR-NEXT
b) IF-THEN
c) GOTO
d) IF-GOTO
2.
Repetition of same set of statements in a program is called_____________.
a) Multiple branching
b) Looping
c) Branching
d) Executing
3.
___________ statement in a program causes unlimited looping.
a) GOTO
b) IF-THEN
c) ON-GOTO
d) FOR-NEXT
4.
IF-Then statement with GOTO forms a ____________ loop
a) Controlled
b) Endless
c) Unconditional
d) Nested
5.
The order in which program statements execute can be changed using a _____________ statement
a) Print
b) Input
c) Let
d) Control
6.
____________ statement is used to form counter loop.
a) ON-ERROR GOTO
b) WHILE-WEND
c) GOTO
d) FOR-NEXT
7.
The last line of the output using GOTO loop with READ�DATA statement is______________.
a) Syntax error
b) End of loop
c) Out of data
d) End of program
8.
Which of the following statements is used for multiple branching..
a) WHILE�.WEND
b) IF-THEN ELSE
c) GOTO
d) ON-GOTO
9.
During the execution of statement, For M=100 to 0 step-5
The value of M will be decreased by ___________ each time.
a) -5
b) -1
c) 5
d) 0
10.
The line number where the error has been occurred is stored in _______________
a) ERL
b) ERR
c) ELR
d) ELL
This is more feedback!
This is the feedback!