CS - Comp Systems - Computer Structure Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Describe the role of the CPU(processor) AND name its 3 main components

A
  • Handles the instructions that ensure hardware and software respond as expected.
  • Main components:
    1. ALU (Aritmetic and Logic Unit)
    2. Control Unit (CU)
    3. Registers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List the 4 things the Processor must be able to do

A
  1. fetch, decode and execute instructions from RAM
  2. perform arithmetic calculations
  3. perform logical operations
  4. control read, write, clock, interrupt and reset lines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does CPU stand for and how many components is it split into?

A
  • Central Processing Unit
  • split into 3 main components.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the role of the ALU

A

Performs all numerical calculations and comparisons and makes logical decisions (AND, OR, NOT)

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

Describe the role of the Registers

A

Temporary storage locations within the processor for addreses, data or instructions.

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

Describe the role of the Control Unit

A

Manages clock, read, write, reset and interrupt lines.

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

Describe the purpose of the read, write, reset and inerrupt lines

A

reset line- clears all registers
interrupt line- handles interruptions to a process during execution
read line- reads data from RAM
write line- writes data to RAM

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

State what RAM stands for and describe its purpose

A

Random Access Memory - where data that will be processed by the CPU is temporarily stored until it is needed by the processor.

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

What happens to the data held in RAM when the program is closed?

A

data held in RAM is deleted

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

What happens to RAM when the computer system shuts down?

A

RAM is cleared completely

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

Describe the locations in RAM

A

Each location in RAM has its own address that has a unique value that is used by the address bus during the fetch/execute cycle.

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

What is the benefit of having more RAM avaliable?

A

more RAM avaliable = more programs it is able to run concurrently without slowing system performance.

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

Describe the purpose of the clock line

A

sends a signal to synchronise the fetch/execute cycle.

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

What is clock speed measured in and what is it a good indication of?

A
  • measured in Hertz (Hz)
  • good indication of how quickly the processor can complete tasks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly