Q 81. 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
Show Answer
Answer:-C. returns t if is empty.Q 82. 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
Show Answer
Answer:-A. (setq a 10)Q 83. In LISP, the atom that stands for “False” is
A. t
B. nil
C. y
D. time
Show Answer
Answer:-B. nilQ 84. The expert system developed at MIT to solve mathematical problems is known as:
A. RAND
B. ISIS
C. MACSYMA
D. MOLGEN
Show Answer
Answer:-C. MACSYMAQ 85. 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. isolated word recognition
C. connected word recognition
D. speaker-dependent recognition
Show Answer
Answer:-B. isolated word recognitionQ 86. A KES knowledge base contains information in the form of:
A. associations
B. actions
C. free text
D. All of the above
Show Answer
Answer:-D. All of the aboveQ 87. In AI programming, a list may contain:
A. cells
B. fields
C. pointers
D. All of the above
Show Answer
Answer:-D. All of the aboveQ 88. In LISP, the function (minusp (-20 4 8 8 1) returns
A. T
B. F
C. NIL
D. -20
Show Answer
Answer:-A. TQ 89. Special programs that assist programmers are called:
A. heuristic processors
B. symbolic programmers
C. intelligent programming tools
D. program recognizers
Show Answer
Answer:-C. intelligent programming toolsQ 90. If the English Philosopher Thomas Hobbes could be called ‘grandfather’ of artificial intelligence, then who could be called its father?
A. Herbert Simon
B. John McCarthy
C. Allen Newell
D. M. Turning
Leave a Reply