Match the vocabulary with the BEST example!
Python Vocab Matching

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
PRESTON COLE
Used 7+ times
FREE Resource
7 questions
Show all answers
1.
MATCH QUESTION
1 min • 1 pt
method call
attempts = 0
variable declaration
while guess != secret_number:
function declaration
def number_guessing():
formatted string literal
print(f"Done in {attempts} attempts.")
loop declaration
secret_number = random.randint(1, 100)
2.
MATCH QUESTION
1 min • 1 pt
Match the vocabulary with the BEST example!
Set
[1, 2, 3, 4, 5]
String
(1, 2, 3, 4, 5)
Dictionary
{'1':'2', '3':'4'}
Tuple
{1, 2, 3, 4, 5}
List
'[1, 2, 3, 4, 5]'
3.
MATCH QUESTION
1 min • 1 pt
two_d_list = [['a', 'b', 'c', 'd', 'e'], ['f', 'g', 'h', 'i', 'j']]
IndexError
two_d_list[2][0]
f
two_d_list[1][0]
TypeError
two_d_list[0][0]
c
two_d_list[1,2]
a
two_d_list[0][2]
4.
MATCH QUESTION
1 min • 1 pt
Match the vocabulary with the BEST example.
%
Module
VSCode
IDE
def
Modulo
import random
Keyword
random.randint()
Method
5.
MATCH QUESTION
1 min • 1 pt
Use the image to match the code element to a vocabulary word.
variable
append
reserved keyword
isinstance
function definition
calculate
method call
if
function call
i
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A step-by-step procedure or formula for solving a problem.
7.
LABELLING QUESTION
1 min • 1 pt
Label the syntax!
conditional statement
loop
nested function call
function definition
method call
formatted string literal
variable declaration
module
Similar Resources on Quizizz
10 questions
SQL

Quiz
•
10th Grade
10 questions
PYTHON (FOR LOOP)

Quiz
•
1st - 10th Grade
10 questions
PDA Software I&T - Constructs Required

Quiz
•
12th Grade
11 questions
AP CSP MCQ Review Session 3 Quiz

Quiz
•
10th Grade
10 questions
CSE 1.2.4 Quiz

Quiz
•
9th - 12th Grade
10 questions
The DOM Practice

Quiz
•
9th - 12th Grade
12 questions
CS Python Fundamentals Quiz 2 Review & Practice

Quiz
•
9th - 12th Grade
10 questions
Sorting and searching algorithms

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University