Which command is used to make correction in a particular line?
Ln
List
Edit
Run
Which among the following is a combination of letters and numbers?
Alphabets
Numeric data
Alphanumeric
None of these
Which is an assignment statement?
REM
LET statement
PRINT statement
Which command is used to exit from QBASIC?
Exit
Close
New
REM is also called
Comment statement
Basic statement
Input statement
How to display the messages within PRINT statement?
=
' '
( )
" "
BASIC stands for
Beginners All Purpose Symbol Instruction Code
Beginners All Program Symbol Code
Beginners All Purpose System Institution
Which command is used to clear the screen?
CLS
STOP
END
EXIT
Which command is used to execute the program?
INPUT
RUN
PRINT
LET
Which statement is used to input values to a variable during execution?
INPUT statement