How many types of operators are there?
Two
Four
Three
Five
Which one refers the fixed values that do not change during the execution of a program?
Identifiers
Constants
Variables
None of these
Which of the following is used to clear the screen?
CLS
CLEAR SCREEN
CLEAR
None of above
Which statement allows the user to enter the value when program is running?
PRINT
REM
INPUT
Which command is used to exit from QBASIC?
Exit Command
Open Command
Save Command
Close Command
Which statement is used to assign value or data to a variable?
Assignment
Relational
Arithmetic
Which symbol is used to replace REM statement?
Double quotes
Colon
Semi colon
Single quotes
What is a program?
Set of instructions given to a computer
Language which computer can understand
List of functional keys
Which statement is used to write the comments in the body of program?