Which statement is used for assigning a value to a variable within a program whose value may change during the program execution ?
LET
PRINT
INPUT
REM
Which command will print and wait for the user to enter the value and then assign this value to variable?
OUTPUT
Which of the following is used as the name of the memory location?
Variable
Constant
Data
String
What is Q Basic?
Operating Sytem
Programming language
Hardware
Browser
Which one of the following is a valid numeric constant ?
"783"
68!
8P3
-9
To accept a value from the user which statement is used ?
Which of the following sign is used with string variable ?
<
!
@
$
Which type of values do not change during the execution of the program?
Constants
Variables
Strings
Characters
It contains a value which may change during program execution. What is it ?
Which are the two seperators used with PRINT statement ?
' and "
< and >
, and ;
& and $