Search Header Logo

Quiz 4

Authored by Wai Li

Information Technology (IT)

University

Quiz 4
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Which keyword is used to define a function in Python?

func
function
def
define

2.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

What is the correct way to call this function?

def greet():

print("Hello!")

call greet()
greet()
print greet()
def greet()

3.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

What does the return keyword do in a function?

It exits the program
It prints a value
It sends a value back to the caller
It pauses the function

4.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Media Image

23
5
a + b
Error

5.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Media Image

test
Done
None
Error

6.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Which of the following statements about function parameters is correct?

Functions never need parameters
Parameters are values returned by a function
Parameters allow functions to receive input values
Parameters are only used with the print() function

7.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Which of the following is a parameter in this function definition? def double(x): return x * 2

def
double
x
None

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?