______ is used for execute the program.
Run
Start
Load
None of these
The statement to clear the screenis:
Clrser
CLS
Clear
Clear screen
If you want to change a program, which command is using?
Edit
Stop
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.
________ operators are used to combine several conditions together into one condition.
Logical operator
Relational operator
Arithmetical operator
Compound
DIM stands for __________
Dimension
Statement
Array
Basic is ______ language.
Interpreted
Compiler
Assembler
Translator
How many times the following print will work?
100 times
300 times
3 times
101 times
______ command is used to see the program before the execution begins.
Save
List
run