InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
How do you represent “All dogs have tails”?(a) ۷x: dog(x) àhastail(x)(b) ۷x: dog(x) àhastail(y)(c) ۷x: dog(y) àhastail(x)(d) ۷x: dog(x) àhasàtail(x)I had been asked this question in unit test.Question is from History in portion Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» RIGHT answer is (a) ۷x: DOG(x) àhastail(x) The explanation is: We represent the statement in mathematical LOGIC TAKING ‘x ‘as Dog and which has tail. We cannot represent two variable x, y for the same object Dog that has tail. The symbol “۷ “represent all. |
|
| 102. |
A heuristic is a way of trying __________(a) To discover something or an idea embedded in a program(b) To search and measure how far a node in a search tree seems to be from a goal(c) To compare two nodes in a search tree to see if one is better than the other is(d) All of the mentionedThis question was addressed to me in a national level competition.My question is based upon History in chapter Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» Right answer is (d) All of the mentioned |
|
| 103. |
Which search method takes less memory?(a) Depth-First Search(b) Breadth-First search(c) Optimal search(d) Linear SearchI have been asked this question during an interview.This intriguing question comes from History in division Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» Correct CHOICE is (a) Depth-First Search |
|
| 104. |
In which of the following situations might a blind search be acceptable?(a) real-life situation(b) complex game(c) small search space(d) all of the mentionedThis question was addressed to me in an online quiz.I'd like to ask this question from History topic in section Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» The CORRECT CHOICE is (c) small SEARCH space |
|
| 105. |
The traditional way to exit and LISP system is to enter __________(a) quit(b) exit(c) bye(d) okThe question was posed to me at a job interview.I need to ask this question from History in division Introduction to Artificial Intelligence of Artificial Intelligence |
| Answer» | |
| 106. |
What is Artificial intelligence?(a) Putting your intelligence into Computer(b) Programming with your own intelligence(c) Making a Machine intelligent(d) Playing a GameI have been asked this question in quiz.Question is taken from History topic in section Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» Right answer is (c) MAKING a Machine intelligent |
|
| 107. |
Strong Artificial Intelligence is __________(a) the embodiment of human intellectual capabilities within a computer(b) a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans(c) the study of mental faculties through the use of mental models implemented on a computer(d) all of the mentionedThe question was posed to me in my homework.The above asked question is from History in portion Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» The correct choice is (a) the embodiment of HUMAN intellectual capabilities within a computer |
|
| 108. |
MLMenu, a natural language interface for the TI Explorer, is similar to __________(a) Ethernet(b) NaturalLink(c) PROLOG(d) The Personal ConsultantI had been asked this question in an internship interview.Origin of the question is History in chapter Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» RIGHT OPTION is (B) NaturalLink Explanation: NONE. |
|
| 109. |
Expert Ease was developed under the direction of __________(a) John McCarthy(b) Donald Michie(c) Lofti Zadeh(d) Alan TuringThis question was addressed to me in final exam.My enquiry is from History topic in section Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» RIGHT CHOICE is (B) DONALD Michie To EXPLAIN: None. |
|
| 110. |
An Artificial Intelligence system developed by Terry A. Winograd to permit an interactive dialogue about a domain he called blocks-world.(a) SHRDLU(b) SIMD(c) BACON(d) STUDENTThe question was asked during an interview for a job.My question is taken from History topic in division Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» The CORRECT CHOICE is (a) SHRDLU |
|
| 111. |
LISP was created by?(a) John McCarthy(b) Marvin Minsky(c) Alan Turing(d) Allen Newell and Herbert SimonThis question was addressed to me in an online quiz.My query is from History topic in division Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» RIGHT CHOICE is (a) JOHN McCarthy Easy EXPLANATION: NONE. |
|
| 112. |
In LISP, the function returns the list that results after the first element is removed (the rest f the list), is __________(a) car(b) last(c) cons(d) cdrThe question was asked during a job interview.Enquiry is from History in portion Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» RIGHT OPTION is (d) cdr To EXPLAIN: NONE. |
|
| 113. |
Which of the following contains the output segments of Artificial Intelligence programming?(a) Printed language and synthesized speech(b) Manipulation of physical object(c) Locomotion(d) All of the mentionedThis question was posed to me in quiz.The origin of the question is History topic in chapter Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» The CORRECT ANSWER is (d) All of the mentioned |
|