In FOR...NEXT, the key word_____ is used to specify the increment .
FOR
TO
Step
NEXT
_______ represent a set of data items (or elements).
READ
Array
DATA
INPUT
Predict the output of the following code:
10 FOR I=5 to 10 step 5
20 print I
30 NEXT I
5,10, 15, 20, 25.
5, 10.
5, 10, 20.
5.
________ operators are used to combine several conditions together into one condition.
Logical operator
Relational operator
Arithmetical operator
Compound
BASIC is a ______ language.
HLL
LLL
Middle level
Binary.
DIM stands for __________
Dimension
Statement
None of these
Which of the following technique is suitable for to find average mark of a class?
Loop
_____ operators are used for comparing values.
Arithmetical
Relational
Losical
Which of the following keyword is used to put a point?
MODE
PLOT
LET
An array elements are________
Homogeneous
Heterogeneous
Different