In LISP, the function (endp )
A. returns a new list that is equal to by copying the top-level element of
B. returns the length of
C. returns t if is empty.
D. All of the above
E. None of the above
Select an option to see the answer and solution.
In LISP, which of the following function assigns the value 10 to the symbol a?
A. (setq a 10)
B. (a = b) where b = 10
C. (a = 10) (d) (setq 10 a)
D. None of the above
E. None of the above
Select an option to see the answer and solution.
In LISP, the atom that stands for "False" is
A. t
B. nil
C. y
D. time
E. None of the above
Select an option to see the answer and solution.
The expert system developed at MIT to solve mathematical problems is known as:
A. RAND
B. ISIS
C. MACSYMA
D. MOLGEN
E. CMU
Select an option to see the answer and solution.
Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context?
A. continuous speech recognition
B. connected word recognition
C. isolated word recognition
D. speaker-dependent recognition
E. None of the above
Select an option to see the answer and solution.
A KES knowledge base contains information in the form of:
A. associations
B. actions
C. free text
D. schema
E. All of the above
Select an option to see the answer and solution.
In AI programming, a list may contain:
A. cells
B. fields
C. pointers
D. All of the above
E. None of the above
Select an option to see the answer and solution.
In LISP, the function (minusp (-20 4 8 8 1) returns
A. T
B. F
C. NIL
D. -20
E. None of the above
Select an option to see the answer and solution.
Special programs that assist programmers are called:
A. heuristic processors
B. symbolic programmers
C. intelligent programming tools
D. program recognizers
E. None of the above
Select an option to see the answer and solution.
If the English Philosopher Thomas Hobbes could be called 'grandfather' of artificial intelligence, then who could be called its father?
A. A.M. Turning
B. John McCarthy
C. Allen Newell
D. Herbert Simon
E. None of the above
Select an option to see the answer and solution.
In LISP, the function returns t if is even and nil otherwise:
A. (evenp <integer>)
B. (even <integer>)
C. (numeven <integer>)
D. (numnevenp <integer>)
E. None of the above
Select an option to see the answer and solution.
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 above
E. None of the above
Select an option to see the answer and solution.
An AI system developed by Daniel Bobrow to read and solve algebra word problems
A. SHRDLU
B. SIMD
C. BACON
D. STUDENT
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
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 above
E. None of the above
Select an option to see the answer and solution.
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 AI?
A. Boolean logic
B. Human logic
C. Fuzzy logic
D. Functional logic
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
Input segments of AI programming contain(s)
A. sound
B. smell
C. touch
D. sight and taste
E. All of the above
Select an option to see the answer and solution.
The applications in the Strategic Computing Program include:
A. battle management
B. autonomous systems
C. pilot's associate
D. All of the above
E. None of the above
Select an option to see the answer and solution.
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>)
E. None of the above
Select an option to see the answer and solution.