
Unit 1 Module 2 Test

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Benjamin Dusek
Used 22+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Select the incorrect function.
print()
123_print()
Print()
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
def display_name():
print("Aaron Rodgers")
Which line of code calls the function in the code above?
display_nam.run()
call(display_name)
print("aaron rodgers")
display_name()
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A function with two string parameters could start with which definition?
funct_add_strings(str1,str2):
def add_strings(str1,str2):
def 2_strings(str1,str2)
FUNCTION +_strings(a,b)
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
def add_num(num_1=36)
print(num_1+num_1)
Choose the correct output of calling the above function using the following code
add_num()
0
36
72
NAME Error
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Python function return variables can only be stored in variables.
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def add_num(num1 = 10)
return num_1+num_1
Choose the correct output of calling the function above using the following code'
print(add_num(36))
36
100
360
72
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def add_numbers(num_1,num_2 = 45):
return num_1+num_2
Choose the correct output of calling the function above using the following code
print(add_numbers(23))
68
1035
90
46
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
8 задание

Quiz
•
11th Grade
15 questions
Array

Quiz
•
10th - 12th Grade
15 questions
Unit4-รหัสเทียม

Quiz
•
12th Grade
16 questions
Cuestionario Palabras Reservadas Python

Quiz
•
9th - 12th Grade
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops

Quiz
•
9th Grade - University
17 questions
"switch" Java Statement - 1

Quiz
•
9th - 10th Grade
10 questions
CODEHS Looping Unit 5 Review

Quiz
•
9th - 12th Grade
15 questions
Grade 12-Python selection&iteration

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade