Which command is used to exit from QBASIC?
Exit
Close
New
None of these
Which is an assignment statement?
REM
LET statement
PRINT statement
Which statement is used to input values to a variable during execution?
INPUT statement
Which command is used to make correction in a particular line?
Ln
List
Edit
Run
Which statement displays the output of the given program on the console?
INPUT
RUN
PRINT
How to display the messages within PRINT statement?
=
' '
( )
" "
Which symbol is used to replace REM statement?
Double quotes
Colon
Semicolon
Single quotes
BASIC stands for
Beginners All Purpose Symbol Instruction Code
Beginners All Program Symbol Code
Beginners All Purpose System Institution
Which is the last statement in every basic program?
STOP
Cls
END
In which year, BASIC was developed?
1984
1914
1964
1990