Topic 7 - Control

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards
What is a control system?
A device, or set of devices, that manages, commands, directs, or regulates the behavior of other devices or systems
2
New cards
Examples of a control system
\
* Automated doors
* Heating system
* Taxi meter
* Elevator
* Washing machine
* Process control
* Device driver
* Traffic lights
3
New cards
Microprocessor definition
an integrated circuit that contains all the functions of a central processing unit of a computer
4
New cards
Sensor
 a device which detects or measures a physical property and records, indicates, or otherwise responds to it
5
New cards
Types of sensors
* Motion
* Humidity
* Proximity
* Touch
* Pressure
* Gas
* Water flow
* Accelerometer
* Electrical
6
New cards
Accessibility alternatives - joystick and switch
Combinations enable an individual lacking sufficient mobility to use a full keyboard to access a computer through an on-screen keyboard or other “virtual substitutes”
7
New cards
Accessibility alternatives - keyboard alternatives
Allow individuals unable to use a standard keyboard to input keystrokes with a mouse, head mount, or other specialized device. 
8
New cards
Basic I-P-O model
\
* Simplistically, sensors take analog input and convert them to digital data.
* Digital data can then be processed by a microprocessor, producing digital output. 
* Output transducers can then turn the digital data into analog signals to power ‘real world devices’
* Sensors record analog signals which are then converted to digital signals for processing in the microprocessor. The processor’s digital output can then be converted to analog signals again. 
9
New cards
Analog input sensors
\
* Magnet
* Touch
* Turn
* Motion
* Light
* Button
10
New cards
Transducers as input
\
* A transducer is a device which converts one type of physical property, quantity, or condition into another easily usable form. 
11
New cards
Advantages of transducers if the output signal is in electric form
\
* Ease of amplification
* Ease of integration and differentiation
* Ease of convertibility from analog to digital and vice versa
* Remote controllability and easy data transmission capability
* Compatibility with microprocessors and computers
12
New cards
When are transducers used?
\
* Transducers are used every time a signal has to be converted from one form to another. 
* Input = sensor (via transducer)
* Output = actuator (via transducer)
13
New cards
Feedback
\
* Feedback is the modification or control of a process or system by its results or effects, for example, in a fridge the thermometer provides feedback to the sensor that switches the refrigeration system on/off.
14
New cards
Processes that use feedback
\
* A missile tracking a moving target
* A heating system in a house
* A life-support system on a spacecraft
* Basically any situation that changes constantly that needs the system to react according to the new input
15
New cards
Ethical issue - Tagging prisoners
\
* Arguments for:
* Allows non-dangerous criminals to move
* Reduces number of people needed to be in prison
* Allows for tracking at all times
* Arguments against:
* Loss of freedom of movement
* Could possibly be hacked to track innocent people
* Tracking data could be sold off to make money
16
New cards
Ethical issue - Surveillance
\
* For
* Allows for greater security
* Could be used as effective evidence in court cases
* Allows fewer people to have monitor others
* Against
* Loss of privacy
* Could be hacked and used for unintended purposes
* Could be used to spy on people (drones)
17
New cards
Centralized control system
computing is done at a central location, using terminals that are attached to a central computer. The computer itself may control all the peripherals directly (as long as they are physically connected), or they may be attached via a terminal.
18
New cards
Distributed control system
components located on networked computers communicate and coordinate their actions by passing messages. The components interact with each other in order to achieve a common goal.
19
New cards
Advantages and disadvantages of centralized
* Advantages:
* Easier to administrate
* More control
* Disadvantages:
* If the main sensor/controller fails, the whole system fails
20
New cards
Advantages and disadvantages of distributed
* Advantages:
* Quicker access
* Shared load
* Response more specific to environment
* Disadvantages:
* Much more expensive to have multiple controllers/sensors
* Much more complex than a centralized system
21
New cards
Autonomous agents
software entities that carry out some set of operations on behalf of a user or another program with some degree of independence or autonomy, and in so doing, employ some knowledge or representation of the user’s goals or desires.
22
New cards
Features of agents - autonomy
\
* Agents activate alone for a task and are not invoked for a task
* Agents can select the task themselves (based on priorities or goal-directed search) without human intervention
23
New cards
Features of agents - reactive behavior
Agent senses the environment in which it is and decides what to do, reacting on its perceptions.
24
New cards
Features of agents - concurrency / sociality
\
Agents can interact with other agents through communication, in different modes, coordination, cooperation, and competition
25
New cards
Features of agents - persistence
\
* The code describing an agent runs continuously like a process, and it is not executed on demand
26
New cards
Analog data
Data which are recorded continuously
27
New cards
Features of autonomous agents
* Persistance
* Communication / sociality
* Reactive behavior
* Autonomy