Question: Question 21 The semantics of Scheme uses static type checking. True False 22 Which of the following represents a list of data in Scheme? (3.1,

Question 21

The semantics of Scheme uses static type checking.

True

False

22

Which of the following represents a list of data in Scheme?

(3.1, 3.2, 3.3)

(3.1; 3.2; 3.3)

(quote (3.1 3.2 3.3))

(quote (3.1, 3.2, 3.3))

Question 23

A function definition describes how a value is to be computed using formal parameters.

True

False

Question 24

To express symbols as a data type in Scheme, use the keyword ____.

symbol

form

quote

exclamation

Question 25

The rand function is referentially transparent.

True

False

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!