2.2.3 Arrays

2.2.3 Arrays

12th Grade

10 Qs

quiz-placeholder

Similar activities

Exam Tips and Preparation

Exam Tips and Preparation

KG - University

14 Qs

mac n cheese

mac n cheese

KG - University

10 Qs

THM 2021

THM 2021

KG - Professional Development

10 Qs

Remembrance Day 2020

Remembrance Day 2020

10th Grade - Professional Development

10 Qs

Google Drive Knowledge Check

Google Drive Knowledge Check

10th - 12th Grade

10 Qs

Mother's day

Mother's day

12th Grade

15 Qs

William Shakespeare

William Shakespeare

4th Grade - Professional Development

10 Qs

Chapter 4 Review

Chapter 4 Review

9th - 12th Grade

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

34

number[5]

96

number[0]

45

number[1]

27

number[3]

18

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?