Chapter 3 Notes
Chapter 3 Notes
Von Neumann Architecture refers to a design model for computers where the
processing unit, memory, and input-output devices are interconnected
through a single, central system bus.
Features of CPU:
Components of CPU:
� It is uni-directional
� It is bi-directional
� It carries the control signals from the control unit to other
components of computer.
Cores
● The more cores a computer has the more instructions that can be
executed per second resulting in better performance.
Cache
● Cache is a small amount of memory situated within or close to the CPU
with very fast read/write speeds
● It is used for storing frequently used instructions/data, recently used
instructions, and instructions that are to be fetched and executed next
in a process.
● The impact of increasing the amount of cache is that more data can be
stored there and accessed faster than if it was in RAM …which
improves the performance of the CPU.
System Clock
● Clock synchronises all computer operations.
● The clock speed is how many instructions the core can execute each
second
● The clock speed is measured in Hertz
● A CPU core with a clock speed of 3.4GHz can execute 3.4 billion
instructions per second
Instruction Set
● An instruction set is a list of all the commands that can be processed by
a CPU
● Each command has a unique binary code.
Embedded System
● An embedded system is a computer systems with a either one function
or limited specific functions built within a larger mechanical device
● Its purpose is to control the device and allow a user to interact with it
● Difficult to upgrade.
Applications: