OSPP MODULE 8
Basically, functional programming has functions that are similar to mathematical functions, as in
we have an
input which will give us a specific output. It does not concern side-effects, changing the state or
properties
of data but instead merely produces a separate result. - ANS-In short, how is the functional
programming paradigm different from the imperative programming
paradigm?
Head is the first element of the list, tail is the rest of the list. - ANS-What is meant by the head
and tail of a list?
A predicate is a function that returns true or false. any (example function) is true if there is a
term X
in the list such that P(X) is true. - ANS-What is meant by a predicate?
The number of parameters to a function. - ANS-What is meant by arity?
Takes a function as an argument, for example foldl. Can also be something that returns a
function as
its result. - ANS-What is meant by a higher order function?
A function that is not bound to an identifier. - ANS-What is meant by an anonymous function?
They are often used as arguments to higher order functions. - ANS-How does anonymous
functions relate to higher order functions?
map: Applies a function to every element in a list.
filter: Takes a predicate, a list and returns a list of all elements that satisfy the predicate.
zip: Combines two lists (for examples containing x's and y's) into a list containing tuples where
the first
tuple contains (x1,y1).
fold: Takes a function, accumulator and a list. Applies the function between each element of the
list
and stores the result in the accumulator. - ANS-Four common operations on lists are: map, filter,
zip, and fold. In brief, describe these operations.
A function calls upon itself inside it. - ANS-In computer science, what is meant by recursion?
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
√ Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, Bancontact of creditcard voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper topgradesdr. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €7,85. Je zit daarna nergens aan vast.