Expert Systems
1.

In LISP, the function returns t if <integer> is even and nil otherwise ___________

A.  

(evenp <integer>)

B.  

(even <integer>)

C.  

(numeven <integer>)

D.  

(numnevenp <integer>)

2.

Which of the following is an advantage of using an expert system development tool?

A.  

imposed structure

B.  

knowledge engineering assistance

C.  

rapid prototyping
 

D.  

all of the mentioned

3.

An AI system developed by Daniel Bobrow to read and solve algebra word problems.

A.  

SHRDLU

B.  

SIMD

C.  

BACON

D.  

STUDENT

4.

The “Turing Machine” showed that you could use a/an _____ system to program any algorithmic task.

A.  

binary

B.  

electro-chemical

C.  

recursive

D.  

semantic

5.

MCC is investigating the improvement of the relationship between people and computers through a technology called ___________

A.  

computer-aided design

B.  

human factors

C.  

parallel processing

D.  

all of the mentioned

6.

The first widely-used commercial form of Artificial Intelligence (Al) is being used in many popular products like microwave ovens, automobiles and plug in circuit boards for desktop PCs. It allows machines to handle vague information with a deftness that mimics human intuition. What is the name of this Artificial Intelligence?

A.  

Boolean logic

B.  

Human logic

C.  

Fuzzy logic

D.  

Functional logic

7.

In his landmark book Cybernetics, Norbert Wiener suggested a way of modeling scientific phenomena using not energy, but ___________

A.  

mathematics

B.  

intelligence

C.  

information

D.  

history

8.

Input segments of AI programming contain(s)?

A.  

sound

B.  

smell

C.  

touch

D.  

none of the mentioned

9.

Which of the following applications include in the Strategic Computing Program?

A.  

battle management

B.  

autonomous systems

C.  

pilot’s associate

D.  

all of the mentioned

10.

In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.

A.  

(constant <sconst> <object>)

B.  

(defconstant <sconst> <object>)

C.  

(eva <sconst> <object>)

D.  

(eva <object> <sconst>)