Chapter 11 Control Statements - 4


Computer Class 10
1. In BASIC language GOTO statement is used to transfer the control unconditionally.


2. The line number given after the GOTO statement must be different from the first line number.


3. Unconditional transfer of control statement creates problem in some programs.


4. Whether the condition used in conditional transfer of control statements is simple or complex but at one time one way can be selected.


5. In IF-THEN statement if the condition given after the "IF" is true then action after THEN will not be performed.


6. In IF-THEN-ELSE statement if condition is not correct then action after ELSE will be performed.


7. In IF-THEN-ELSE statement if condition is not correct, action after THEN will be performed.


8. IF-THEN-ELSE is not a single statement and ELSE is a separate program line.


9. ON-GOTO statement provides more than two options or transfer points in which either one can be selected at a time.


This is more feedback!
This is the feedback!