Characteristics of A Microprocessor
Characteristics of A Microprocessor
Characteristics of A Microprocessor
Microprocessor
Clock speed
Also called clock rate, the clock speed
is the speed at which a
microprocessor executes instructions.
Every computer contains an internal
clock that regulates the rate at which
instructions are executed and
synchronizes all the various computer
components.
Instruction Set
The possible operations a
microprocessor can performs is based
on its instruction set. Programs are
written for a microprocessor based on
its instruction set. For example, the
SIMP computer understands 10
instructions, and any program written
for it uses those ten instructions in
various ways to accomplish some
surprisingly complicated tasks.
Cache
Most programs access the same
information repeatedly while running.
Cache memory is intended to take
advantage of this fact. Memory cache is a
high speed storage mechanism that holds
recently read data and instructions from
main memory, which eliminates the
processor from having to constantly access
main memory.
Bus Speed
The processor communicates with other
devices via the data bus, sometimes
called the front side bus. Bus speed is
measured in MHz, the same unit used
to measure clock speed. While a
processor might be working at up to 3
GHz, quite often the performance of the
computer is hampered by a slower data
bus speed.