Every BASIC statement must begin with a ____________ followed by a keyword.
Symbol
Character
Line number
Number
How to display the messages within PRINT statement?
=
' '
( )
" "
In which year, BASIC was developed?
1984
1914
1964
1990
Which is an assignment statement?
REM
LET statement
PRINT statement
None of these
What refers to fixed values that do not change during the execution of a program?
Constants
Identifiers
Variables
Which symbol is used to replace REM statement?
Double quotes
Colon
Semicolon
Single quotes
Which command is used to clear the screen?
CLS
STOP
END
EXIT
Which is the last statement in every basic program?
Cls
RUN
Which command is used to execute the program?
INPUT
PRINT
LET
Which command is used to exit from QBASIC?
Exit
Close
New