
Unit 9 2D Lists Practice

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

12 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which is more commonly used: Row-major order (row listed first, then column) or Column-major order (column listed first, then row)?
Back
row-major order
2.
FLASHCARD QUESTION
Front
Which element is referenced by a[1][2]?
Consider the following 2D list called "a":
3 4 5
8 9 1
2 7 6
Back
1
3.
FLASHCARD QUESTION
Front
Fill in the blank to add 4 lists of [1, 2, 3] as elements to the list called "a":
for i in range(4):
a.______([1, 2, 3])
Back
append
4.
FLASHCARD QUESTION
Front
Consider this code. What are the dimensions of the 2D list called "grid" (row x column)? Options: 4 X 20, 5 x 5, 5 X 4, 4 x 5
Back
4 x 5
5.
FLASHCARD QUESTION
Front
Consider this code. What is printed? Options: 48, 82, 15, 24
Back
82
6.
FLASHCARD QUESTION
Front
After running this code, how many rows are in "list"?
Back
4
7.
FLASHCARD QUESTION
Front
If I wanted to add 100 to every element of a 2D list of integers, I would use 2 nested traditional for loops
Back
true
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
AP CSP Photo App List Flashcard

Flashcard
•
9th - 12th Grade
9 questions
Java For Loops

Flashcard
•
9th - 12th Grade
12 questions
Python Functions

Flashcard
•
9th - 12th Grade
12 questions
Python Functions

Flashcard
•
9th - 12th Grade
9 questions
AP CSP List Review

Flashcard
•
9th - 12th Grade
9 questions
PYTHON -- Lists (short)

Flashcard
•
9th - 12th Grade
12 questions
Code.org Unit 6 Assessment Day

Flashcard
•
9th - 12th Grade
9 questions
Python Review 5/23

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade