This page requires a JavaScript-enabled browser
Instructions on how to enable your browser are contained in the help file.
Chapter 11 Control Statements - 4
1.
In BASIC language GOTO statement is used to transfer the control unconditionally.
a) True
b) False
2.
The line number given after the GOTO statement must be different from the first line number.
a) False
b) True
3.
Unconditional transfer of control statement creates problem in some programs.
a) True
b) False
4.
Whether the condition used in conditional transfer of control statements is simple or complex but at one time one way can be selected.
a) False
b) True
5.
In IF-THEN statement if the condition given after the "IF" is true then action after THEN will not be performed.
a) True
b) False
6.
In IF-THEN-ELSE statement if condition is not correct then action after ELSE will be performed.
a) False
b) True
7.
In IF-THEN-ELSE statement if condition is not correct, action after THEN will be performed.
a) True
b) False
8.
IF-THEN-ELSE is not a single statement and ELSE is a separate program line.
a) True
b) False
9.
ON-GOTO statement provides more than two options or transfer points in which either one can be selected at a time.
a) False
b) True
This is more feedback!
This is the feedback!