Python Functions

Python Functions

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

JavaScript Function

JavaScript Function

9th - 12th Grade

8 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

CS Python Fundamentals Quiz 7 Review

CS Python Fundamentals Quiz 7 Review

9th - 12th Grade

10 Qs

function & procedures

function & procedures

9th Grade

16 Qs

Python Functions

Python Functions

9th - 12th Grade

8 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

LO13_Lesson 9

LO13_Lesson 9

10th Grade

18 Qs

Database Queries

Database Queries

9th - 10th Grade

14 Qs

Python Functions

Python Functions

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Anne Kohart

Used 847+ 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?