Search Header Logo

Python Programming unit 5 A Quiz

Authored by LOGESWARI M

Computers

University

Used 3+ times

Python Programming  unit 5 A Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to define a function in Python?

function myFunction():

def myFunction():

define myFunction():

func myFunction():

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to call a function in Python?

invoke

call

function

By writing the function name followed by parentheses

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? def add(x, y): return x + y print(add(2, 3))

23

5

Error

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a built-in function in Python?

sum()

average()

total()

plus()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the filter() function do?

Transforms each element

Selects elements that meet a condition

Deletes elements

Sorts elements

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function applies a given function to all items in an iterable?

apply()

map()

reduce()

filter()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The reduce() function requires which module?

functools

itertools

operator

math

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?

Discover more resources for Computers