A(n) ____, also called an expert system, attempts to mimic the human ability to engage pertinent facts and string them together in a logical fashion to reach some conclusion.

A. inference engine
B. back propagation system
C. intelligent agent
D. rule-based system


Answer: D

Computer Science & Information Technology

You might also like to view...

MC A try statement must contain__________ .

a) a finally clause. b) one or more except clauses. c) a finally clause or one or more except clauses. d) a finally clause and one or more except clauses.

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 19-1Leon made a presentation about netiquette. His presentation was followed by a very useful discussion. Answer the following questions that the audience asked him. Which of the following is not appropriate etiquete for e-mail communications?

A. Promptly respond to messages B. Type important messages in all uppercase C. Be careful with wording D. Do not spread false information

Computer Science & Information Technology

which answer correctly calls the WildCard function?

Given the function prototype: double WildCard(char f[]); A. float z; char face[10]; z = WildCard(face); B. double z; char face[10]; z = WildCard(face); C. double z; string face; face = WildCard(z); D. int z; int face[10]; face = WildCard(z);

Computer Science & Information Technology

A proposal should begin with the ____________________, a prelude containing no more than a few paragraphs of pithy description and budget totals.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology