This page requires a JavaScript-enabled browser
Instructions on how to enable your browser are contained in the help file.
Chapter 11 Control Statements - 7
1.
Decision and repetition blocks are called ____________________.
Click here to enter your answer!
2.
___________Statement causes an unconditional transfer of control in Basic Language with in the Program.
Click here to enter your answer!
3.
In BASIC programming one can transfer the control conditionally by using __________ statement.
Click here to enter your answer!
4.
IF� THEN statement with ___________ forms a controlled loop in which repetition is predefined.
Click here to enter your answer!
5.
IF..........THEN.....ELSE Statement transfers control to second part of the condition when the condition is ____________.
Click here to enter your answer!
6.
IF..........THEN.........ELSE is a ____________ statement.
Click here to enter your answer!
7.
In BASIC programming multiple branching is done by using ________________ statement.
Click here to enter your answer!
8.
By using ____________ statement one can transfer the control to any number of choices.
Click here to enter your answer!
9.
While using ON-GOTO statement the variable used must be __________ integer.
Click here to enter your answer!
10.
In BASIC programming ____________ statement is used to form counter loops.
Click here to enter your answer!
11.
In the For- Next loop the FOR statement is used as ______________.
Click here to enter your answer!
This is more feedback!
This is the feedback!