Artificial Intelligence(Engineering > Computer Science And Engineering ) Questions and Answers

Question 1. What is Artificial intelligence?
  1.    Making a Machine intelligent
  2.    Playing a Game
  3.    Programming with your own intelligence
  4.    Putting your intelligence into Computer
Explanation:-
Answer: Option A. -> Making a Machine intelligent

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

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

Question 4. In LISP, the function returns the list that results after the first element is removed (the rest f the list), is..........?
  1.    cons
  2.    cdr
  3.    car
  4.    last
Explanation:-
Answer: Option B. -> cdr

Question 5. LISP was created by?
  1.    Marvin Minsky
  2.    Alan Turing
  3.    Allen Newell and Herbert Simon
  4.    John McCarthy
Explanation:-
Answer: Option D. -> John McCarthy

Question 6. Which is not a property of representation of knowledge?
  1.    Representational Verification
  2.    Inferential Adequacy
  3.    Inferential Efficiency
  4.    Representational Adequacy
Explanation:-
Answer: Option A. -> Representational Verification

Question 7. Which search method takes less memory?
  1.    Depth-First Search
  2.    Linear Search
  3.    Optimal search
  4.    Breadth-First search
Explanation:-
Answer: Option A. -> Depth-First Search

Question 8. A heuristic is a way of trying __________
  1.    To search and measure how far a node in a search tree seems to be from a goal
  2.    All of the mentioned
  3.    To compare two nodes in a search tree to see if one is better than the other is
  4.    To discover something or an idea embedded in a program
Explanation:-
Answer: Option B. -> All of the mentioned

Question 9. Two literals are complementary if _____________
  1.    They are unequal but of equal sign
  2.    They are identical but of opposite sign
  3.    They are identical and of equal sign
  4.    They are equal
Explanation:-
Answer: Option B. -> They are identical but of opposite sign

Question 10. What is Transposition rule?
  1.    From P → Q, infer ~Q → P
  2.    From P → Q, infer Q → P
  3.    From P → Q, infer ~Q → ~P
  4.    From P → Q, infer Q → ~P
Explanation:-
Answer: Option C. -> From P → Q, infer ~Q → ~P