IB Computer Science HL - Topic 7 - Control

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:34 AM on 4/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

Control System

A control system is a device, or set of devices, that manages, commands, directs, or regulates the behaviour of other devices or systems.

2
New cards

Example of Control System

Automated doors; Heating system; Taxi meter; Elevator; Washing machine; Process Control; Device driver; GPS; Traffic lights

3
New cards

What is an Open Loop Control System?

Output is based on inputs

4
New cards

What is a Closed Loop Control System?

Output is based on inputs and the current outputs as well as feedback

5
New cards

What is a Feedback Control System?

Feeding back performance information and making changes based on it.

6
New cards

Microprocessor

An integrated circuit that contains all the functions of a central processing unit of a computer.

<p>An integrated circuit that contains all the functions of a central processing unit of a computer.</p>
7
New cards

Sensor

A device which detects or measures a physical property and records, indicates, or otherwise responds to it.

<p>A device which detects or measures a physical property and records, indicates, or otherwise responds to it.</p>
8
New cards

Example of Sensor

Motion; Timer; Button; Compass; Timer; Thermometer; Speedometer; GPS; Infrared; Camera; Chemical; Ultrasound; Microphones; Touch;

9
New cards

Input Device

A device used to enter information into a computer.

10
New cards

Common Input Device

Mouse; Keyboard; Joystick; Pen; Touch Pad; Microphone; Scanner; Track Ball; Digital Camera

11
New cards

Accessible Input Device

Alternative input devices that accommodate for people with a range of disabilities.

12
New cards

Medical Sensors

Body Temperature; Pulse and Oxygen; Patient Position Sensor; Airflow Sensor; Electrocardiogram Sensor

13
New cards

What do sensors do?

Sensors take analogue input and convert them to digital data.

14
New cards

What does a microprocessor do? (Sensor)

Digital data from a sensor can be processed by a microprocessor producing a digital output.

15
New cards

What does an output transducer do?

Output transducers turn digital data into analogue signals to power 'real world' devices.

16
New cards

What is a transducer?

A transducer is a device, which converts one type of physical property, quantity or condition into another easily usable form.

17
New cards

What is feedback? (In a control system)

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.

18
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; Self-driving cars

19
New cards

Social/Ethical Impacts/Considerations of embedded systems (Tagging prisoners; Surveillance; CCTV; Improved Safety systems

Security; Evidence; Resources;

Loss of privacy; Possibility of hacking; Spying

20
New cards

What is a centralized system?

A centralized system is computer done at a central location, using terminals that are attached to a central computer. The computer itself may control all the peripherals directly, or they may be attached via a terminal.

21
New cards

Central System

Direct control of the operation of the individual "nodes" and flow of information from a single "server"

22
New cards

What is a distributed system?

A distributed system is a system in which 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.

23
New cards

Distributed System

A distributed system is a collection of independent, networked computers that work together to appear as a single, cohesive system to the end-user.

24
New cards

Advantages of centrally controlled systems

Easier to administrate; More control

25
New cards

Advantages of distributed systems

Cost; Performance; Reliability; Scalability

26
New cards

Disadvantages of centrally controlled system

If main sensor/controller fails, the whole system fails

27
New cards

Disadvantages of distributed systems

Network Bandwidth; Security; Software Complexity

28
New cards

What is an embedded system?

Is a computer system with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints.

29
New cards

Embedded System Examples

Kiosk; MP3 Player; Digital Watch; Traffic Lights; Factory Controllers; Hybrid Vehicles

30
New cards

What is an Autonomous Agent?

An autonomous agent is an intelligent agent operating on an owner's behalf but without any interference of that ownership entity.

31
New cards

Autonomy in Autonomous Agents

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.

32
New cards

Reactive Behavior in Autonomous Agents

Agent senses the environment in which it is and decides what to do, reacting on its perceptions.

33
New cards

Concurrency/Sociability in Autonomous Agents

Agents can interact with other agents through communication, in different modes: coordination, cooperation, and competition.

34
New cards

Persistence in Autonomous Agents

The code describing an agent runs continuously like a process, and is not executed on demand.