What is the purpose of Relational operators?
To compare two values
To compare relational expressions
To concatenate two strings
All the above
Which is used to display output on screen?
PRINT
REM
CLS
None of these
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 among the following is located at the bottom of the screen ?
Status bar
Tool bar
Scroll bar
Menu bar
What refers to fixed values that do not change during the execution of a program?
Identifiers
Constants
Variables
Which of the following is used to clear the screen?
CLEAR SCREEN
CLEAR
What is a program?
Which among the following can take different values at different times during program execution?
Which statement is used to assign value or date to a variable?
Arithmetic
Relational
Assignment
Conditional