Python Flashcard 10 ( Functions )

Python Flashcard 10 ( Functions )

Assessment

Flashcard

Other

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will print? Options: nothing, 5, 6, an error message

Back

5

2.

FLASHCARD QUESTION

Front

How many times will Boo print?

Back

4

3.

FLASHCARD QUESTION

Front

Which of the following keywords marks the beginning of the function block? Func, define, def, function

Back

def

4.

FLASHCARD QUESTION

Front

Which of the following items are present in the function header? Options: Function name only, Both function name and parameter list, parameter list only, Return value

Back

Both function name and parameter list

5.

FLASHCARD QUESTION

Front

What is the default return value for a function that does not return a value explicitly?

Back

None

6.

FLASHCARD QUESTION

Front

What term is used to describe data passed into/out of a program?

Back

Parameter

7.

FLASHCARD QUESTION

Front

What is the Label in the line of code: Label('Go Team', 200, 100)?

Back

function name

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?