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
Match the vocabulary with the BEST example!
function declaration
while guess != secret_number:
variable declaration
def number_guessing():
formatted string literal
secret_number = random.randint(1, 100)
method call
print(f"Done in {attempts} attempts.")
loop declaration
attempts = 0
2.
MATCH QUESTION
1 min • 1 pt
Match the vocabulary with the BEST example!
Dictionary
(1, 2, 3, 4, 5)
Set
{'1':'2', '3':'4'}
List
{1, 2, 3, 4, 5}
String
[1, 2, 3, 4, 5]
Tuple
'[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']]
c
two_d_list[0][2]
f
two_d_list[1][0]
IndexError
two_d_list[0][0]
a
two_d_list[2][0]
TypeError
two_d_list[1,2]
4.
MATCH QUESTION
1 min • 1 pt
Match the vocabulary with the BEST example.
import random
IDE
VSCode
Modulo
random.randint()
Module
%
Keyword
def
Method
5.
MATCH QUESTION
1 min • 1 pt
Use the image to match the code element to a vocabulary word.
reserved keyword
i
function definition
if
function call
append
variable
isinstance
method call
calculate
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!
nested function call
conditional statement
module
variable declaration
loop
method call
function definition
formatted string literal
Similar Resources on Wayground
10 questions
CSS Review Part 3

Quiz
•
9th Grade
10 questions
Python списки

Quiz
•
10th Grade
10 questions
Python quiz

Quiz
•
10th Grade - Professi...
10 questions
Chromebook Shortcuts

Quiz
•
6th - 9th Grade
12 questions
Sequencing, Selection and Iteration

Quiz
•
8th - 10th Grade
12 questions
Search Algorithms

Quiz
•
9th - 11th Grade
12 questions
networking

Quiz
•
12th Grade
10 questions
The Internet

Quiz
•
8th - 9th 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