______ command is used to see the program before the execution begins.
Load
Save
List
run
How many times the following print will work?
100 times
300 times
3 times
101 times
Which of the following technique is suitable for to find average mark of a class?
Loop
Array
INPUT
READ
In basic terminal ______ is used to save a program
Store
None of these
______ is used for execute the program.
Run
Start
___________ keyboard is used to give value to a specific variable.
LET
PLOT
PRINT
______command is used to take the program (is already saved program) in to the terminal.
Execute
If you want to run a program several times with same values.To this purpose_________ statement can use in your program.
READ - DATA
DATA
Find the output? After execution what is the value of sum?
10 CLS
20 sum=0
30 FOR I=1 to 5
40 SUM=SUM+I
50 NEXT I
60 PRINT SUM
80 END.
15
10.
5.
1.
In FOR...NEXT, the key word_____ is used to specify the increment .
FOR
TO
Step
NEXT