Which command is used to exit from QBASIC?
Exit
Close
New
None of these
Which among the following is a combination of letters and numbers?
Alphabets
Numeric data
Alphanumeric
Which is the last statement in every basic program?
STOP
Cls
END
RUN
BASIC stands for
Beginners All Purpose Symbol Instruction Code
Beginners All Program Symbol Code
Beginners All Purpose System Institution
Which statement is used to input values to a variable during execution?
PRINT statement
LET statement
INPUT statement
REM is also called
Comment statement
Basic statement
Input statement
Which is an assignment statement?
REM
How to display the messages within PRINT statement?
=
' '
( )
" "
Every BASIC statement must begin with a ____________ followed by a keyword.
Symbol
Character
Line number
Number
What refers to fixed values that do not change during the execution of a program?
Constants
Identifiers
Variables