CS Python Fundamentals Test 9 PRACTICE

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Scott Chamberlain
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
When referring to two-dimensional lists, the phrase row-major means
more rows than columns
row first, then column
many rows, only one column
the rows are sorted, the columns are not
2.
HOTSPOT QUESTION
45 sec • 1 pt
Click on the location [1][3] within the 2-D array shown here.
3.
HOTSPOT QUESTION
45 sec • 1 pt
Click on the location [2][2] within the 2-D array shown here.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Based on your understanding of a row-major list in Python, how would a language process a column-major list?
The list would be limited to one row
The first index would be the column; the second index the row
The element at [0][0] would refer to the last value in the list
The row indexes decrease as the column indexes increase
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statements about lists is false?
An element is the data stored in a specific location
An index is a pointer to a specific location
List row and column numbers begin with 0
The first index in a 2-D list gives the column number
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which line of code correctly declares and initializes a 2-D list in Python?
prime = [2,3], [5,7]
prime = [2,3] + [5,7]
prime = [2,3][5,7]
prime = [[2,3], [5,7]]
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the code shown here, what are the dimensions of the list? (rows by columns)
4x3
3x2
2x3
3x4
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
(Q3) HTML Table Quiz

Quiz
•
9th - 12th Grade
20 questions
SQL Commands Part 1

Quiz
•
11th - 12th Grade
15 questions
Google Drive

Quiz
•
3rd - 9th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
24 questions
Excel Basics

Quiz
•
6th - 10th Grade
18 questions
Python 2D Lists Quiz

Quiz
•
10th Grade
15 questions
Formatting Tables Quiz

Quiz
•
5th - 12th Grade
20 questions
CLASS XI - MYSQL QUIZ

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade