2.2.3 Arrays

2.2.3 Arrays

12th Grade

10 Qs

quiz-placeholder

Similar activities

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

History of Media Literacy -Part 1

History of Media Literacy -Part 1

12th Grade

10 Qs

Microsoft 365 Review

Microsoft 365 Review

7th Grade - Professional Development

15 Qs

Commercial Pattern Quiz

Commercial Pattern Quiz

10th Grade - University

10 Qs

School Documents Quiz

School Documents Quiz

9th - 12th Grade

10 Qs

Mass Media Awareness

Mass Media Awareness

9th Grade - Professional Development

15 Qs

Passive Voice By T.Kenny

Passive Voice By T.Kenny

7th Grade - Professional Development

15 Qs

colours

colours

KG - Professional Development

10 Qs

2.2.3 Arrays

2.2.3 Arrays

Assessment

Quiz

Professional Development

12th Grade

Easy

Created by

RHSC Computing

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

day = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]

Using the one-dimensional array output the day beginning with the letter M

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

day = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]

Using the one-dimensional array output the days beginning with the letter S

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

day = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]

Using the one-dimensional array output the days beginning with the letter T

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

day = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]

employee = ["Raj", "Megan", "Saba", "Jerome", "Adam"]

Saba works on Wednesday. Output this information using the template below.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

day = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]

employee = ["Raj", "Megan", "Saba", "Jerome", "Adam"]

Raj works on Monday. Output this information using the template below.

6.

MATCH QUESTION

1 min • 1 pt

number= [ 27, 96, 45, 34,23,18,19]

Match the values to the array

96

number[3]

45

number[5]

18

number[0]

34

number[2]

27

number[1]

7.

DRAG AND DROP QUESTION

1 min • 1 pt

symbols = [ "A", "B", "C", "D", "E", "F"]

​ (a)   index =0 to ​ (b)  

print (​ (c)   [​ (d)   ])

​ (e)   index

index
symbols
next
for
5
6
endfor
while

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?