Chapter 11 Control Statements - 6


Computer Class 10
1. In BASIC program, the error number is stored in the variable ERR.


2. In the FOR-NEXT statement the NEXT statement terminates the loop but it can not indicates from where the program will loop back.


3. When one or more loops are used inside an outer loop, they are called Nested loops.


4. In nested FOR-NEXT loops an inner FOR-NEXT loop contains one or more outer FOR-NEXT loops.


5. While using nested loops, the inner loop can overlap the outer loop.


6. The WHILE-WEND statement executes the loop as long as the condition is true.


7. The NEXT statement indicates the end of the loop, increments the counter and then tests the counter.


8. If nested loops have the same end point, a single NEXT statement is not sufficient for all of them.


This is more feedback!
This is the feedback!