Chapter 6 - Automated and emerging technologies Flashcards

(28 cards)

1
Q

What is an automated device?

A

A device that is operated without human interaction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 3 features of an automated system?

A
  1. Sensors - to measure the environment
  2. Microprocessors - to process the data from the sensors and determine if an action needs to be taken
  3. Actuators - to create a movement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a sensor?

A

A type of input device that is used to capture data from its immediate environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a microprocessor?

A

An integrated circuit that is able to perform many of the functions of a CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is analogue data?

A

Continuous data that can be any value within a range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is digital data?

A

Discrete data that is stored in 1s and 0s.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the different types of sensors?

A

Check book page 64-65.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does the microprocessor understand the data collected by the sensor?

A

The sensor reads analogue data but the microprocessor can only understand binary/digital data. The analogue data is sent to an analogue-to-digital converter and turns the reading into digital data so it can be sent to the microprocessor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why does the microprocessor have data initially stored inside it?

A

To compare the data from the sensor to these set of values and determine its next step.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which mechanical part performs the actions for the microprocessor?

A

A signal is sent to the actuator which performs the action.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an actuator?

A

A mechanical part that causes another device or part to move.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is automation?

A

The use of automated equipment in a process (e.g. factory).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 6 factors we must consider when evaluating the use of automation?

A
  1. Initial cost
  2. Running cost
  3. Safety
  4. Replacing people’s jobs
  5. Continuous work (all day, every day - 24/7)
  6. Precision
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a robot?

A

A machine that replicates human actions or movement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is robotics?

A

An area of computer science that looks at the creation and use of robots.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What features do robots have?

A
  1. Mechanical structure/Framework - the body of the robot
  2. Electrical components:
    ‎ - Sensors (to record its environment)
    ‎ - Microprocessors (to take the reading from a sensor ‎ ‎ ‎ and decide the action to perform)
    ‎ - Actuators (to make the robot move)
  3. Programmable - program can be written for robot to follow
17
Q

What does it mean if something is programmable?

A

A computer will run the commands stored in it.

18
Q

What is artificial intelligence (AI)?

A

A part of computer science that looks at creating machines that can think and perform tasks a person would usually perform.

19
Q

What are the 5 areas within AI?

A
  1. Image recognition - to identify objects/people in an image
  2. Speech recognition - to identify words spoken and store them
  3. Natural language - to receive a command/instruction that is not in a set format and perform the required response
  4. Computer games - to move elements/characters independently based upon the environment
  5. Diagnosis system
20
Q

What are the 4 key features/components of AI programs?

A
  1. Collection of data: program will need data input which might come from a user or from its sensors
  2. Set of programmed rules: stored for the program to use to make decisions
  3. Ability to reason: area of logic with rules from which facts can be developed
  4. Ability to learn and adapt: specialist area known as machine learning where the system can be programmed to learn and change their own rules and logic (not in all AI systems)
21
Q

What is machine learning?

A

A computer program that can adapt its stored rules or processes.

22
Q

What are the two different types of machine learning?

A
  1. Supervised machine learning - user tells program what its data means
  2. Unsupervised machine learning - program learns from the data without any human interaction needed
23
Q

What are the 4 key features of an expert system?

A
  1. Knowledge base - list of facts
  2. Rule base - links the facts
  3. Inference engine - part of the program that decides which question to ask next or which answer to give
  4. User interface - outputs questions and statements to the user and allows the user to input data
24
Q

What is an expert system?

A

A system that attempts to replicate the knowledge of an expert.

25
What are the 4 key features of an expert system?
1. Knowledge base - list of facts 2. Rule base - links facts to rules 3. Inference engine - decides which response to give next 4. User interface - outputs questions and statements to the user and allows the user to input data
26
What is a knowledge base?
Part of an expert system that stores the facts.
27
What is a rule base?
Part of an expert system that stores the rules based upon the knowledge.
28
What is an inference engine?
Part of an expert system that makes the decisions.