6 - Automated Systems And Emerging Technologies Flashcards

1
Q

Automated system

A

A combination of hardware and software that is designed and programmed to work automatically without any human intervention (however they do require humans to monitor them)

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

Automated system contain (3)

A
  • sensors - take in data continuously and sends it to microprocessors
  • microprocessors - compares the data to threshold/rules/criterea
  • actuators - take the signals from the microprocessors and turn them into physical movements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Automated systems are used in (6)

A
  • industry
  • transport
  • weather
  • gaming
  • lighting
  • science
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Main advantages of automated systems (6)

A
  • faster than humans
  • much safer - keeps humans away from potentially dangerous situations/environments
  • process can run/is more likely to run at optimum conditions (this is because small changes can be identified and made quickly)
  • less expensive in the long run - replaces workforce
  • higher productivity
  • more consistent results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Main disadvantages of automated systems (4)

A
  • initially expensive to set up
  • possible that a set of conditions which didn’t occur during testing to show up (makes need for monitoring station —> in case of safety issues)
  • need for expert help can be hard to access and is expensive
  • subject to cyber attacks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

3 laws of robotics

A
  • a robot may not harm a human through action or inaction
  • a robot must obey orders given by humans, unless it contradicts law 1
  • a robot must protect itself, unless it contradicts law 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Robotics

A

A branch of computer science that bring together the design, construction and operation of robots

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

Characteristics of a robot (3)

A
  • ability to sense their surroundings
  • have a degree of movement
  • programmable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Independent robots (2)

A
  • no direct human control
  • can replace human activity totally
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Dependant robots (2)

A
  • have a human who is interfacing directly with the robot
  • can supplement human activity - e.g car assembly plant (humans and robots work together)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Robots are used in (6)

A
  • industry
  • transport
  • agriculture
  • medicine
  • domestic/home use
  • entertainment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Automated system answer format

A

Sensors
- reads/takes in data continuously/constantly and sends it to the microprocessor

Microprocessor
- checks received data against (compares) the rules/threshold/criterea

Actuator
- if the data lies within the threshold or meets the criterea then the actuator is actived - e.g motor is turned on

*if nothing is detected by sensor the process keeps going

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

AI

A

Technology that enables computer and machines to simulate human learning, comprehension, problem solving, decision making, creativity and autonomy

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

Characteristic of AI (4)

A
  • collects data
  • has rules
  • ability to reason
  • ability to learn and adapt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Types of AI (3)

A
  • narrow AI
  • general AI
  • strong AI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Narrow AI

A

When a machine has superior performance to a human when doing one specific task

17
Q

General AI

A

When s machine is similar (not superior) in its performance to a human doing a specific task (can do multiple tasks)

18
Q

Strong AI

A

When a machine has superior performance to a human in many tasks
- this is only a concept, it doesn’t exists

19
Q

Types of AI systems (2)

A
  • expert system
  • machine learning
20
Q

Expert system

A

A computer system that mimics the decision making ability of a human, expert systems use AI to simulate the judgement and behaviour of a human or organisation that has expert knowledge

21
Q

Machine learning

A

The science of training computers with sample data so that they can go on to make predictions about new unseen data, without the need to specifically program them for the new data

22
Q

Types of machine learning (3)

A
  • supervised
  • semi supervised
  • unsupervised
23
Q

Setting up of an expert system

A
  • info needs to be gathered - taken from experts, books, research papers etc
  • info is used to populate knowledge base that first needs to be created
  • rules base needs to be created - made up of a series of inference rules so that the inference engine can draw conclusions
  • inference engine needs to be set up
  • user interface needs to be developed
  • system testing
24
Q

Inference engine

A

Main processing element in reasoned decision/conclusion making

25
User interface
Allows user and expert system to communicate
26
Advantages of expert system (6)
- very accurate - consistent - can hold lots of info - anyone can be trained to use it - quick response times - unbiased (mostly)
27
Disadvantages of expert systems (6)
- users need training - set up and maintenance are very costly - responses can be ‘cold’ and inappropriate in certain circumstances - knowledge is limited by how much is put into its knowledge base - users sometimes assume the expert system knows everything