Computer Science
Grade 9
20 min
What is AI?
What is AI?
Tutorial Preview
1
Introduction & Learning Objectives
Learning Objectives
Define Artificial Intelligence (AI) in their own words.
Differentiate between Narrow AI and General AI.
Identify at least three real-world applications of AI.
Explain the basic concept of machine learning as a core part of AI.
Describe the critical role of data in training an AI system.
Distinguish between a simple, rule-based program and a learning-based AI system.
Ever wonder how your phone unlocks with your face or how a game's enemies seem to learn your moves? 🤔 That's the magic of Artificial Intelligence!
In this lesson, we'll explore the exciting world of AI. You will learn what AI is, how it's different from regular computer programs, and discover how it's already a part of your daily life.
Real-World Applications
Voi...
2
Key Concepts & Vocabulary
TermDefinitionExample
Artificial Intelligence (AI)The ability of a computer or a robot controlled by a computer to do tasks that are usually done by humans because they require human intelligence and discernment.A self-driving car using sensors and cameras to navigate roads and avoid obstacles, a task that normally requires a human driver.
Machine Learning (ML)A type of AI that gives computers the ability to learn without being explicitly programmed. The system learns and improves from experience (data).An email service learns to identify spam by analyzing thousands of emails you and others have marked as 'spam' in the past.
DataThe information, such as facts, numbers, images, or text, that is collected and used to train an AI model.To train an AI to recognize cats, you would ne...
3
Core Syntax & Patterns
The AI Learning Pattern
Data + Algorithm = Model
This is the fundamental process of machine learning. You feed a large amount of data into a learning algorithm, which then produces a trained model capable of making predictions.
The AI Prediction Flow
New Input -> AI Model -> Prediction/Output
Once a model is trained, you can give it new, unseen data. The model processes this input and generates an output, which could be a classification (e.g., 'spam'), a prediction (e.g., 'rain tomorrow'), or another decision.
Rule-Based vs. Learning-Based Systems
Rule-Based: `IF condition THEN action`. Learning-Based: Learns patterns from data.
A simple program follows explicit `if-then` rules written by a programmer. An AI system isn't given every rul...
4 more steps in this tutorial
Sign up free to access the complete tutorial with worked examples and practice.
Sign Up Free to ContinueSample Practice Questions
Challenging
A tech company claims its new hiring AI is '100% objective' because the learning algorithm itself is just pure math. Based on the tutorial's common pitfalls, why is this claim misleading?
A.Because math can be subjective and have different opinions.
B.Because the algorithm's objectivity is irrelevant if the data it was trained on contained human biases.
C.Because no computer program can ever be more complex than a simple 'IF-THEN' statement.
D.Because AI systems get tired and make mistakes, just like humans.
Challenging
You are tasked with creating an AI to recommend new video games to players. According to the AI Learning Pattern (Data + Algorithm = Model), what is the most critical FIRST step you must take?
A.Choose the fastest possible computer to run the AI model.
B.Design a cool logo and name for the recommendation system.
C.Write the final code that will display the recommendations to the user.
D.Collect a large and relevant dataset, such as players' game histories and ratings.
Challenging
An AI is expertly trained to identify dogs in photos using a dataset of 50,000 images of various dog breeds. Why might this AI model fail to correctly identify a wolf in a new photo?
A.Because a wolf is a type of dog, so it should not fail.
B.Because the model was only trained on patterns found in domestic dogs and has never learned the specific features of a wolf.
C.Because the AI has developed a personal dislike for wolves.
D.Because wolves are always photographed in the snow, which confuses the algorithm.
Want to practice and check your answers?
Sign up to access all questions with instant feedback, explanations, and progress tracking.
Start Practicing Free