Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Python Functions and Escape Sequences

Python Functions and Escape Sequences

9th - 12th Grade

12 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python: Functions and Parameters

Python: Functions and Parameters

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Karen Koelm

Used 111+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct code to define a function?

def area ( ):

area ( )

def area:

def area ( )

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct way to call a function?

def distance ( ):

distance

distance ( )

distance ( ):

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

In the provided code, which variables have not been defined?

dist

d

rate

time

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

In the provided code, which values are parameters?

rate

5

time

8

d

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

In the provided code, which values are arguments?

rate

time

5

8

d

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the valid data types for the parameters/arguments of the pre-built function, math.sprt ( ) ?

integer

float

boolean

string

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct data type for the value of cat?

cat = input("How many cats do you have?")

string

integer

float

boolean

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?