MCQOPTIONS
Saved Bookmarks
This section includes 210 Mcqs, each offering curated multiple-choice questions to sharpen your Artificial Intelligence knowledge and support exam preparation. Choose a topic below to get started.
| 201. |
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) | |
| 202. |
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) | |
| 203. |
The hardware feature of LISP machines generally include? |
| A. | Large memory and high-speed processor |
| B. | Letter quality printers and eight -inch disk drives |
| C. | A mouse and specialized keyboard |
| D. | A mouse and specialized keyboard, Letter quality printers and eight -inch disk drives |
| Answer» E. | |
| 204. |
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 mentioned |
| Answer» D. All of the mentioned | |
| 205. |
The component of an ICAI (Intelligent Computer Assisted Instruction) presenting information to the student is the? |
| A. | Student model |
| B. | Problem solving expertise |
| C. | Tutoring module |
| D. | All of the mentioned |
| Answer» D. All of the mentioned | |
| 206. |
Which kind of planning consists of successive representations of different levels of plan? |
| A. | Hierarchical planning |
| B. | Non-hierarchical planning |
| C. | Project planning |
| D. | All of the mentioned |
| Answer» B. Non-hierarchical planning | |
| 207. |
When a top-level function is entered, the LISP processor does? |
| A. | It reads the function entered |
| B. | It prints the result returned by the function |
| C. | Large memory and high-speed processor |
| D. | All of the mentioned |
| Answer» C. Large memory and high-speed processor | |
| 208. |
How can you evaluate 1.25 + sqrt (144) in LISP? |
| A. | 1.25+sqrt (1.44) |
| B. | (1.25+sqrt (1.44)) |
| C. | (+1.25 sqrt (1.44) |
| D. | All of the mentioned |
| Answer» D. All of the mentioned | |
| 209. |
In LISP, the square root of X is referenced as? |
| A. | sqrt(x) |
| B. | (sqrt x) |
| C. | x/2 |
| D. | x/3 |
| Answer» C. x/2 | |
| 210. |
Output segments of AI programming contain? |
| A. | Printed language and synthesized |
| B. | Manipulation of physical object |
| C. | Locomotion |
| D. | All of the mentioned |
| Answer» E. | |