Computer organisation Flashcards

1
Q

Purpose of the control unit

A

Coordinates all activities of the CPU

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

What does the control unit make extensive use of

A

Status register and clock

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

What is the purpose of the status register

A

Contains information about the state of the processor

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

What is the purpose of the clock

A

Synchronises related components by generating pulses at a constant rate

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

What is clock speed measured in

A

Hertz (Hz)

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

What is the purpose of the ALU

A

Performs arithmetic and logical operations

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

What are the general purpose registers

A

Tiny areas of extremely fast memory located in the processor normally designed for a specific purpose

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

What is the purpose of the program counter

A

Holds the address of the next instruction to be executed

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

What is the purpose of the memory address register

A

Holds the address of the memory location from which data or an instruction is fetched from

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

What is the memory buffer register

A

Used to temporarily store the data which is read from or written to memory

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

What is the purpose of the CIR

A

Holds the current instruction being executed

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

How does Von Neumann architecture work

A

Instructions and data share the same memory space and format, uses a single control unit or processor, one instruction at a time, registers are used as fast access to instructions or data

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

How does Harvard architecture work

A

Instruction and data are stored in separate memory units, each has its own bus, reading and writing data can be done at the same time as fetching an instruction, used by RISC processors

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

What does the accumulator do

A

stores the result of the ALU

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

What are buses

A

Communication channels

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

What does the address bus carry

A

Address of instruction

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

What does the data bus carry

A

Carries data from and to the RAM

18
Q

What does the control bus do

A

Sends control signals from and to the processor

19
Q

What is the instruction made up of

A

Opcode + operand

20
Q

What is the opcode

A

What we need to do (OPeration)

21
Q

What is the operand

A

What do we need to do it to (can contain actual data or an address where the data is found)

22
Q

In an 8-bit instruction which bit is the addressing mode

23
Q

What bits are the basic machine operation in an 8-bit instruction

A

1st, 2nd, 3rd bits

24
Q

In an 8-bit instruction which bits are the operand

A

5th, 6th, 7th, 8th bit

25
In an 8-bit instruction how many different Opcode are available
16
26
What does “fetch” mean in the FDE cycle
The binary code in the program counter is copied to the MAR which is then put through the ram to get a binary code out which then the control bus sends a signal to read the memory, then the binary code gets sent through the data bus into the memory data register and then into the current instruction register
27
What does “decode” mean in the FDE cycle
The Current instruction register contains the opcode and the operand, then the operand is searched in the decode unit and then searches for the instruction
28
What does “execute” mean in the FDE cycle
MAR receives the address that is needed by the decode unit and then puts it through the RAM and then through the data bus into the MDR and then into the accumulator after receiving a signal from the control unit
29
What are the most common types of storage devices
Optical, magnetic and solid state
30
Which storage device has the most capacity
Magnetic
31
What are the optical storage devices
Blu-ray, CD and DVD
32
How do optical storage devices work
They work by being scanned by a laser and data is stored in pits and lands
33
What are the positives for optical storage
Cheap, light weight, portable
34
What are the negatives for optical storage
Slow access times, prone to scratches
35
What are the positives for magnetic storage
Cheap, large capacity
36
What are the negatives for magnetic storage
Slow access times, fragile
37
How do solid state drives work
Flow of electricity forcing electrons into floating gates between oxide layers, electrons then change lanes which signifies a 1 or 0
38
Positives for a solid state drive
Durable, fast access times
39
What are the negatives for solid state drives
Cost, limited read/writes
40
Why do magnetic storage devices eventually fail
Moving parts eventually break