In which year, BASIC was developed?
1984
1914
1964
1990
Which is the last statement in every basic program?
STOP
Cls
END
RUN
How to display the messages within PRINT statement?
=
' '
( )
" "
Which command is used to clear the screen?
CLS
EXIT
What refers to fixed values that do not change during the execution of a program?
Constants
Identifiers
Variables
None of these
Which command is used to make correction in a particular line?
Ln
List
Edit
Run
Which command is used to exit from QBASIC?
Exit
Close
New
REM is also called
Comment statement
Basic statement
Input statement
Which statement displays the output of the given program on the console?
REM
INPUT
PRINT
Which statement is used to input values to a variable during execution?
PRINT statement
LET statement
INPUT statement