Multiple Choice
Which of the following represents a list of data in Scheme?
A) (3.1, 3.2, 3.3)
B) (3.1; 3.2; 3.3)
C) (quote (3.1 3.2 3.3) )
D) (quote (3.1, 3.2, 3.3) )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which of the following statements is correct?<br>A)
Q20: To determine if two lists have the
Q21: The _ is used in Scheme to
Q22: A pure functional program is one that
Q23: hd is the predefined list function that
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
Q29: The Scheme evaluation rule represents _ evaluation.<br>A)