Multiple Choice
In what higher-order function do you apply a predicate to each value within a list, and if the predicate returns true, the value is added to an object?
A) mapping
B) filtering
C) reducing
D) associating
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: The amount of memory needed for a
Q31: What higher-order function process applies a function
Q32: What is the lambda function in Python
Q33: A program's namespace is the set of
Q34: The Fibonacci sequence is a series of
Q36: The assignment of roles and responsibilities to
Q37: What is the name for a diagram
Q38: Most recursive functions expect no arguments.
Q39: The first five numbers of the Fibonacci
Q40: Like with an infinite loop, an infinite