Search Header Logo
ICT Unit 7.5 Living with AI - Digital data

ICT Unit 7.5 Living with AI - Digital data

Assessment

Presentation

Computers

6th Grade

Practice Problem

Medium

Created by

Thy Minh

Used 6+ times

FREE Resource

45 Slides • 31 Questions

1

7.5. Living with AI: Digital data

1. Software & Artificial Intelligence
2. AI Applications
3. Designing your own AI
4. Processing data: Bitmap & Vector graphics
5. Processing data: Sound & Text
6. Making decisions: Logic gates

2

1. Software & Artifical Intelligence

3

electronic device that can help users complete tasks

i.e. Alexa plays music, Siri search the internet, etc.

Digital assistant

Digital device & AI

media

4

intelligent computers that can mimic the way humans think and make decisions

Artificial intelligence

Digital device & AI

media

5

Self-monitoring, Analysis and Reporting technology → automate action using AI

SMART technology

Digital device & AI

media
media

​Automate: machine functions/works on their own (auto) → reduce human monitoring

6

Systems software

 software that runs the hardware and software (i.e.operating system)

Operating system

systems software that manages the hardware and software of a device (i.e. Windows, MacOX)

media

7

displays

Hardware

Systems software

How systems software works?

boots

User interface

User interface: visible icons/images/letters that appear on a computer screen → allow user to interact with computer

8

 applications for user-relate tasks

Applications software

Integrated apps: applications software that have similar user interface; often comes in a package

media
media

9

2. AI Applications

10

 website designed to search for content based on keywords
(i.e. Google, Cốc Cốc, etc)

Search engine

AI in daily life

media

11

computer program detects junk mail (unwanted mail) and remove it from mail box

Spam filter

AI in daily life

media

12

computers comparing similarities in lines, colors, shapes of images to identify objects

Image recognition

AI in daily life

​https://quickdraw.withgoogle.com/

media

13

Virus/malware detection: Analyse user actvity over time → notice unusual activity → alert user

Cyber security

AI in industry

media

14

Chatbots: user sends question to chatbot → chatbot automates response to answer question/help make booking

Booking

AI in industry

media

15

Cookies: a text file (contain only letters) to store information about user → companies analyse cookies to produce better ads

Advertising

AI in industry

media

16

Automation: machines automatically (without human intervention) add information to canned foods

Manufacturing

AI in industry

media

17

  • Expensive to develop

  • Replace workers → unemployment

  • No emotional connection

Cons

  • Reduction in errors

  • Available 24 hrs/day

  • Faster decision making

  • Help with all areas of life

Pros

AI Pros & Cons

18

3. Design your own AI

19

Steps to design an AI system

  • Input: how data will be supplied/entered into device

  • Process: how data will be processed/analysed

  • Output: how results will be shown to user

media

20

Types of input

Using sensors: device that can gather data from surrounding to record or response from

media

21

Sensor

​Data it collects

​Application in

Temperature

​Measures change in temperature

​Intelligent body temperature dectection systems in hospitals

media
media

22

Sensor

​Data it collects

​Application in

Proximity

​Measure of how close things are to each other

​Driverless cars detect nearby cars to keep appropriate distance

media
media

23

Sensor

​Data it collects

​Application in

Humidity

​Measure of how close things are to each other

​Driverless cars detect nearby cars to keep appropriate distance

media

24

Sensor

​Data it collects

​Application in

Infrared

​Measures amount of heat given off by object

​Network to detect animals’ presence from their heat

media
media

25

Open Ended

PART 1: Identify one digital device that you are familiar with that uses sensors.

Device: ______

Type of sensors use in that device:______

26

Open Ended

Question image

PART 2: Describe the INPUT, PROCESS, OUTPUT of your chosen device

27

4. Processing data: Image & Vector graphics

media

28

Immediate conversion to digital data

Uses photographic film

Analogue vs. Digital camera

media
media

29

Scanned --> converted to binary for computer to read

HOW CAN AN ANALOGUE IMAGE BE CONVERTED TO A DIGITAL IMAGE? 

30

Bitmap graphics!!

  • It is stored as tiny dots - pixels (picture element)

  • Pixels are organised as a grid on a screen

  • Resolution: number of pixels making up an image (measured in pixels per inch - ppi)

    Higher resolution → better quality of image

media

31

How bitmap graphics work

Example:
Each pixel is only coloured black or white

0 = white and 1 = black


Colour depth of 1 = only 1 bit represents 1 colour


Total number of pixels:
10 pixels wide x 10 pixels high = 100 pixels


Total number of bits:
100 pixels x 1 bit (colour depth) = 100 bits

media

32

Vector vs. Bitmap graphics

Vector graphic: digital image made from a series of objects placed on a screen

media

33

5. Processing data: Sound & text

34

part of computer that carries out instructions

Processor

media

Microphone detects alarming sounds (sirens of emergency vehicles)

Processor turns analogue sound to binary format to analyse --> decide on output

Example: driverless cars

Alarm message sent to vehicle's screen
--> alarm driver of strange sound

35

Sound: Analogue to digital

media

Analogue to digital converter: a computer processor that turns sound from surrounding environment into binary data

36

Type data into AI system --> data must be converted to binary format

Each letter on key board is represented by a set of 8 binary numbers

Text to binary

media
media

37

ASCII conversion table

Text to binary

media

38

6. Making decisions: Logic gates

39

A physical device or a circuit that processes one or more input signals to produce ONE output signal.

Logic gate

What are logic gates?

media

40

A combination of logic gates used to carry out complex operations.

Input to and output from is provided using electricity.
Electricity can be turned ON/OFF -> represented by 1/0.

Logic circuit

What are logic gates?

41

statement that is checked to determine whether it is true or false

Condition

Boolean logic

a form of algebra where all values are reduced to either TRUE (1) or FALSE (0)

Boolean logic

a data type with only 2 values: TRUE or FALSE

Boolean value

Logic gates use boolean logic to run!

42

a logic gate that accepts two inputs and will output a 1 (True) only if BOTH inputs are 1.

Definition

AND logic gate

​INPUT A

​INPUT B

​OUTPUT

0

0​

0​

​1

0​

0​

​0

​1

0​

1​

1​

1​

43

a logic gate that accepts two inputs and will output a 1 (True) if either one of the inputs is 1.

Definition

OR logic gate

​INPUT A

​INPUT B

​OUTPUT

0

0​

0​

​1

0​

1

​0

​1

1​

1​

1​

1​

44

a logic gate that accepts only one input
the output will always be OPPOSITE to the input

Definition

NOT logic gate

​INPUT A

​OUTPUT

0

1

​1

0​

Example:
If you are in the house (1), alarm system turns off (0).
If you are not in the house (0), alarm system turns on (1).

45

A route that electricity can flow around.

Electric circuit is created when the output of one logic gate can be used as input from another logic gate.

Electric circuit

What are electric cicuits?

media

46

Multiple Choice

Logic gate

1

A route that electricity can flow around.

2

A combination of logic gates used to carry out complex operations.

3

A physical device or a circuit that processes one or more input signals to produce ONE output signal.

4

statement that is checked to determine whether it is true or false

47

Multiple Choice

Electric circuit

1

A route that electricity can flow around.

2

A combination of logic gates used to carry out complex operations.

3

A physical device or a circuit that processes one or more input signals to produce ONE output signal.

4

statement that is checked to determine whether it is true or false

48

Multiple Choice

Logic circuit

1

A route that electricity can flow around.

2

A combination of logic gates used to carry out complex operations.

3

A physical device or a circuit that processes one or more input signals to produce ONE output signal.

4

statement that is checked to determine whether it is true or false

49

Multiple Choice

Boolean logic

1

A route that electricity can flow around.

2

a form of algebra where all values are reduced to either TRUE (1) or FALSE (0)

3

a data type with only 2 values: TRUE or FALSE

4

statement that is checked to determine whether it is true or false

50

Multiple Choice

Boolean value

1

A route that electricity can flow around.

2

a form of algebra where all values are reduced to either TRUE (1) or FALSE (0)

3

a data type with only 2 values: TRUE or FALSE

4

statement that is checked to determine whether it is true or false

51

Multiple Choice

NOT logic gate can have more than one input.

1

True

2

False

52

Multiple Choice

AND logic gate:

Input A = 0

Input B = 1

Output = ?

1

1

2

0

3

both

53

Multiple Choice

OR logic gate:

Input A = 1

Input B = 0

Output = ?

1

1

2

0

3

both

54

Multiple Choice

OR logic gate:

Input A = 1

Input B = 1

Output = ?

1

1

2

0

3

both

55

Multiple Choice

AND and OR logic gate can have more than one input.

1

True

2

False

56

Multiple Choice

NOT logic gate gives output _____ to input.

1

similar

2

opposite

3

unrelated

4

different

57

Multiple Choice

Artificial intelligence

1

 intelligent computers that can mimic the way humans think and make decisions

2

functions/works on their own to reduce human monitoring

3

electronic device that can help users complete tasks

4

aspects of a computer that you cannot touch/programs that run on a device

58

Multiple Choice

Systems software

1

aspects of a computer that you cannot touch/programs that run on a device

2

software that runs the hardware and software

3

the visible elements on screen which allow user to interact with computer

4

applications for general or specific tasks

59

Multiple Choice

Applications software

1

aspects of a computer that you cannot touch/programs that run on a device

2

software that runs the hardware and software

3

the visible elements on screen which allow user to interact with computer

4

applications for general or specific tasks

60

Multiple Choice

Digital assistant

1

 intelligent computers that can mimic the way humans think and make decisions

2

functions/works on their own to reduce human monitoring

3

electronic device that can help users complete tasks

4

aspects of a computer that you cannot touch/programs that run on a device

61

Fill in the Blanks

media image

Type answer...

62

Open Ended

What are the advantages and disadvantages of AI that you can think of?

63

Multiple Choice

Sensor

1

Measures change in temperature

2

device that can gather data from surrounding to record or response from

3

Measures amount of heat given off by object

4

Measures how much force is being applied to object

64

Multiple Choice

Temperature sensor

1

Measures amount of heat given off by object

2

Measures change in temperature

3

Measure of how close things are to each other

4

Measures how much force is being applied to object

65

Multiple Choice

Infrared sensor

1

Measures amount of heat given off by object

2

Measures change in temperature

3

Measure of how close things are to each other

4

Measures how much force is being applied to object

66

Multiple Choice

Touch sensor

1

Measures change in temperature

2

Measure of how close things are to each other

3

Measures amount of heat given off by object

4

Measures how much force is being applied to object

67

Fill in the Blanks

Type answer...

68

Fill in the Blanks

Type answer...

69

Multiple Choice

Pixel

1

number of bits used to represent a colour

2

number of pixels per square inch of screen

3

total number of pixels on a screen

4

picture element; small element displayed on a screen

70

Multiple Choice

Colour depth

1

number of bits used to represent a colour

2

number of pixels per square inch of screen

3

total number of pixels on a screen

4

picture element; small element displayed on a screen

71

Multiple Choice

Resolution

1

number of bits used to represent a colour

2

number system that uses combination of 0 and 1 to represent data

3

total number of pixels on a screen

4

picture element; small element displayed on a screen

72

Multiple Choice

ppi

1

number of bits used to represent a colour

2

number of pixels per square inch of screen

3

total number of pixels on a screen

4

picture element; small element displayed on a screen

73

Fill in the Blanks

media image

Type answer...

74

Multiple Choice

Processor

1

digital image made from a series of objects placed on a screen

2

device that can gather data from surrounding to record or response from

3

a computer processor that turns sound from surrounding environment into binary data

4

part of computer that carries out instructions

75

media

76

2a. Explain how letters and numbers are stored in binary digits?
Ans: Computer processor + ASCII Conversion table

2b. Explain how analogue voice pattern could be converted to digital?
Ans: Analogue to Digital converter

2c. Logic gate diagram to show how a login system would work.
Ans:

​AND logic gate

​Output: Allow user to log in

7.5. Living with AI: Digital data

1. Software & Artificial Intelligence
2. AI Applications
3. Designing your own AI
4. Processing data: Bitmap & Vector graphics
5. Processing data: Sound & Text
6. Making decisions: Logic gates

Show answer

Auto Play

Slide 1 / 76

SLIDE