Which one refers the fixed values that do not change during the execution of a program?
Identifiers
Constants
Variables
None of these
What is an instruction in QBASIC?
Statement
Assignment
Commands
Which statement allows the user to enter the value when program is running?
PRINT
REM
CLS
INPUT
Which is used to display the output on screen?
Which statement is used to assign value or data to a variable?
Relational
Arithmetic
What is the purpose of Relational operators?
To compare two values.
To compare relational expressions.
To concatenate two strings.
All the above.
Which statement is used to write the comments in the body of program?
Which command is used to print a program?
Print Command
Run Command
Save Command
Open Command
Which command is used to store the current file under different name?
Save As Command