Computer Architecture Flashcards

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

What is the processor and primary storage?

A
  • The processor is the “brain” of the computer. This is where the “thinking” is
    done.
  • The primary storage is the “memory” of the brain. This is where all the
    “conscious memory” is stored.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is processor also knows as and what does it consist?

A

The processor, also known as the central processing unit (CPU) consists of
the control unit, the memory unit, and the processor

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

The processor consists of…

A

Arithmetic logic unit ALU

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

The control unit consists of…

A
The control unit consists of the program counter (PC) and the Current 
Instruction Register (CIR)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The memory unit consists of…

A
  • The memory unit consists of the memory address register (MAR) and the
    memory data register (MDR)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an address?

A
  • An address signifies a unique location where data can be found in a computer
    memory. This address consists of 8 binary digits.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a register?

A
  • Registers are high speed data storage units in the processor that hold
    addresses and the data that matches these addresses. They help the
    processor access instructions from the memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are buses?

A

Buses are wiring (electronic connections) that contain different parts of the
processor

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

What does an address bus do?

A

connects the MAR (memory address register) to the primary

memory

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

What does a control bus do?

A

connects the control unit to all parts of the processor to coordinate

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

What is a data bus?

A

connects the MDR (memory data register) to the primary memory

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

What is an interrupt and what does it do?

A
  • Interrupts are signals sent from a device or software to the processor.
  • These cause the processor to stop what it is doing and service the source of
    the interrupt signal.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are buffers and what do they do?

A
  • Temporary memory storage area that offloads data from the processor to a
    temporary storage unit.
  • This is done so that the processor can carry on with other tasks, because the
    processor does things so much more quickly than hardware (i.e. secondary
    storage)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly