
Python Quiz 2
Quiz
•
Other
•
Professional Development
•
Hard
21RU5A0505 KRISHNAVENI
Used 1+ times
FREE Resource
Enhance your content
34 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following functions is not a built-in functional programming tool in Python?
map()
filter()
reduce()
sorted()
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is The map() function in Python
Filters elements based on a condition
Transforms each element using a function(apply on each element)
Reduces a sequence to a single value
Sorts a sequence
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which import is required to use reduce() in Python?
import collections
import itertools
from functools import reduce
from operator import reduce
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the correct syntax of a lambda function?
Note:Without Storing in a variable
lambda (x, y): x + y
lambda x, y: x + y
def lambda(x, y): return x + y
def (x, y): return x + y
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will the following code output?
f = lambda x: x * 2
print(f(5))
5
10
25
error
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following statements about lambda is TRUE?
lambda can contain multiple return statements.
lambda can take multiple arguments but only one expression.
lambda is faster than normal functions.
lambda must always be named.
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What does the code return?
add = lambda a, b=10: a + b
print(add(5))
5
10
15
Error
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
30 questions
Kode Etik dan Peraturan Kepegawaian Al Fityan
Quiz
•
Professional Development
30 questions
MPP 1
Quiz
•
University - Professi...
34 questions
Unit 102 Revision #2
Quiz
•
Professional Development
37 questions
LENGUAJE CINEMATOGRÁFICO
Quiz
•
Professional Development
30 questions
رياضة وبسس
Quiz
•
Professional Development
37 questions
Football
Quiz
•
KG - Professional Dev...
35 questions
Medical Terminology 1
Quiz
•
Professional Development
30 questions
Final Listening & Speaking
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade