Computer Science - Artificial Intelligence
Computer Science - Artificial Intelligence
41. The hardware features of LISP machines generally include:
- large memory and a high-speed processor
- letter-quality printers and 8-inch disk drives
- a mouse and a specialized keyboard
- both (a) and (c)
42. 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?
straight games by using orthodox moves that confused the program. What was the name of the chess program?
- Kaissa
- CRAY BLITZ
- Golf
- DIGDUG
43. The explanation facility of an expert system may be used to:
- construct a diagnostic model
- expedite the debugging process
- explain the system's reasoning process
- All of the above
44. A process that is repeated, evaluated, and refined is called:
- diagnostic
- descriptive
- interpretive
- iterative
45. Visual clues that are helpful in computer vision include:
- colour and motion
- depth and texture
- height and weight
- a and b above
46. In LISP, the function X (x). (2x+l) would be rendered as
- (lambda (x) (+(*2 x)l))
- (lambda (x) (+1 (* 2x)
- (+ lambda (x) 1 (*2x))
- (* lambda(x) (+2x1)
47. A natural language generation program must decide:
- what to say
- when to say something
- why it is being used
- both (a) and (b)
48. Who is considered to be the "father" of artificial intelligence?
- Fisher Ada
- John McCarthy
- Allen Newell
- Alan Turning
49. In which of the following areas may ICAI programs prove to be useful?
- educational institutions
- corporations
- department of Defence
- All of the above
50. A network with named nodes and labeled arcs that can be used to represent certain natural
language grammars to facilitate parsing.
language grammars to facilitate parsing.
- Tree Network
- Star Network
- Transition Network
- Complete Network