Which AI system provides a diagnosis to a specific problem?
A) Intelligent agent
B) Expert system
C) Geographical information system
D) Data mining system
Answer: B) Expert system
Computer Science & Information Technology
You might also like to view...
Emoticons are used to help the recipient of a message understand the mood of the person sending the message
Indicate whether the statement is true or false
Computer Science & Information Technology
____ returns the maximum number of elements that can be inserted into the vector container vecCont without reallocation.
A. vecCont.size() B. vecCont.max_size() C. vecCont.capacity() D. vecCont.length()
Computer Science & Information Technology