A variable that held a large volume of similar type of data is called:
A variable that held a large volume of similar type of data is called:
Location | |
Index | |
Array | |
Multi variable |
Location | |
Index | |
Array | |
Multi variable |
Variable | |
size of array | |
array elements | |
Index |
Same | |
Even | |
Odd | |
different |
WHILE---WEND | |
FOR---NEXT | |
Nope | |
IF---ELSE |
GOTO | |
FOR-Next | |
FOR-While | |
While-Wend |
Cycle | |
Test | |
Iteration | |
Duration/ Pause / Break |
SKIP | |
NEXT | |
STEP | |
INTERNET |
10 | |
0 | |
5 | |
1 |
Nested Loop | |
For Loop | |
Infinite Loop | |
Complex Loop |
N = N x 3 | |
N = N + 2 | |
N= N + 3 | |
N = N + 0 |
Selection | |
Loop | |
Sequence | |
IF/Program |
5 | |
3 | |
2 | |
4 |
If ---then | |
If ---then Else | |
For | |
Both B & C |
END | |
END IF | |
ELSE | |
THEN |
GOTO | |
IF-Then | |
ON-GOTO | |
ON ERROR GOTO |
ERG | |
EoF | |
ERL | |
EoL |
Resume | |
End | |
Resume Next | |
Stop |
All these | |
Loop | |
Selection | |
Sequence |
GOTO | |
ERR | |
ERL | |
GRR |
ON ERROR GOTO | |
ON …. GOTO | |
GOTO | |
IF …. ELSE |