Which is used to display output on screen?
PRINT
REM
CLS
None of these
Which among the following is used to run the program in QBASIC system?
Commands
Menus
Both 1 & 2
What is a programming language?
Set of instructions given to a computer
Language which computer can understand
List of functional keys
None of above
Which statement is used to write comments in the body of program?
How to execute a program?
Using Execute command
Using Run command
Using Compile command
ASSIGNMENT statement is also called __________.
LET
ASSIGN
Which symbol is used for concatenation?
(+)
(*)
(&)
(/)
What refers to fixed values that do not change during the execution of a program?
Identifiers
Constants
Variables
Which symbol is used to replace REM statement?
Double quotes
Colon
Semi colon
Single quotes