Python Lambda Functions

Quiz
•
Computers
•
12th Grade
•
Medium
Olga Maksimenko
Used 8+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як створити lambda функцію в Python?
lambda expression: parameters
expression: lambda parameters
parameters: lambda expression
lambda parameters: expression
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Як використовувати lambda функції для фільтрації списків з отриманням парних чисел в Python?
filter(lambda x: x % 2 == 1, список)
filter(lambda x: x % 2 != 0, список)
filter(lambda x: x > 5, список)
filter(lambda x: x % 2 == 0, список)
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Як використовувати lambda функції для зміни даних в списку в Python?
Використовуйте lambda функції разом з функцією filter() для зміни даних в списку.
Використовуйте lambda функції разом з функцією map() для зміни даних в списку.
Використовуйте lambda функції разом з функцією reduce() для зміни даних в списку.
Використовуйте lambda функції разом з функцією sort() для зміни даних в списку.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are some common use cases of lambda functions in Python?
Some common use cases of lambda functions in Python include: as arguments to higher-order functions, in list comprehensions, as key functions for sorting or grouping data, in event-driven programming or GUI applications, in functional programming, and in parallel computing or distributed systems.
Some common use cases of lambda functions in Python include: as arguments to lower-order functions, in set comprehensions, as value functions for sorting or grouping data, in procedural programming or CLI applications, in object-oriented programming, and in sequential computing or single-threaded systems.
Some common use cases of lambda functions in Python include: as arguments to higher-order functions, in tuple comprehensions, as attribute functions for sorting or grouping data, in procedural programming or CLI applications, in object-oriented programming, and in sequential computing or single-threaded systems.
Some common use cases of lambda functions in Python include: as arguments to built-in functions, in dictionary comprehensions, as index functions for sorting or grouping data, in procedural programming or CLI applications, in object-oriented programming, and in sequential computing or single-threaded systems.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Які обмеження лямбда-функцій у Python?
Лямбда-функції в Python мають ті самі функції, що й звичайні функції.
Лямбда-функції в Python не мають обмежень.
Лямбда-функції в Python мають такі обмеження, як здатність містити лише один вираз, нездатність містити оператори чи декілька рядків коду та обмежені функціональні можливості порівняно зі звичайними функціями.
Лямбда-функції в Python можуть містити кілька виразів.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що виконає програма :
myfunc = lambda a : a * 2
print(myfunc(5))?
None
10
2.5
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що означає ключове слово «lambda» в Python?
Умовне твердження
Особливий тип даних
Конструкція циклу
Анонімна функція
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Python

Quiz
•
9th - 12th Grade
15 questions
Тест з програмування на Python

Quiz
•
12th Grade - University
10 questions
l.7. PYTHON FUNCTIONS

Quiz
•
12th Grade
12 questions
Python for loop

Quiz
•
4th - 12th Grade
11 questions
Створення анімації

Quiz
•
1st - 12th Grade
15 questions
Python Basics

Quiz
•
KG - University
12 questions
Excel 1 частина 7 КЛАС

Quiz
•
12th Grade
10 questions
Веселий PYTHON-тест!

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
4 questions
Study Skills

Lesson
•
5th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University