CMU CS Academy Unit 2 Part 1 Functions

CMU CS Academy Unit 2 Part 1 Functions

Assessment

Flashcard

Mathematics

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a function in Python?

Back

A function is a block of reusable code that performs a specific task and can be called when needed.

2.

FLASHCARD QUESTION

Front

What is the purpose of a return statement in a function?

Back

The return statement is used to exit a function and send a value back to the caller.

3.

FLASHCARD QUESTION

Front

What is a function's signature?

Back

A function's signature includes its name and the number and types of its parameters.

4.

FLASHCARD QUESTION

Front

What is the difference between a built-in function and a user-defined function?

Back

Built-in functions are provided by Python, while user-defined functions are created by the programmer.

5.

FLASHCARD QUESTION

Front

What does it mean to 'call' a function?

Back

To 'call' a function means to execute it by using its name followed by parentheses.

6.

FLASHCARD QUESTION

Front

What is a local variable?

Back

A local variable is a variable that is defined within a function and can only be accessed inside that function.

7.

FLASHCARD QUESTION

Front

What is a global variable?

Back

A global variable is a variable that is defined outside of any function and can be accessed from any function in the program.

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?