Which symbol is used to replace REM statement?
Double quotes
Colon
Semicolon
Single quotes
Which command is used to make correction in a particular line?
Ln
List
Edit
Run
Every BASIC statement must begin with a ____________ followed by a keyword.
Symbol
Character
Line number
Number
Which statement displays the output of the given program on the console?
REM
INPUT
RUN
PRINT
In which year, BASIC was developed?
1984
1914
1964
1990
BASIC stands for
Beginners All Purpose Symbol Instruction Code
Beginners All Program Symbol Code
Beginners All Purpose System Institution
None of these
Which command is used to execute the program?
LET
REM is also called
Comment statement
Basic statement
Input statement
Which command is used to clear the screen?
CLS
STOP
END
EXIT
Which is the last statement in every basic program?
Cls