1 / 14

Characteristics of a Microprocessor

Characteristics of a Microprocessor. The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used to describe microprocessors. This module provides an introduction to these characteristics. Clock speed.

bart
Download Presentation

Characteristics of a Microprocessor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Characteristics of a Microprocessor

  2. The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used to describe microprocessors. This module provides an introduction to these characteristics.

  3. 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.

  4. The faster the clock, the more instructions the microprocessor can execute per second. The microprocessor requires a fixed number of clock ticks (or clock cycles) to execute each instruction. Clock speed is stated in either MHz or GHz. 1 MHz is equal to 1 million cycles per second, while 1 GHz is equal to 1 billion cycles per second.

  5. At the present time the most common microprocessors run from 1.8 GHz (1.8 billion cycles per second)to 3.2 GHz (3.2 billion cycles per second. Clock speed is a major factor in determining the power of a computer.

  6. 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.

  7. Meanwhile, advanced processors can have from 150 to over 200 instructions, allowing for extremely complicated tasks. Since software is written with the instruction set in mind, sometimes a larger instruction set will equal better performance. For example, one difference between Pentium 4 and Pentium 5 is that Pentium 5 has a larger instruction set.

  8. When comparing a 2GHz Pentium 4 and 2GHz Pentium 5, if they both run software designed with the new instruction set in mind, the Pentium 5 will outperform the Pentium 4, despite having the same clock speed. However, if the two are compared while running older software, which does not use the new instructions, their performance will be similar.

  9. 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.

  10. The program first checks the cache to see if the desired information is already present there. If it is, the cache sends the information back to the microprocessor, bypassing the main memory. 95% of the time the processor is working, it is accessing information from cache. There are two kinds of cache, L1 and L2.

  11. L1 cache (also called primary cache) is built directly into the microprocessor, a location referred to as "on-die". Since it is "on-die", it is part of the microprocessor and, is usually smaller in size than L2 cache, but since it is built in it runs at the same speed as the processor.

  12. L2 cache (also called secondary cache) is not usually built into microprocessor, but it is found within the processor's external packaging. This location is referred to as, "off-die." Since "off-die" L2 cache is not included in the processor's architecture, it can often be of greater sizes. However, since it is not included on-die, L2 cache is usually slower than L1 cache.

  13. 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.  

  14. Recently much effort has been put into making the data bus have speeds more comparable to the microprocessor. At the present time data bus speeds range from 200 MHz up to 1GHz.

More Related