Which command is used to display the number of seconds since midnight?
TIMER
TIME
DATE
TIME$
Which among the following is used to give instruction to a computer?
Software
Program
Date
Programming language
Which operators are used for comparison?
Logical operators
Relational operators
Expressions
Arithmetic operators.
How to begin a variable name?
By using digits
By using letters
By using $
By using constants
Which command is used to assign a values to a variable?
OUTPUT
INPUT
LET
REM
Which among the following can take different values at different times during program execution?
Expression
Variable
Operators
None of these
Which symbol is used with a string variable?
$
&
^
S
Which command is used to print the output of a program?
Print
Print out
String
Output
Which command tells the computer that it is the end of the program?
CLS
END
QUIT
EXIT
Which among the following are used to perform different operations on constants and variables?
Constant
Commands