AI Module Assessment Questions
AI Module Assessment Questions
An expert system is comprised of three key components: the inference engine, the user interface, and the knowledge base. The knowledge base stores facts and rules about the domain, the inference engine applies these rules to the known data to deduce new information, and the user interface allows interaction between the user and the system .
Distinguishing between AI applications and non-AI systems is crucial to harness AI's capabilities in tasks involving learning, perception, and decision-making, unlike database management systems that focus on data storage and retrieval without learning capabilities .
IPL (Information Processing Language) was the first AI programming language, crucial due to its pioneering role in defining data structures such as lists and the development of symbolic computation, setting the stage for later languages like LISP .
Informed search methods utilize additional information, such as heuristics, to more efficiently reach solutions by guiding the search process towards the goal, unlike uninformed methods which lack such information and explore blindly .
The depth-first search algorithm requires less memory than breadth-first search. This is because depth-first search only needs to store a stack of nodes along a path of the complete depth, whereas breadth-first search keeps all nodes in memory at each level .
Using symbols in processing methods allows AI systems to represent and manipulate abstract concepts and relationships, facilitating complex problem-solving and reasoning, which is fundamental for tasks such as natural language processing and logical inference .
A Bayesian network provides a complete description of the domain by representing probabilistic relationships among variables .
Artificially intelligent agents commonly possess the ability to perceive their environment, reason to interpret perceptions, and act to achieve specific objectives. Examples include autonomous spacecraft, humans as agents in simulations, and robots .
Artificial Intelligence is categorized based on both capabilities and functionalities. This involves looking at what the AI system is capable of achieving and how it achieves tasks, including learning, reasoning, and solving problems .
Computational intelligence is a subset of artificial intelligence that focuses on heuristic algorithms to enable learning and adaptation. The distinction is important as it emphasizes the capability of systems to improve performance over time, a crucial aspect of evolving AI systems .