Artificial Intelligence(Computer Science ) Questions and Answers

Question 1. Expert Ease was developed under the direction of:
  1.    John McCarthy
  2.    Donald Michie
  3.    Lofti Zadeh
  4.    Alan Turing
  5.    None of the above
Explanation:-
Answer: Option B. -> Donald Michie

Question 2. An AI system developed by Terry A. Winograd to permit an interactive dialogue about a domain he called blocks-world.
  1.    SHRDLU
  2.    SIMD
  3.    BACON
  4.    STUDENT
  5.    None of the above
Explanation:-
Answer: Option A. -> SHRDLU

Question 3. MLMenu, a natural language interface for the TI Explorer, is similar to:
  1.    Ethernet
  2.    NaturalLink
  3.    PROLOG
  4.    the Personal Consultant
  5.    None of the above
Explanation:-
Answer: Option B. -> NaturalLink

Question 4. How many control unit(s) is/are available in SISD (single data stream, single data stream) architecture?
  1.    one
  2.    two
  3.    more than one
  4.    Mone
  5.    None of the above
Explanation:-
Answer: Option A. -> one

Question 5. Strong AI is
  1.    the embodiment of human intellectual capabilities within a computer.
  2.    a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans.
  3.    the study of mental faculties through the use of mental models implemented on a computer.
  4.    All of the above
  5.    None of the above
Explanation:-
Answer: Option A. -> the embodiment of human intellectual capabilities within a computer.

Question 6. The traditional way to exit and LISP system is to enter
  1.    quit
  2.    exit
  3.    bye
  4.    ok
  5.    None of the above
Explanation:-
Answer: Option B. -> exit

Question 7. In which of the following situations might a blind search be acceptable?
  1.    real-life situation
  2.    complex game
  3.    small search space
  4.    All of the above
  5.    None of the above
Explanation:-
Answer: Option C. -> small search space

Question 8. In LISP, the atom that stands for "False" is
  1.    t
  2.    nil
  3.    y
  4.    time
  5.    None of the above
Explanation:-
Answer: Option B. -> nil

Question 9. In LISP, which of the following function assigns the value 10 to the symbol a?
  1.    (setq a 10)
  2.    (a = b) where b = 10
  3.    (a = 10) (d) (setq 10 a)
  4.    None of the above
  5.    None of the above
Explanation:-
Answer: Option A. -> (setq a 10)

Question 10. The expert system developed at MIT to solve mathematical problems is known as:
  1.    RAND
  2.    ISIS
  3.    MACSYMA
  4.    MOLGEN
  5.    CMU
Explanation:-
Answer: Option C. -> MACSYMA