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
EXCEL

Quiz
•
KG - Professional Dev...
15 questions
Python study group: Week 3

Quiz
•
12th Grade
21 questions
Class 9 Computers A Word Processor MCQ

Quiz
•
9th Grade
20 questions
Dasar Komputer

Quiz
•
10th Grade - University
20 questions
BIM 1B Final Exam Review

Quiz
•
10th - 12th Grade
17 questions
Microsoft Word Ribbon (2019)

Quiz
•
7th - 12th Grade
20 questions
Ms Access Databases

Quiz
•
11th Grade
20 questions
Table Notes Quiz

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade