2.2.3 Arrays

2.2.3 Arrays

12th Grade

10 Qs

quiz-placeholder

Similar activities

MSA Year End Training

MSA Year End Training

12th Grade

10 Qs

fusion icons 3

fusion icons 3

8th - 12th Grade

12 Qs

Mass Media Awareness

Mass Media Awareness

9th Grade - Professional Development

15 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

Christmas Pop Quiz

Christmas Pop Quiz

12th Grade

12 Qs

Advertising Quiz

Advertising Quiz

9th - 12th Grade

15 Qs

2.1.2 Common errors

2.1.2 Common errors

12th Grade

10 Qs

Питон ООП Тест2

Питон ООП Тест2

12th Grade

14 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[2]

96

number[3]

18

number[0]

27

number[1]

45

number[5]

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?