wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GR6 REVISION

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

What is the first part of the element?

a)

Array's Name

b)

Array's type

c)

Index

2.

What is the Second part of the Element [4] ?

a)

Array's Name

b)

Element Index

c)

Array's type

3.

What is the output ?

a)

ages

b)

12, 13, 11, 10

c)

[12, 13, 11, 10]

4.

What is the output ?

a)

n1

b)

12

c)

13

d)

11

5.

What is the output ?

a)

5

b)

10

c)

1

d)

3

6.

What is the index of the FIRST Element in the Array?

a)

0

b)

1

c)

Elements -1

7.

The Position of the element is the array is called ..........

a)

Location

b)

Position

c)

Index

8.

What is the value result?

a)

1

b)

9

c)

10

d)

15

9.

What is the Data type in line 3 ?

a)

Number

b)

String

c)

Boolean

10.

What is the Data type in line 1 ?

a)

Number

b)

String

c)

Boolean

11.

Which symbol is used to multiply ?

a)

x

b)

*

c)

+

12.

Which symbol is used to Divide?

a)

/

b)

*

c)

%

13.

How the IF Block is ended ?

a)

endif

b)

end

c)

end if

14.

How the Else block is ended ?

a)

else end

b)

endelse

c)

end else

15.

What is the value of element arr[0]

a)

55

b)

22

c)

11

16.

What is the value of element arr[2]

a)

11

b)

22

c)

33

17.

How many elements in the array ?

a)

5

b)

4

c)

6