How many times the following print will work?
100 times
300 times
3 times
101 times
An array elements are________
Homogeneous
Heterogeneous
Different
None of these
The statement to clear the screenis:
Clrser
CLS
Clear
Clear screen
If you want to change a program, which command is using?
Edit
Stop
Relational expressions from a condition and produce the output as ________.
True only
False
Either true or false
_______ represent a set of data items (or elements).
READ
Array
DATA
INPUT
Write the output of the following code:
10 CLS
20 FOR I=1 to 15 step 5
30 print I
40 NEXT I
1, 6,11.
1, 5, 10, 15.
1, 6, 15.
1,5,11,15.