Send a link to your students to track their progress
54 Terms
1
New cards
Automated system
A combination of hardware and software that works automatically without human intervention.
2
New cards
Sensors
Components that constantly send signals to a microprocessor through an Analog-to-Digital Converter (ADC) as input.
3
New cards
Microprocessor
The component that processes incoming signals and makes decisions.
4
New cards
Actuators
Components that execute commands from the microprocessor to make a physical change as output.
5
New cards
Distributed control system (DCS)
A powerful computer system that monitors and controls a process without human interaction.
6
New cards
Acoustic sensor
Measures sound ; used in security systems and for monitoring noise pollution.
7
New cards
Accelerometer
Measures acceleration, motion, and tilting ; used to trigger airbags on rapid deceleration and to switch between landscape and portrait views on a phone.
8
New cards
Flow sensor
Measures the flow rate of a liquid or gas ; used for checking leaks in pipes and in hospital inhalers.
9
New cards
Gas sensor
Detects gases like carbon monoxide or measures oxygen or CO2 levels in a greenhouse.
10
New cards
Humidity sensor
Measures the amount of water vapour ; used to monitor and control humidity in a greenhouse or factory.
11
New cards
Infrared sensor (active)
Detects motion by checking if an infrared beam is broken ; used in car windscreen wipers and intruder alarm systems.
12
New cards
Infrared sensor (passive)
Detects heat radiating from an object ; used to detect intruders by their body heat or to measure product temperature in an industrial freezer.
13
New cards
Level sensor
Measures the level of a liquid or material like powder ; used in car petrol tanks, water tanks, checking powder in medical tablets , and leak detection.
14
New cards
Light sensor
Measures light levels ; used for automatically turning on street lights or car headlights.
15
New cards
Magnetic field sensor
Measures changes in magnetic fields ; used in Anti-lock Braking Systems (ABS) where a microprocessor detects a signal change when a wheel locks up, rapidly applying and releasing brakes to prevent locking.
16
New cards
Moisture sensor
Monitors and controls moisture in soil or in factory food production.
17
New cards
pH sensor
Measures acidity ; used to monitor and control acidity levels in soil or during chemical processes.
18
New cards
Pressure sensor
Measures gas, liquid, or physical pressure ; used for measuring pressure within tires or pipes.
19
New cards
Proximity sensor
Detects the presence of a nearby object ; used in parking sensors and for detecting if a face is close to a smartphone for face unlock.
20
New cards
Temperature sensor
Measures temperature ; used in heating systems and controlling temperature in a swimming pool, greenhouse, or chemical process.
21
New cards
Advantages of automated systems
They work faster than humans without breaks , are safer for hazardous jobs and conditions , deliver more consistent results , and are cheaper in the long run.
22
New cards
Disadvantages of automated systems
They are initially expensive , can encounter unexpected conditions not considered during development , carry a risk of cyberattacks , and require expensive maintenance.
23
New cards
Robotics
A branch of computer science that includes the design, construction, and operation of robots.
24
New cards
Characteristics of robots
They possess a mechanical structure like a physical body, wheels, or motors , electrical components like sensors, microprocessors, and actuators , and they are fully programmable.
25
New cards
Independent robots
Autonomous robots that operate on their own and do not need human input.
26
New cards
Dependent robots
Robots that require human input to function, providing support without entirely replacing humans.
27
New cards
Web crawlers
Software robots that scan and categorize websites so search engines can recognize them.
28
New cards
Chatbots
Website programs designed to simulate and appear to have a conversation with a user.
29
New cards
Industrial robots advantages
They are much better suited to handling boring, repetitive tasks.
30
New cards
Industrial robots disadvantages
They struggle to handle unusual tasks without human intervention , and their use can lead to human unemployment and deskilling.
31
New cards
Transport robots advantages
They are safer because they remove human error and they drive more efficient routes, which is better for the environment, lowers fuel costs, and reduces traffic congestion.
32
New cards
Transport robots disadvantages
Their cameras and sensors require constant, rigorous maintenance to ensure safety.
33
New cards
Agricultural robots advantages
They are more accurate and are significantly less likely to cause physical damage to crops.
34
New cards
Agricultural robots disadvantages
They introduce a distinct risk of cyberattacks and lead to the deskilling of human workers.
35
New cards
Medical robots advantages
They allow for quicker surgical operations with fewer errors.
36
New cards
Medical robots disadvantages
They present a clear risk of cyberattacks and their physical structures are highly difficult to disinfect.
37
New cards
Domestic robots advantages
They free up human time to let people complete more interesting tasks and they can be operated entirely remotely.
38
New cards
Domestic robots disadvantages
They can suffer from short battery lives and often take longer to complete tasks than a human would.
39
New cards
Entertainment robots advantages
They vastly improve camera control and the execution of special effects in films.
40
New cards
Entertainment robots disadvantages
They are very expensive to implement and risk deskilling industry professionals.
41
New cards
Artificial intelligence (AI)
A branch of computer science involving the simulation of intelligent behaviors by computers.
42
New cards
Narrow AI
An AI category that shows superior performance compared to a human, but only within a specific, isolated task.
43
New cards
Strong AI
An AI category that demonstrates superior performance to humans across many different tasks.
44
New cards
Characteristics of AI
Includes the active collection of data , rules for using that data , the ability to reason , and the ability to learn and adapt over time.
45
New cards
Expert systems
A type of AI system designed to mimic human knowledge and experience.
46
New cards
Knowledge base
A core component of an expert system consisting of a collection of objects (facts) and attributes (traits defining an object).
47
New cards
Rule base
A core component of an expert system consisting of a collection of rules used to make conclusions.
48
New cards
Inference engine
The component of an expert system that examines the knowledge base for information that matches searches by applying logic rules.
49
New cards
Interface
The component of an expert system built for user interaction , allowing a user to input data to reach a conclusion.
50
New cards
How an expert system works
The user inputs data into the interface ; the inference engine compares this data to facts in the knowledge base using IF-THEN rules from the rule base ; if a match is found, the resulting conclusion is displayed back via the interface.
51
New cards
Benefits of expert systems
They provide highly consistent, completely unbiased results and allow individuals who are not experts in the field to utilize specialized knowledge.
52
New cards
Machine learning
A subset of AI where algorithms are trained and actively learn from past experiences.
53
New cards
How machine learning works
It allows the system to make independent decisions without being explicitly programmed to do so by acquiring data to solve new problems.
54
New cards
Machine learning uses
Commonly applied to automatically categorize incoming emails as spam or to recommend products online based on users with a similar buying history.