A function definition starts with the keyword:
Python Cert - Day 4 (PM)

Quiz
•
Computers
•
12th Grade
•
Hard

Bobby Liu
Used 1+ times
FREE Resource
34 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 6 pts
def
function
fun
2.
MULTIPLE CHOICE QUESTION
20 sec • 6 pts
A function definition:
cannot be placed among other code
may be placed anywhere inside the code after the first invocation
must be placed before the first invocation
3.
MULTIPLE CHOICE QUESTION
20 sec • 6 pts
A function parameter is a kind of variable accessible:
only after the function definition's completion
anywhere in the code
only inside the function
4.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
A way of passing arguments in which the order of the arguments determines the initial parameters' values is referred to as:
positional
ordered
sequential
keyword
5.
MULTIPLE SELECT QUESTION
45 sec • 6 pts
Which of the following statements are TRUE? (Select TWO answers)
The return keyword may cause the function to return a value
The return keyword forces the function's execution to terminate
The return keyword forces the function to restart its execution
6.
MULTIPLE CHOICE QUESTION
20 sec • 6 pts
None keyword designates:
a None value
a function which doesn't return a value
an empty instruction
7.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
A variable defined outside a function:
may not be accessed in any way inside the function
may be read, but not written (something more is needed to do so)
may be freely accessed inside the function
Create a free account and access millions of resources
Similar Resources on Quizizz
35 questions
Spring Final Review Part II

Quiz
•
9th - 12th Grade
29 questions
JavaScript

Quiz
•
9th - 12th Grade
30 questions
Python Beginner

Quiz
•
6th - 12th Grade
36 questions
Functions - Python

Quiz
•
12th Grade
30 questions
Python L1 Programming Challenge

Quiz
•
1st - 12th Grade
34 questions
CFU 5.1 - Algorithms & Programming Language

Quiz
•
9th - 12th Grade
37 questions
Final Quiz

Quiz
•
12th Grade
30 questions
Day 2 - Basics of Python

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University