AQA AS Computing: 7.2 Computer Architecture Flashcards

1
Q

Hardware

A

Electronic/electrical circuits that a computer is assembled from. The platform on which the software executes.

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

Main memory

A

Memory that is directly addressable by the processor

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

Memory location

A

A separately addressable area of main memory

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

RAM

A

Random access memory; volatile main memory in which the locations can be accessed directly in any order with the same access time for all writing and reading operations

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

ROM

A

Read only memory; non-volatile main memory that cannot be written to once it is set up

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

EEPROM

A

Electrically erasable programmable read only memory; its contents may be altered but writing is about 100 times slower than reading

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

Computer bus

A

A set of parallel wires connecting independent components of a computer system

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

System bus

A

The main highway connecting the processor, main memory and I/O controllers; it is made up of a data bus, an address bus and a control bus

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

I/O

A

Allows the CPU to communicate with peripherals

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

Peripheral

A

A computer device that is not part of the CPU. It can be external (e.g. mouse, keyboard, printer, monitor, memory stick or scanner) or internal, such as a CD-ROM drive

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

I/O device

A

A hardware unit that sends or receives data or stores data by communicating with the processor and main memory through an I/O controller

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

I/O controller

A

An electronic circuit that connects to a system bus and an I/O; it provides the correct voltages and currents for the system bus and the I/O device.

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

Secondary storage

A

Permanent storage memory not directly connected to the processor; also called backing store.

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

Main memory address

A

A unique numeric code corresponding to a location in memory.

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

Stored program concept

A

A program must be resident in main memory to be executed; it is processed by fetching machine code instructions in sequence from main memory and executing them, one at a time, in the processor.

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

Register

A

A very fast memory location inside the processor or I/O controller.

17
Q

General purpose register

A

A register not assigned a specific role by the processor designer. Programmers may use general-purpose registers.

18
Q

Dedicated register

A

A register assigned a specific role by the processor designer. Programmers may use some but not all dedicated registers.

19
Q

Clock speed

A

Of a processor, the frequency in megahertz or gigahertz at which the processor executes instructions.

20
Q

Word length

A

The number of digits in a binary word.

21
Q

Bus width

A

The number of signal wires or lines allocated to the bus