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

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

Quiz
•
10th Grade
10 questions
Chromebook Shortcuts

Quiz
•
6th - 9th Grade
10 questions
Pseudocode WHILE Loops

Quiz
•
10th - 12th Grade
10 questions
Applied Networking

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

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

Quiz
•
9th Grade
9 questions
Python Lists

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade