LISP Programming
1.

DEC advertises that it helped to create “the world’s first expert system routinely used in an industrial environment,” called XCON or __________

A.  

PDP-11

B.  

Rl

C.  

VAX

D.  

MAGNOM

2.

Prior to the invention of time-sharing, the prevalent method of computer access was ____________

A.  

batch processing

B.  

telecommunication

C.  

telecommunication

D.  

all of the mentioned

3.

Seymour Papert of the MIT AI lab created a programming environment for children called ___________

A.  

BASIC

B.  

LOGO

C.  

MYCIN

D.  

FORTRAN

4.

Seymour Papert of the MIT AI lab created a programming environment for children called ___________

A.  

BASIC

B.  

LOGO

C.  

MYCIN

D.  

FORTRAN

5.

Which of the following is a project of the Strategic Computing Program?

A.  

Defense Advanced Research Projects Agency

B.  

National Science Foundation

C.  

Jet Propulsion Laboratory

D.  

All of the mentioned

6.

The original LISP machines produced by both LMI and Symbolics were based on research performed at?

A.  

CMU

B.  

MIT

C.  

Stanford University

D.  

RAMD

7.

The original LISP machines produced by both LMI and Symbolics were based on research performed at?

A.  

CMU

B.  

MIT

C.  

Stanford University

D.  

RAMD

8.

In LISP, the addition 3 + 2 is entered as _______________

A.  

3 + 2

B.  

3 add 2

C.  

3 + 2 =

D.  

(+ 3 2)

9.

What is Weak AI?

A.  

the embodiment of human intellectual capabilities within a computer

B.  

a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans

C.  

the study of mental faculties using mental models implemented on a computer

D.  

all of the mentioned

10.

In LISP, the function returns t if is a CONS cell and nil otherwise ________

A.  

(cons )

B.  

(consp )

C.  

(eq )

D.  

(cous =)