
Python Functions Quiz

Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Austin OBrien
Used 3+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword do we start with when creating our own functions in Python?
function
def
void
main
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does 'def' stand for?
deft
defend
definitely
define
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following Python code?
def add(a, b):
return a + b
result = add(3, 5)
print(result)
8
5
3
35
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'return' statement in a Python function?
To stop the execution of the function
To return a value from the function
To print a message to the console
To define a new variable
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When declaring a function, the variables inside the parentheses are called what? Example:
def add(num1, num2)
Copies
output variables
input variables
strings
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When we want to run a function, we...
Define it
Call it
Declare it
Copy it
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A function can return a value or many values back to where it was first "called".
True
False
Similar Resources on Wayground
10 questions
Python Statements

Quiz
•
5th - 7th Grade
10 questions
Programming with Python

Quiz
•
7th - 9th Grade
10 questions
Python3

Quiz
•
4th Grade - University
10 questions
Python User Input Quiz

Quiz
•
6th Grade - University
7 questions
Python Basics

Quiz
•
6th - 8th Grade
10 questions
KS4 Arrays and Loops in Python

Quiz
•
8th Grade
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
8 questions
Python

Quiz
•
KG - 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
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade