Python Functions

Python Functions

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Python Review - Functions

Python Review - Functions

9th - 12th Grade

10 Qs

Code.Org: Unit 3, Lessons 3-5 Quiz

Code.Org: Unit 3, Lessons 3-5 Quiz

8th - 10th Grade

15 Qs

Parts of a Function

Parts of a Function

10th Grade

16 Qs

Function in Python

Function in Python

12th Grade

8 Qs

J277 - 2.2 - Functions in Python

J277 - 2.2 - Functions in Python

10th Grade - University

10 Qs

Functions Parameters

Functions Parameters

10th - 12th Grade

12 Qs

AP Computer Science Principles Unit 7 Review

AP Computer Science Principles Unit 7 Review

9th - 12th Grade

12 Qs

Functions & Scope of variables in C++

Functions & Scope of variables in C++

11th Grade - University

15 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?