Chapter 11 Control Statements - 5


Computer Class 10
1. Loops are not useful in program containing READ-DATA statements.


2. IF-THEN statement with GOTO forms a controlled loop in which repetition is not defined.


3. Multiple branching can be done by using GOTO statement.


4. ON-GOTO statement can be called as a combination of the GOTO and IF-THEN-ELSE statements.


5. In ON-GOTO statement the variable or expression after "ON" can have positive or negative value.


6. Variables used in ON-GOTO statement must be defined earlier in the program.


7. Value of variable or expression should not be greater than the number of line number given after the word "GOTO"


8. ON-ERROR-GOTO statement is used to know place and type of error occurred in a program


9. In BASIC program, the line number where the error has been occurred is stored in ERR.


This is more feedback!
This is the feedback!