The hardware features of LISP machines generally include:
A. large memory and a high-speed processor
B. letter-quality printers and 8-inch disk drives
C. a mouse and a specialized keyboard
D. both (a) and (c)
E. None of the above
Select an option to see the answer and solution.
In 1985, the famous chess player David Levy beat a world champion chess program in four straight games by using orthodox moves that confused the program. What was the name of the chess program?
A. Kaissa
B. CRAY BLITZ
C. Golf
D. DIGDUG
E. None of the above
Select an option to see the answer and solution.
The explanation facility of an expert system may be used to:
A. construct a diagnostic model
B. expedite the debugging process
C. explain the system's reasoning process
D. All of the above
E. both (b) and (c)
Select an option to see the answer and solution.
A process that is repeated, evaluated, and refined is called:
A. diagnostic
B. descriptive
C. interpretive
D. iterative
E. None of the above
Select an option to see the answer and solution.
Visual clues that are helpful in computer vision include:
A. colour and motion
B. depth and texture
C. height and weight
D. a and b above
E. None of the above
Select an option to see the answer and solution.
In LISP, the function X (x). (2x+l) would be rendered as
A. (lambda (x) (+(*2 x)l))
B. (lambda (x) (+1 (* 2x)
C. (+ lambda (x) 1 (*2x))
D. (* lambda(x) (+2x1)
E. None of the above
Select an option to see the answer and solution.
A natural language generation program must decide:
A. what to say
B. when to say something
C. why it is being used
D. both (a) and (b)
E. None of the above
Select an option to see the answer and solution.
Who is considered to be the "father" of artificial intelligence?
A. Fisher Ada
B. John McCarthy
C. Allen Newell
D. Alan Turning
E. None of the above
Select an option to see the answer and solution.
In which of the following areas may ICAI programs prove to be useful?
A. educational institutions
B. corporations
C. department of Defence
D. All of the above
E. None of the above
Select an option to see the answer and solution.
A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.
A. Tree Network
B. Star Network
C. Transition Network
D. Complete Network
E. None of the above
Select an option to see the answer and solution.
A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery.
A. RAMD
B. BACON
C. MIT
D. DU
E. None of the above
Select an option to see the answer and solution.
A.M. turing developed a technique for determining whether a computer could or could not demonstrate the artificial Intelligence,, Presently, this technique is called
A. Turing Test
B. Algorithm
C. Boolean Algebra
D. Logarithm
E. None of the above
Select an option to see the answer and solution.
A Personal Consultant knowledge base contain information in the form of:
A. parameters
B. contexts
C. production rules
D. All of the above
E. None of the above
Select an option to see the answer and solution.
Which approach to speech recognition avoids the problem caused by the variation in speech patterns among different speakers?
A. Continuous speech recognition
B. Isolated word recognition
C. Connected word recognition
D. Speaker-dependent recognition
E. None of the above
Select an option to see the answer and solution.
Which of the following, is a component of an expert system?
A. inference engine
B. knowledge base
C. user interface
D. All of the above
E. None of the above
Select an option to see the answer and solution.
A computer vision technique that relies on image templates is:
A. edge detection
B. binocular vision
C. model-based vision
D. robot vision
E. None of the above
Select an option to see the answer and solution.
DARPA, the agency that has funded a great deal of American AI research, is part of the Department of:
A. Defense
B. Energy
C. Education
D. Justice
E. None of the above
Select an option to see the answer and solution.
Which of these schools was not among the early leaders in AI research?
A. Dartmouth University
B. Harvard University
C. Massachusetts Institute of Technology
D. Stanford University
E. None of the above
Select an option to see the answer and solution.
A certain Professor at the Stanford University coined the word 'artificial intelligence' in 1956 at a conference held at Dartmouth college. Can you name the Professor?
A. David Levy
B. John McCarthy
C. Joseph Weizenbaum
D. Hans Berliner
E. None of the above
Select an option to see the answer and solution.
In LISP, the function (copy-list )
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.