Computer Architecture Flashcards
What is the processor and primary storage?
- 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 is processor also knows as and what does it consist?
The processor, also known as the central processing unit (CPU) consists of
the control unit, the memory unit, and the processor
The processor consists of…
Arithmetic logic unit ALU
The control unit consists of…
The control unit consists of the program counter (PC) and the Current Instruction Register (CIR)
The memory unit consists of…
- The memory unit consists of the memory address register (MAR) and the
memory data register (MDR)
What is an address?
- An address signifies a unique location where data can be found in a computer
memory. This address consists of 8 binary digits.
What is a register?
- 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
What are buses?
Buses are wiring (electronic connections) that contain different parts of the
processor
What does an address bus do?
connects the MAR (memory address register) to the primary
memory
What does a control bus do?
connects the control unit to all parts of the processor to coordinate
What is a data bus?
connects the MDR (memory data register) to the primary memory
What is an interrupt and what does it do?
- 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.
What are buffers and what do they do?
- 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)