question archive Which functional programming language is primarily used for teaching functional programming? F# Scheme LISP Haskell QUESTION 2 Which of the following is NOT true of the LET construct in scheme? names bound in the first part of a LET construct cannot be changed LET is a shorthand for a LAMBDA expression LET creates a local scope which names are temporarily bound to the values of expressions variables created by LET can be updated QUESTION 3 What kind of function is map? higher order function: pipeline higher ordered function: composition higher ordered function: filter higher ordered function: apply-to-all QUESTION 4 Which of the following is the closest to a "pure" functional programming language? ML Scheme Haskell Lisp QUESTION 5 Python supports functional programming with partial function applications which is a form of currying filter functions map functions lambda expressions
Subject:Computer SciencePrice:2.86 Bought3
F#
Scheme
LISP
Haskell
QUESTION 2
names bound in the first part of a LET construct cannot be changed
LET is a shorthand for a LAMBDA expression
LET creates a local scope which names are temporarily bound to the values of expressions
variables created by LET can be updated
QUESTION 3
higher order function: pipeline
higher ordered function: composition
higher ordered function: filter
higher ordered function: apply-to-all
QUESTION 4
ML
Scheme
Haskell
Lisp
QUESTION 5
currying
filter functions
map functions
lambda expressions