SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Functional

Questions and Answers List

level questions: Functional

QuestionAnswer
f: A → B What is the name for the A partDomian
f: A → B What is the name for the B partco domain
Define what the functional programming paradigm isa language where each line of code is is made up of calls to a fucntion, which in turn may be made of other functions, or result in value
What type of pradigm is functional programminDeclarative
Whats declarative programming paradigmLanagages that declare or specify what properties a result should have
In functional programmign whats an argumentA value passed to a function
What are 3 common high order funtionsmap fold filter
Whats function application meanProcess of calculating the result of a function by passin it some data to produce a result
Define functin compositionCombin of two or more functions together to create more compex functions