Every BASIC statement must begin with a ____________ followed by a keyword.
Symbol
Character
Line number
Number
Which command is used to execute the program?
INPUT
RUN
PRINT
LET
Which statement is used to input values to a variable during execution?
PRINT statement
LET statement
INPUT statement
None of these
Which is an assignment statement?
REM
Which command is used to clear the screen?
CLS
STOP
END
EXIT
How to display the messages within PRINT statement?
=
' '
( )
" "
Which command is used to exit from QBASIC?
Exit
Close
New
Which among the following is a combination of letters and numbers?
Alphabets
Numeric data
Alphanumeric
Which statement displays the output of the given program on the console?
Which is the last statement in every basic program?
Cls