Chapter 2 - Hardware Flashcards

1
Q

Hardware

A

Hardware is a physical component of a computer system - anything that can be seen or touched

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Computer architecture

A

Computer architecture is the internal logical structure and organisation of the computer hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Arithmetic and logic unit (ALU)

A

The ALU carries out all of the arithmetic and logical operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Control unit

A

The control unit uses electrical signals to control the flow of data within the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Boot sequence

A

The boot sequence is a sequence of processes that contains all the information and instructions to get the computer running

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CPU clock speed

A

CPU clock speed determines the speed of the fetch-execute cycle. It is measured in cycles per second (Gigahertz (GHz))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cache memory

A

Cache memory is memory with similar access times to the CPU. Data from main memory is copied here if frequently used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Multi-core processors

A

Multi-core processors have multiple CPUs working together - more data is processed but more complicated OSs are needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

RAM

A

RAM is random access memory. It stores programs in use by the computer and the operating system, and is volatile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ROM

A

ROM is read only memory. It stores the boot program and is non-volatile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Virtual memory

A

Virtual memory is part of the hard drive used as an extension to RAM - access times are slower but it allows the processor to carry on work

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Flash memory

A

Flash memory is a type of ROM that can be rewritten

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

NOT gate

A

NOT gate swaps the input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AND gate

A

AND gate needs both inputs to be 1 before outputting 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

OR gate

A

OR gate outputs 1 if either input is 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Input device

A

An input device is used to enter commands to the computer

17
Q

Output device

A

An output device displays results of data processing in a way that humans can understand

18
Q

Secondary storage

A

Secondary storage stores data and programs when the power is switched off

19
Q

Magnetic hard disk

A

A magnetic hard disk stores the operating system, programs and data - reliable, high capacity and low cost

20
Q

Name some specialist input devices (5)

A

1) Braille keyboard
2) Microphone
3) Eye-typer
4) Foot mouse
5) Puff-suck switch

21
Q

Name some specialist output devices (3)

A

1) Speaker
2) Braille printer
3) Actuator

22
Q

What are optical disks good for?

A

Transferring files or distributing software - cheap, good capacity, lightweight, portable

23
Q

What is flash memory good for?

A

Hand held devices - good capacity, consumes little power but expensive

24
Q

Why are both ROM and RAM needed in a computer?

A

To store initial settings, and data in use