Which is the last statement in every basic program?
STOP
Cls
END
RUN
Which is an assignment statement?
REM
LET statement
PRINT statement
None of these
Every BASIC statement must begin with a ____________ followed by a keyword.
Symbol
Character
Line number
Number
Which command is used to make correction in a particular line?
Ln
List
Edit
Run
In which year, BASIC was developed?
1984
1914
1964
1990
Which command is used to exit from QBASIC?
Exit
Close
New
Which symbol is used to replace REM statement?
Double quotes
Colon
Semicolon
Single quotes
Which statement displays the output of the given program on the console?
INPUT
PRINT
Which statement is used to input values to a variable during execution?
INPUT statement
REM is also called
Comment statement
Basic statement
Input statement