4.7.1.1 Internal hardware components of a computer Flashcards Preview

Computing Theory > 4.7.1.1 Internal hardware components of a computer > Flashcards

Flashcards in 4.7.1.1 Internal hardware components of a computer Deck (13)
Loading flashcards...
1
Q

What’s the function of the processor / main memory / secondary storage?

A

The processor executes instructions
Main memory stores programs currently in use
Secondary storage stores programs for long term use

2
Q

What is a bus?

A

A set of parallel wires that can transmit groups of bits between registers that connects components in the CPU

3
Q

What do the three buses do?

A

A control bus transmits control signals from the control unit to allow synchronisation of signals.
A data bus carries the data being transmitted
An address bus carries the location address / register for where the data is going

4
Q

What signals does a control bus carry?

A
Clock
Reset
Interrupt Request
Bus Request
I/O Write
I/O Read
5
Q

Why is the data bus bidirectional but the address bus unidirectional?

A

The data bus has to transfer data to and from components but the processor only needs to send out addresses to the other components.

6
Q

What does it mean for an address bus to be 64-bit?

A

The address bus has 64 lines, therefore there are 2^64 memory locations available

7
Q

What is the data bus used to transfer?

A

Data and Instructions

8
Q

What is the role of the I/O port and the other parts of the I/O controller?

A

I/O port allows exchange of data between the processor and the peripheral
Electronics that allow for sending signals to the device connected to the computer

9
Q

What is the Von Neumann Architecture?

A

A technique used for building a processor where data and instructions are stored in the same memory and accessed via buses
used extensively in general purpose computing systems

10
Q

What is the Harvard Architecture?

A

A technique for building a processor with separate buses and memory. Means that data and instructions can be accessed at the same time
Embedded systems such as digital signal processing (DSP) systems use Harvard architecture

11
Q

What is the I/O controller?

A

help in the interaction of peripheral devices with the control units (CUs). The I/O controller helps in the connection and control of various peripheral devices

12
Q

What is a peripheral?

A

A hardware component not part of the CPU and not directly under it’s control, it communicates through an I/O controller

13
Q

Why shouldn’t peripherals be directly connected to the processor?

A

Each peripheral operates in a different way, they may operate at a different voltage and will often be slower than the CPU. A new type of peripheral would require the CPU to be completely redesigned.

Decks in Computing Theory Class (102):