

MCQOPTIONS
Saved Bookmarks
This section includes 9 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. |
A knowledge engineer has the job of extracting knowledge from an expert and building the expert system knowledge base. State whether true or false? |
A. | True |
B. | False |
Answer» B. False | |
2. |
An expert system is a computer program that contains some of the subject-specific knowledge of one or more human experts. State whether true or false. |
A. | True |
B. | False |
Answer» B. False | |
3. |
___________ trees can be used to infer in Horn clause systems. |
A. | Min/Max Tree |
B. | And/Or Trees |
C. | Minimum Spanning Trees |
D. | Binary Search Trees |
Answer» C. Minimum Spanning Trees | |
4. |
A Horn clause is a clause with _______ positive literal. |
A. | At least one |
B. | At most one |
C. | None |
D. | All |
Answer» C. None | |
5. |
Forward chaining systems are _____________ where as backward chaining systems are ___________ |
A. | Goal-driven, goal-driven |
B. | Goal-driven, data-driven |
C. | Data-driven, goal-driven |
D. | Data-driven, data-driven |
Answer» D. Data-driven, data-driven | |
6. |
In a backward chaining system, you start with some hypothesis (or goal) you are trying to prove, and keep looking for rules that would allow you to conclude that hypothesis, perhaps setting new sub-goals to prove as you go. State whether true or false. |
A. | True |
B. | False |
Answer» B. False | |
7. |
In a backward chaining system you start with the initial facts, and keep using the rules to draw new conclusions (or take certain actions) given those facts. State whether true or false. |
A. | True |
B. | False |
Answer» C. | |
8. |
A rule-based system consists of a bunch of IF-THEN rules. State whether true or false. |
A. | True |
B. | False |
Answer» B. False | |
9. |
Instead of representing knowledge in a relatively declarative, static way (as a bunch of things that are true), rule-based system represent knowledge in terms of___________ that tell you what you should do or what you could conclude in different situations. |
A. | Raw Text |
B. | A bunch of rules |
C. | Summarized Text |
D. | Collection of various Texts |
Answer» C. Summarized Text | |