

MCQOPTIONS
Saved Bookmarks
This section includes 4 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. |
In his landmark book Cybernetics, Norbert Wiener suggested a way of modeling scientific phenomena using not energy, but ___________ |
A. | mathematics |
B. | intelligence |
C. | information |
D. | history |
Answer» D. history | |
2. |
The Turing Machine showed that you could use a/an _____ system to program any algorithmic task. |
A. | binary |
B. | electro-chemical |
C. | recursive |
D. | semantic |
Answer» B. electro-chemical | |
3. |
An AI system developed by Daniel Bobrow to read and solve algebra word problems. |
A. | SHRDLU |
B. | SIMD |
C. | BACON |
D. | STUDENT |
Answer» E. | |
4. |
In LISP, the function returns t if <integer> is even and nil otherwise ___________ |
A. | (evenp <integer>) |
B. | (even <integer>) |
C. | (numeven <integer>) |
D. | (numnevenp <integer>) |
Answer» B. (even <integer>) | |