Search Header Logo
CMU CS Academy Unit 2 Part 1 Functions

CMU CS Academy Unit 2 Part 1 Functions

Assessment

Flashcard

Mathematics

9th Grade

Practice Problem

Hard

Created by

Wayground 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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?