NEW
Font size
WorksheetsGR6 REVISION
Total questions: 17
Worksheet time: 9mins
What is the first part of the element?
Array's Name
Array's type
Index
What is the Second part of the Element [4] ?
Array's Name
Element Index
Array's type
What is the output ?
ages
12, 13, 11, 10
[12, 13, 11, 10]
What is the output ?
n1
12
13
11
What is the output ?
5
10
1
3
What is the index of the FIRST Element in the Array?
0
1
Elements -1
The Position of the element is the array is called ..........
Location
Position
Index
What is the value result?
1
9
10
15
What is the Data type in line 3 ?
Number
String
Boolean
What is the Data type in line 1 ?
Number
String
Boolean
Which symbol is used to multiply ?
x
*
+
Which symbol is used to Divide?
/
*
%
How the IF Block is ended ?
endif
end
end if
How the Else block is ended ?
else end
endelse
end else
What is the value of element arr[0]
55
22
11
What is the value of element arr[2]
11
22
33
How many elements in the array ?
5
4
6
