Multiple Choice
The Scheme evaluation rule represents ____ evaluation.
A) applicative order
B) normal order
C) binary order
D) sequential order
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Which of the following represents a list
Q25: Given a list L in Scheme with
Q26: The simplest unit of syntax in Scheme
Q27: A function that takes other functions as
Q28: In Scheme,a let special form can be
Q30: Given a list L in Scheme with
Q31: Which of the following statements about lazy
Q32: The if form in Scheme is like
Q33: In the ML programming language,a function is
Q34: In the Haskell language,the _ character represents