Search Header Logo

Python Functions Quiz

Authored by Adham Elmuntser

Computers

1st Grade

Used 1+ times

Python Functions Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(greet('Bob')) if the greet function is defined as:

Hello Bob

Hello, Bob!

Hello, !

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of the exponent parameter in the pow function in example 2?

1

2

3

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(pow(4, 3)) given the pow function is defined as:

16

8

64

12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of print(add(3, 4)) if the add function is defined as:

5

7

3.5

14

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the function: def multiply(x, y, z): return x * y * z + 2 What is the output of print(multiply(1, 2, 3))?

8

9

6

12

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the function concatenate is defined as: def concatenate(*args): print(args[1]) What is the output of concatenate('hello', 'world')?

hello

world

hello, world

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(calculate(8, 2)[2]) if the calculate function is defined as: def calculate(a, b): return a + b, a - b, a * b, a / b

10

6

16

4.0

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?