Python Functions Review Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Bonnie Keating
Used 172+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a return in a function?
Keyword that tells the function what to print
Keyword that tells the function what value to send back
Keyword that tells the function what to add
Keyword that tells the function what parameter to pass
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
What is a parameter for a function?
the scope of the functions variables
a variable used to send information to a function
the name of the function
the name of the main program calling the function
3.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
What are the reasons for using functions? Select all that apply.
To build code that will be reused
To simplify code
To add comments
To help organize longer programs
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
WHAT IS THE DIFFERENCE BETWEEN A PARAMETER AND A FUNCTION?
1.Functions input values to a parameter
2.Parameter operate on those function values
1.Parameters input values to a function
2.Functions operate on those parameter values
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be printed?
nothing
5
6
"3 + 2"
Answer explanation
No print function is written. You need to print or save the function call.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be printed?
nothing
5
6
"3 + 2"
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be printed?
nothing
7
z
12
Answer explanation
9 is returned from the function call with 4 &5. Then 9 is passed with the 3 to the function again with 12 as the return value.
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Review Python

Quiz
•
12th Grade
27 questions
Unit 2 Computer Science Review

Quiz
•
10th - 12th Grade
26 questions
Python

Quiz
•
11th Grade
30 questions
LE BASI DEL LINGUAGGIO

Quiz
•
11th Grade
33 questions
APCSP Unit 3 Vocabulary

Quiz
•
10th - 12th Grade
25 questions
SUBROUTINES Pseudocode

Quiz
•
10th Grade
25 questions
Code.org Unit 3 CS Principles

Quiz
•
9th - 12th Grade
26 questions
Python 2 Reference Guide Quiz

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade