Question: 1. A process with no deferred operations is called a(n) ___________ _____________ process. A procedure that calls itself inside its body is called a ______recursion_________________

1. A process with no deferred operations is called a(n) ___________ _____________ process.

A procedure that calls itself inside its body is called a ______recursion_________________

A functional programmer will concentrates on the ___________________ between the values.

In a functional programming language, ____________ is the central component of the modeling.

______ applied to a list of Boolean values, returns their logical disjunction

______ applied to a predicate and a list, returns True if any elements of the list satisfies the predicate and False otherwise.

________ applied to two lists, returns a list of pairs which are formed by tupling together corresponding elements of the given lists.

_______ applied to a character, returns its ASCII code as an integer

__________ applied to a character argument, returns true if the character is alphabetic, and false otherwise.

_________ selects elements of a list that have a certain property

In functional languages, __________ is used for iteration. It is substituting loops mechanisms of imperative languages, like for, while .

________ applied to a non-empty list, returns the list without its first element.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!