Multiple Choice
Which of the following statements about scoping in Scheme is correct?
A) A bound variable is a variable referenced within a function that is not also a formal parameter to that function.
B) A free variable is a variable within a function that is also a formal parameter to that function.
C) A free variable is a variable referenced within a function that is not also a formal parameter to that function.
D) A free variable is one that is bound within a nested function.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Which of the following correctly assigns values
Q6: The ML programming language is strongly typed.
Q7: The essential construct of lambda calculus is
Q8: The Haskell language requires semicolons and bracketing
Q9: The ML programming language has a built-in
Q11: The semantics of Scheme uses static type
Q12: The rand function is referentially transparent.
Q13: To define a value in the ML
Q14: Which of the following statements about Haskell
Q15: In ML,arithmetic operators are written as infix