IB Comp Sci - Topic 7

studied byStudied by 7 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 22

flashcard set

Earn XP

23 Terms

1
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.
New cards
2
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**.
New cards
3
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

New cards
4
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

New cards
5
Actuators
A component of a machine that is responsible for moving or controlling a mechanism or system.

It turns **digital data** into **physical movement**.
New cards
6
Centralised System
A system that is **located, stored, and maintained in a single location**. If the location is compromised, the **entire** system is affected.
New cards
7
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**.
New cards
8
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**.
New cards
9
ADC
Analogue to digital converter (Sensor -\> Processor)
New cards
10
DAC
Digital to analogue converter (Processor -\> transducer)
New cards
11
Processor
The **logic circuitry** that respond to and process the **basic instructions** that drive a computer
New cards
12
Output transducer
A device that converts **input energy** of one form to **output energy** of another
New cards
13
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**.
New cards
14
Input
Sensors capture **analog data**
New cards
15
Analog to digital converter
Coverts **analog data into digital** so it can be read by the CPU
New cards
16
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.
New cards
17
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.
New cards
18
Distributed database
A database that does not reside on one computer but **multiple computers** which **update each other asynchronously**.
New cards
19
Embedded system
It is a dedicated, **single-purpose computer system** forming part of a **larger mechanical device**.
New cards
20
Input devices
This is a **peripheral device** used to provide **data and control signals** to an information processing system such as a computer.
New cards
21
Centrally controlled system
It is a **device or a set of devices** to manage, command, direct, or regulate **all elements of a system**.
New cards
22
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.
New cards
23
Process control
An engineering discipline that deals with architectures, mechanisms, and algorithms for **maintaining the output of a specific process within a desired range**.
New cards
robot