IB Comp Sci - Topic 7

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

1/22

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards
Control Systems
Manages, commands, directs or regulates the **behaviour of other devices or systems**.

It can range from a home heating controller using a thermostat controlling a domestic boiler to large industrial systems which are used for controlling processes or machines.
2
New cards
Sensors
A device which reacts to different inputs from the **external physical environment**. It produces **analogue signals** which are sent to the ADC to be converted to **digital signals** which can be processed by the **microprocessor**.
3
New cards
Microprocessor
* Flexible processor used for intensive computing such as in laptops, mobile phones etc.
* Consists of just a CPU
* Uses external bus to interface with RAM, ROM and peripherals
4
New cards
Microcontroller
* It is used where the task is fixed and predefined, generally embedded systems.
* Consists of a CPU, RAM and I/O interface all integrated into one chip
* Uses an internal bus to interface with its own RAM and ROM
5
New cards
Actuators
A component of a machine that is responsible for moving or controlling a mechanism or system.

It turns **digital data** into **physical movement**.
6
New cards
Centralised System
A system that is **located, stored, and maintained in a single location**. If the location is compromised, the **entire** system is affected.
7
New cards
Decentralised System
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**.
8
New cards
Transducer
A sensor that **changes energy from one form to another**. More technically converts a **physical parameter into another form**.

Can be used at the **input** (a microphone) or the **output** (a speaker) of a system. It receives a control signal from the **microprocessor** and extra power to produce a **physical effect**.
9
New cards
ADC
Analogue to digital converter (Sensor -\> Processor)
10
New cards
DAC
Digital to analogue converter (Processor -\> transducer)
11
New cards
Processor
The **logic circuitry** that respond to and process the **basic instructions** that drive a computer
12
New cards
Output transducer
A device that converts **input energy** of one form to **output energy** of another
13
New cards
Autonomous agents
They are **self-governing** computer programs which **sense and read the environment and reach individually**.

They sometimes **cooperate to achieve their aims** and usually **run on their own agenda**.
14
New cards
Input
Sensors capture **analog data**
15
New cards
Analog to digital converter
Coverts **analog data into digital** so it can be read by the CPU
16
New cards
Feedback
It occurs when **a system changes the value that it senses**. Value has to be kept within a range or threshold. Feedback regulates the variable to ensure that it remains within the specified range of values. Because the output changes the variable, inputs must repeatedly be taken.

If the variable exceeds the threshold, something will happen. If variable is below threshold, another thing will happen.
17
New cards
Distributed system
A system that is comprised of **multiple autonomous computers** which communicate and coordinate their actions using messages, as such they appear to be a single integrated computing system.
18
New cards
Distributed database
A database that does not reside on one computer but **multiple computers** which **update each other asynchronously**.
19
New cards
Embedded system
It is a dedicated, **single-purpose computer system** forming part of a **larger mechanical device**.
20
New cards
Input devices
This is a **peripheral device** used to provide **data and control signals** to an information processing system such as a computer.
21
New cards
Centrally controlled system
It is a **device or a set of devices** to manage, command, direct, or regulate **all elements of a system**.
22
New cards
Device driver
It is **a program that controls a particular type of device** that is attached to your computer and are many times built into devices such as printers, displays, CD-ROM readers, and diskette drivers.
23
New cards
Process control
An engineering discipline that deals with architectures, mechanisms, and algorithms for **maintaining the output of a specific process within a desired range**.