What is a program?
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
How to execute a program?
Using Execute command
Using Run command
Using Compile command
Which symbol is used for concatenation?
(+)
(*)
(&)
(/)
Which is used to display output on screen?
PRINT
REM
CLS
None of these
ASSIGNMENT statement is also called __________.
LET
ASSIGN
What is a programming language?
Which operator operates on numeric constants and variables?
Arithmetic operator
Relational operator
Logical operator
What refers to the process of joining strings one after another?
Assign
Concatenation
Inheritance
What is the purpose of Relational operators?
To compare two values
To compare relational expressions
To concatenate two strings
All the above