Python Functions

Python Functions

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Python - 01

Python - 01

9th - 12th Grade

10 Qs

Python Functions

Python Functions

11th - 12th Grade

12 Qs

CS Python Fundamentals Unit 6 - Animation

CS Python Fundamentals Unit 6 - Animation

9th - 12th Grade

18 Qs

Python User Defined Functions

Python User Defined Functions

12th Grade

14 Qs

Functions in Python

Functions in Python

9th - 12th Grade

15 Qs

CHAPTER1-FUNCTION

CHAPTER1-FUNCTION

12th Grade

10 Qs

Python Definitions

Python Definitions

10th - 12th Grade

12 Qs

Python Functions

Python Functions

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Anne Kohart

Used 840+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What will print?
nothing
5
6
an error message

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following items are present in the function header?

Function name only

Both function name and parameter list

parameter list only

Return value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following keywords marks the begining of the function block?

Func

define

def

function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Variable

Loop

Constant

Parameter

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a piece of code that can take inputs to perform a certain task?

a function

arguments

parameters

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the line of code:

Label('Go Team', 200, 100)

What is the Label?

argument

parameter

function name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the line of code:

Label('Go Team', 200, 100)

What is 'Go Team' ?

argument

parameter

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?