CPM9.1-9.3 Quiz Review

CPM9.1-9.3 Quiz Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

List Manipulations

List Manipulations

11th Grade

20 Qs

Python List Basics

Python List Basics

12th Grade

14 Qs

CS Python Fundamentals Test 9 PRACTICE

CS Python Fundamentals Test 9 PRACTICE

9th - 12th Grade

20 Qs

Computer Science LISTS

Computer Science LISTS

12th Grade

18 Qs

Python Lists

Python Lists

8th - 9th Grade

10 Qs

6. Python (списки)

6. Python (списки)

5th - 9th Grade

17 Qs

Python - List and Tuples

Python - List and Tuples

11th - 12th Grade

20 Qs

GCSE Computer Science: Programming (Data Structures)

GCSE Computer Science: Programming (Data Structures)

9th - 10th Grade

20 Qs

CPM9.1-9.3 Quiz Review

CPM9.1-9.3 Quiz Review

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Marcia Bernas

Used 15+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In two-dimensional lists, the _____________ is always listed first.

dimension

row

initializer list

column

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python arrays are also called ______.

elements

rows

lists

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is in element [0][0]?

pretzel

undervalue

rational

windmill

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is in element [3][1]?

honey

iron

rational

effort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two-dimensional lists are used to store data that can be represented in a _____________.

number

string

grid

row

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code:

grid = []

grid.append (["frog", "cat", "hedgehog"])

grid.append (["fish", "emu", "rooster"])

print (grid[0][1])

What is output?

frog

cat

hedgehog

fish

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is not possible for an array to hold an array.

True

False

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?