Section 4A: Decompose the code using functions

Quiz
•
Computers
•
12th Grade
•
Medium
Misti McDaniel
Used 2+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used in Python to define a user-defined function?
function
def
func
define
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default return value of a function in Python if there is no return statement?
0
None
False
""
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to invoke a function named `greet`?
call greet
greet()
greet
invoke greet
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the `return` keyword do in a Python function?
Exits the program
Exits the function and optionally passes back a value
Prints a value to the screen
Continues to the next iteration
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes a generator in Python?
A function that returns a list
A function that uses `yield` to produce a sequence of values
A function that only prints values
A function that returns None
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following code, what will be printed? def foo(): pass print(foo())
0
None
foo
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about recursion is TRUE?
A recursive function must always have a base case.
Recursive functions cannot call themselves.
Recursion is only possible with integers.
Recursion is not allowed in Python.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python and PseudoCode Quiz

Quiz
•
10th Grade - University
15 questions
Scope of Variables in Python

Quiz
•
1st Grade - Professio...
10 questions
bài 28

Quiz
•
11th Grade - University
10 questions
Συναρτήσεις στην Python

Quiz
•
12th Grade
10 questions
Listes et conditions

Quiz
•
12th Grade
9 questions
Python Class and Object Quiz

Quiz
•
12th Grade
13 questions
c++ last

Quiz
•
1st Grade - University
10 questions
Penggunaan Pernyataan Function (4.2.2)

Quiz
•
3rd Grade - University
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