Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions