Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Binary Trees

—---------------------------------

LO: To understand the Vohn Numan architecture in detail and harvard architecture in detail

Internal hardware components


● A computer system incorporates all of the hardware and software required to operate it.
● The hardware includes the central processing unit (CPU) input, output and storage
devices

The architecture must be compatible


● The buses must be compatible with the CPU, with the Ram chips, etc.
● If you have a ram chip which can stuff 64 bits down a bus which can hold 32 bits it’s not
going to work.

AMD -> companies making processes


Intel ->

Interface
● Points of interaction
● Mouse
● Buttons
● Touchscreen
● Etc.

Tasks of an I/O controller


● The controller converts the signals received from a peripheral device into a format the
computer can process and vice versa
● It receives I/O requests from the CPU and then sends device-specific control signals to
the device it is controlling
● It also manages the data cflow to and from the device, freeing the CPU to get on with
other tasks

3 buses in a computer system


Address Bus
Control Bus
Data Bus

Controller:
Separate signal controlling the movement of data
Carries the ticking clock
Says now, now now
Memory reading, tells others to read
● Memoru read
● Memory write
● Bus request
● Bus grant
● Clock

Data bus:
Gets the data

Address bus:
Carries the data of where the address is
Where to go and get it
● This bus carries the address of a memory location in one direction from the processor to
i/o controllers and memory
● It may for example be the address of the next instruction to be processed or dat referred
to in the instruction
● The width of the address bus determines the maximum possible memory addresses of
the system
Data bus:
Data bus is bi-directional as data can be snt both ways along the bus
The width of the data bus is defined by the number of wires or lines it contains
If the data bus is the same width as a computer word data can be transferred to and from
memory in a single operation
If it is 16 lines and a word is 32 bits it will require two memory access and data transfer
operations

● Vonh Noimen:
Data and address bus are the same buss
General purpose machines are Vonh Noimen
They use less transistors
● Harvard System:
They are different
More efficient (they can do both busses at the same time)

You might also like