Low Level Processing - Architecture of a Computer Flashcards

1
Q

What is the CPU made up of and what do the components do? (3)

A
  • The Control Unit (This manages the fetching and execution of instructions from main memory)
  • The Arithmetic Logic Unit (This performs arithmetic operations and logical decisions)
  • The Registers (These are temporary storage locations that are internal to the processor)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can registers hold? (3)

A

Data being processed, the current instruction being executed and the memory being read from or written to

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

What is RAM?

A

It stores all of the data and programs currently being used (It is volatile)

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

What is ROM?

A

Non volatile memory that contains the bootstrap loader

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

What is a word?

A

The number of bits that the processor can process in a single operation

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

What are interfaces and what do they provide?

A
  • The hardware and software required to allow communication between the processor and peripheral devices
  • It needs to provide buffering and analogue to digital conversion
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the address bus?

A

This bus holds the address of where the data is to be read from or written to

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

What is the data bus?

A

This bus is used to transfer data (The grater the bus width the more bits can be processed)

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

What is the control bus?

A

Each line on the control bus has its own function to trigger an event (It can read, write and reset)

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