Which of the following keyword is used to put a point?
MODE
PLOT
LET
INPUT
In basic terminal ______ is used to save a program
Save
Store
Load
None of these
Predict the output of the following code:
10 FOR I=5 to 10 step 5
20 print I
30 NEXT I
5,10, 15, 20, 25.
5, 10.
5, 10, 20.
5.
If you want to run a program several times with same values.To this purpose_________ statement can use in your program.
READ - DATA
READ
DATA
______ is used for execute the program.
Run
Start
An array elements are________
Homogeneous
Heterogeneous
Different
Basic is ______ language.
Interpreted
Compiler
Assembler
Translator
The statement to clear the screenis:
Clrser
CLS
Clear
Clear screen
How many times the following print will work?
100 times
300 times
3 times
101 times