6.5 (AI) - Notes
6.5 (AI) - Notes
6.5 (AI) - Notes
2. W EEK 22 L ESSON 2
p155-160
Vocabulary
Search engine
A website designed to look for the content on other
websites. e.g google.com
Image recognition
Software that can identify (spot) similarities in lines,
colours, textures and shapes of an image, which is used to
tell what an object in an image is .
e.g. Face ID on phones, recognising faces in passports
Fraud
Deceiving (tricking) someone for financial (money) or
personal gain.
Cookie
A text file that holds small pieces of data about a user.
Do you remember…?
Automate
Working (alone) without human help. e.g. an air conditioning
device uses a temperature sensor to decide when to turn on.
How is AI used on phones?
Filtering out Spam
Image Recognition
(e.g. FaceID, finding items in photos)
Directions:
1. Organise tables into group seating.
2. In your group, assign a leader, who will speak later.
3. Read and discuss the group text.
4. Create TWO examples of how AI could be used in each
area.
Your examples must be DETAILED and explain what/why
the AI helps. e.g…
Games
You can talk to the AI in the game.
AI can be used to make a character in the game behave
in a cleverer and more believable way, for example
when you talk to them.
5. The teacher will ask a group member to share your
examples.
When listening to the examples, make notes like the teacher
does.
Review
3. W EEK 23 L ESSON 1
p160-164
Do now
Do you remember how devices work…?
IN PUT P ROCESSI NG OUT PUT
for AI, this is: for AI, this is: for AI, this is:
The Result
Data Collected Data Processed (decision making)
Q2. How would you feel being transported in a car that was
being controlled by AI system?
Q3. How do self-driving cars identify objects in their way and
steer from those objects?
Activity
INPUT PROCESSING OUTPUT
for AI, this is: for AI, this is: for AI, this is:
The Result
Data Collected Data Processed (decision making)
What sensor could a farmer use to identify how wet the soil is?
.................................................................................
INPUT PROCESSING
OUTPUT
Water sensor in The amount of
The tap/sprinkler
the soil detects water is analysed turns on (only if
how much water to check if it is needed).
is there. too little.
Macs :
Windows :
Open settings, then search for "Advanced display"
Vocabulary
Sensor
A device that is able to gather data from its surroundings to
respond to or record.
Binary
A number system that uses combinations of two digits ( 0 and
1 ) to represent all numbers; it is used to represent data in
computer systems.
Binary digit / Bit
Bit is short for 'binary digit '. A single 0 or a 1 ; the smallest unit
of data.
Digital camera
A camera that stores photos as digital data (bits) .
Analogue camera
A camera that used film to take pictures.
Bitmap graphic
A digital image made using a grid of pixels.
Pixel (from Pic ture El ement)
The smallest unit of a digital image or of a computer screen .
PPI
‘Pixels per inch’; the number of pixels in a square inch of
screen.
Resolution The total number of pixels on a screen.
Vector graphic Digital image made from a series of objects
placed on a computer screen.
https://docs.google.com/spreadsheets/d/
1zW7gtqLYvm9spKXg3kPADaBjw-L9F0GC/template/preview
Directions
1a. Open your notebooks.
1b. Copy and complete this diagram describing how analogue
images are made digital.
Objective:
Understand that binary digits ( bits ) can represent different
data, such as numbers, characters (text), images, and sounds .
Time 0 1 2 3 4 5 6 7 8 9 10 11 12
Sample 9 2
Directions:
1. Write a short message, around 12 characters
long.
2. In your notebooks, convert (translate, 'dịch') it
into binary using the table.
Happy Tet Break! (Weeks 25/26 are holiday)
6-7. W EEK 27 L ESSON 2 / W EEK 28 L ESSON 1
p173-177
Vocabulary
Logic gate
A physical device or circuit that processes one or more input
signals to produce a single output signal.
Boolean value
A data type that has one of two possible values: true or false.
AND gate
A logic gate that accepts two inputs and will output
a 1 (or TRUE) value only if both inputs are a 1.
0 means off. 1 means on
A B A AND B
0 0 0
0 1 0
1 0 0
1 1 1
This is a "truth table" for the AND logic gate
OR gate
A logic gate that accepts two inputs and will output
a 1 (or TRUE) value when either of the inputs is a 1.
0 means off. 1 means on
A B A OR B
0 0 0
0 1 1
1 0 1
1 1 1
This is a "truth table" for the OR logic gate
NOT gate
A logic gate that accepts only one input; the output will
always be the opposite of the input.
A NOT A
0 1
1 0
This is a "truth table" for the NOT logic gate
Logic circuit
A combination of logic gates used to carry out complex operations.
Electronic circuit
A route that electricity can flow around.
Condition
Something that is checked to determine whether it is true or false.
Boolean logic
A form of algebra where all values are reduced to either true or false.
Boolean logic operations
Operations based on the terms AND, OR, NOT.
Task
1) Write a sentence starting with "IF" that has one AND in.
2) Write a sentence starting with "IF" that has one AND and one NOT in.
3) Which of these is correct?
If ( I am tired AND ( I am at home OR I am on a bus ) ) then I will fall asleep.
If ( ( I am tired AND I am at home ) OR I am on a bus ) then I will fall asleep.
4) Write a sentence starting with "IF" that has one AND and one OR in.
Use ( ) to make it clear which part of the sentence belongs to the AND / OR.
CHALLENGE:
5) Write a sentence starting with "IF" that has one AND, one OR and one NOT in.
Use ( ) to make it clear which part of the sentence belongs to the AND / OR.
8. W EEK 28 L ESSON 2
Warm up – reminder from the last lesson
p177-178