Python Chapter 5: Functions

Python Chapter 5: Functions

Assessment

Flashcard

Information Technology (IT)

Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A group of statements that exist within a program for the purpose of performing a specific task is a(n)           .

Back

function

2.

FLASHCARD QUESTION

Front

A design technique that helps to reduce the duplication of code within a program and is a benefit of using functions is           .

Back

code reuse

3.

FLASHCARD QUESTION

Front

The first line of a function definition is known as the           .

Back

header

4.

FLASHCARD QUESTION

Front

You            a function to execute it.

Back

call

5.

FLASHCARD QUESTION

Front

A design technique that programmers use to break down an algorithm into functions is known as           .

Back

top-down design

6.

FLASHCARD QUESTION

Front

A            is a diagram that gives a visual representation of the relationships between functions in a program.

Back

function relationship chart

7.

FLASHCARD QUESTION

Front

The                 keyword is ignored by the Python interpreter and can be used as a placeholder for code that will be written later.

Back

pass

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?