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

Quiz
•
7th - 12th Grade
11 questions
GDevelop Editor

Quiz
•
7th - 12th Grade
10 questions
Quiz: Voice Input, Dictation, and Recognition

Quiz
•
12th Grade
10 questions
SmartArts

Quiz
•
9th - 12th Grade
9 questions
Unit 5 -- Lists, Loops, Traversals

Quiz
•
9th - 12th Grade
10 questions
Comp Sci unit 3 #6

Quiz
•
11th Grade
10 questions
Python Lists

Quiz
•
8th - 9th Grade
10 questions
Data Structures Quiz

Quiz
•
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