Computing - Hardware

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

1/30

flashcard set

Earn XP

Description and Tags

GCSE hardware definitions

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

hardware

The physical components of a computer system

2
New cards

peripheral

Hardware on the periphery of a computer system. The input and output hardware of a computer system

3
New cards

CPU

The main part of the computer

4
New cards

Stored program concept

Processor architecture which stores instructions and data in memory and executes them sequentially using the ALU

5
New cards

Control unit

Part of the CPU that decodes instructions and coordinates the actions of the other parts of the CPU

6
New cards

ALU

Performs calculations e.g. x = 2 + 3 and logical comparisons e.g. IF x > 3 on data in the CPU.

7
New cards

Register

Fast temporary storage within the CPU

8
New cards

Control unit

Decodes instructions. Sends signals to control how data moves around the CPU.

9
New cards

Fetch

Decode

10
New cards

Fetch

Instructions are fetched from memory one at a time into the CPU

11
New cards

Decode

The Control unit decodes the instructions - looks it up in the processor's instruction set to work out what it means.

12
New cards

Execute

The instruction is carried out

13
New cards

buses

Wires that connect the CPU to other components in the computer eg memory. A bus can be uni-directional - information travels in one direction only or bi-directional - information travels to and from components

14
New cards

Address bus

Carries the address of a location in memory. It is uni-directional

15
New cards

Data bus

Carries the data that was stored in the memory location to the CPU or carries the data from the CPU to a location in memory where is to be stored. It is bi-directional.

16
New cards

Control bus

Carries the signals that control the actions of the CPU eg read or write

17
New cards

clock

the electronic unit that synchronises the actions of the CPU. The higher the clock speed

18
New cards

RAM

Storage location for data and instructions that is accessed by the CPU. Main memory is volatile ie data and instructions are lost when the power is turned off

19
New cards

Secondary Storage

Storage location for information. It is not directly accessed by main memory. Information on secondary storage is loaded into main memory. Programs and data are stored on secondary storage when not in use. Secondary storage has a larger capacity than main memory.

20
New cards

Optical Disk

A secondary storage media which stores data as pits and lands on a shiny surface. A pit is 0 and a land is 1. Data is written by being etched by a laser. Data is read using a laser and easring the reflected light. Use: music

21
New cards

Magnetic Disk

A secondary storage media which uses a magnetic material to save the data. Areas are magnetised as north and south. Hard disk drive. Use: systems and applications software. High capacity. Medium data access speed. Low portability (except for portable drives). Reliable but not durable. Medium cost.

22
New cards

SSD

A secondary storage media which stores data by trapping electrons in pools. A pool of trapped electrons is a 0 as it stops the flow of current. Flow of current is a 1. Memory cards & solid state hard drive (SSD). Use: digital cameras and smartphones. Medium capacity. High portability. Reliable and durable. No moving parts. Fast data access speed. High cost.

23
New cards

Capacity

The amount of data a storage device is able to store.

24
New cards

Speed

The read/write access speed of a storage device.

25
New cards

Durable

How resistant to damage and wear a tear a storage device is. Devices with low durability will wear out easily over time.

26
New cards

Price

The relative price of a storage medium

27
New cards

Embedded system

A small computer that is part of a larger device eg a washing machine. The embedded system performs one specific function and is not easily changed. It is programmed for efficiency. It is a microprocessor on which there is the CPU

28
New cards

sensor

A piece of hardware in a device that detects and responds to some type of input from the physical environment – an input device

29
New cards

actuator

A piece of hardware in a device that creates motion – an output device

30
New cards

Real time

A computer system that responds immediately to an external event or request eg systems in cars and planes

31
New cards

Internet of Things

An embedded device that is linked to the internet so it can communicate with other computers