2.2.3 Arrays

2.2.3 Arrays

12th Grade

10 Qs

quiz-placeholder

Similar activities

Christmas Pop Quiz

Christmas Pop Quiz

12th Grade

12 Qs

MSA Year End Training

MSA Year End Training

12th Grade

10 Qs

Fusion icons 4

Fusion icons 4

9th - 12th Grade

11 Qs

fusion icons 3

fusion icons 3

8th - 12th Grade

12 Qs

Lanzamiento Navidad 2019

Lanzamiento Navidad 2019

1st Grade - University

10 Qs

Life Skills 2

Life Skills 2

12th Grade

14 Qs

Riddles - Check your ingenuity - 2

Riddles - Check your ingenuity - 2

5th Grade - Professional Development

15 Qs

Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 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]

34

number[1]

18

number[0]

27

number[5]

45

number[2]

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?