

MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Artificial Intelligence knowledge and support exam preparation. Choose a topic below to get started.
1. |
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) |
Answer» B. x: dog(x) hastail(y) | |
2. |
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 mentioned |
Answer» E. | |
3. |
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 mentioned |
Answer» B. a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans | |
4. |
MLMenu, a natural language interface for the TI Explorer, is similar to __________ |
A. | Ethernet |
B. | NaturalLink |
C. | PROLOG |
D. | The Personal Consultant |
Answer» C. PROLOG | |
5. |
LISP was created by? |
A. | John McCarthy |
B. | Marvin Minsky |
C. | Alan Turing |
D. | Allen Newell and Herbert Simon |
Answer» B. Marvin Minsky | |
6. |
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 mentioned |
Answer» E. | |
7. |
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. | cdr |
Answer» E. | |