Explore fundamental AI concepts including perception, reasoning, learning, and acting, as well as key approaches like symbolic AI and rule-based systems. This quiz introduces you to essential AI theory and terminology.
Which ability enables an AI system to sense and interpret information from its environment, such as recognizing objects in images or understanding speech?
Explanation: Perception is the AI capability to collect and interpret sensory data using inputs like cameras or microphones. Learning focuses on adapting via experience, acting is about making and executing decisions, and reasoning refers to logical problem-solving. Only perception directly relates to sensing and interpreting environmental data.
When a machine improves its performance by analyzing data and identifying patterns over time, which fundamental AI ability is being demonstrated?
Explanation: Learning in AI means adapting behavior based on experience and data analysis, such as recognizing patterns to improve future accuracy. Reasoning involves logic and rule application, perception is about sensing, and acting is the process of executing decisions. Learning is the only option that describes improvement over time through experience.
Which AI approach is characterized by representing knowledge using symbols and employing logical rules to process this knowledge?
Explanation: Symbolic AI, also called classical AI, uses symbols and rules for reasoning and problem-solving. Deep learning is based on neural networks, behavioral AI focuses on observed actions, and sensor-based AI describes a technology layer. Only symbolic AI matches the description involving symbols and logical rules.
Which type of system uses collections of if–then rules to reach conclusions or make recommendations, especially in structured problem-solving?
Explanation: Rule-based systems employ predefined if–then rules to solve problems, often found in expert or recommendation systems. Neural networks learn from data, clustering algorithms organize data into groups, and genetic algorithms optimize solutions through simulations. Only rule-based systems use logical rules for direct reasoning.
What is the AI capability called where a system makes decisions and carries out actions that affect its external environment, like a self-driving car steering or braking?
Explanation: Acting in AI refers to deciding and performing actions that influence the world, such as moving or reacting to changes. Perceiving is restricted to sensing, learning is about improving performance, and optimizing involves making the best choice, often from a mathematical perspective. Only acting describes executing decisions in real-world contexts.