CPM9.1-9.3 Quiz Review

CPM9.1-9.3 Quiz Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Data Structures

Python Data Structures

10th Grade

10 Qs

Lists in Python

Lists in Python

11th - 12th Grade

20 Qs

Python Strings & Lists

Python Strings & Lists

11th - 12th Grade

20 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Python Lists

Python Lists

10th - 12th Grade

15 Qs

list in python

list in python

12th Grade

19 Qs

CS Python Fundamentals Test 9 PRACTICE

CS Python Fundamentals Test 9 PRACTICE

9th - 12th Grade

20 Qs

Advanced Java Study Guide

Advanced Java Study Guide

11th - 12th Grade

10 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?