Microprocessors Chapter 2. External Data Bus Make sure that you read the analogy explaining exactly what the external data bus is binary system - a numbering.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Computer Maintenance Unit Subtitle: CPUs Copyright © Texas Education Agency, All rights reserved.1.
Chapter 5 Internal Memory
Computer Organization and Architecture
The First Microprocessor By: Mark Tocchet and João Tupinambá.
IT Chapter 2 Part B CPU. The CPU is contained on a single integrated circuit called the microprocessor. Often referred to as the brains of a computer.
Terms 4 Definitions and Questions. Motherboard The main board of a computer, usually containing the circuitry for the central processing unit, keyboard,
SECTION 4a Transforming Data into Information.
Memory RAM and CACHE. RAM Stands for Random Access Memory Stands for Random Access Memory It is volatile in nature It is volatile in nature Loses its.
Computer Hardware Processing and Internal Memory.
IT Systems Memory EN230-1 Justin Champion C208 –
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Semester One 2001/2002 Sheffield Hallam University1 The Motherboard Major circuit board in PC Holds CPU where calculations and instructions on data are.
Week 2 – Lesson 2.  Processor and chipset are located on motherboard  Components determine power and features of system  Major manufacturers: Intel,
PC Maintenance: Preparing for A+ Certification Chapter 5: CPUs.
On the Motherboard Chapter 2.
2-1 Motherboard. 2-2 Section Objectives  Define the purpose of the major components on a motherboard including the CPU, chipset, and expansion slots.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 5 Processors and Chipsets.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
Chapter 2 On the Motherboard The Complete A+ Guide to PC Repair 5/e Update.
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Computer Architecture CST 250 INTEL PENTIUM PROCESSOR Prepared by:Omar Hirzallah.
Processing Devices.
The Visible PC Chapter 1.
… when you will open a computer We hope you will not look like …
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
Continuation of Primary System Components Powered by DeSiaMore1.
Microprocessors Chapter 3.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Microprocessors Chapter 1 part 3.
2/6: CPUs & Memory CPUs –Parts of a sample CPU –Types of CPUs available ROM RAM –different kinds & uses inc. VRAM, SRAM image courtesy of How Computers.
 Happy December!  Sponge: Go to your wiki!  Today’s Lesson Target  Basic Engineering Notation  How to describe a CPU.  How to install a CPU.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Microprocessors Chapter 3.
Computer Processing of Data
PC Desktop Specs  Intel Core 2 Duo Processor E8400 (3GHz, 6M, 1333MHz FSB)  Windows Vista Home Premium OS  2GB, DDR2 Non-ECC SDRAM, 800MHz (2 DIMMS)
Chapter 3 By James Hanson June 2002 DRAM Dynamic-RAM Needs to be refreshed every few milliseconds 1 Transistor/ 1 Capacitor.
Exercise 2 The Motherboard
Hardware & Software The CPU & Memory.
The Microprocessor An integrated circuit with millions of transistors interconnected with very small aluminum wires. Controls and directs activities of.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 27 – A Brief History of the Microprocessor.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 5 Processors and Chipsets (v0.9)
1 Embedded Systems Computer Architecture. Embedded Systems2 Memory Hierarchy Registers Cache RAM Disk L2 Cache Speed (faster) Cost (cheaper per-byte)
Chapter 3 Internal Memory. Objectives  To describe the types of memory used for the main memory  To discuss about errors and error corrections in the.
Computer Maintenance Unit Subtitle: CPU’s UNT in partnership with TEA, Copyright ©. All rights reserved1.
Chapter 4 The Components of the System Unit. The System Unit It is a case that contains electronic components of the computer used to process data Sometimes.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 3 – The Motherboard.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Computer Hardware Basic Computer Concepts Data Representation and Digital Electronics  Data Representation  makes it possible to convert letters, sounds,
Introduction to Microprocessors
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Semiconductor Memory Types
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Microprocessors. Overview In this chapter, you will learn how to – Identify the core components of a CPU – Describe the relationships of CPUs and RAM.
Lecture # 10 Processors Microcomputer Processors.
Microprocessors Chapter 2. Overview In this chapter, you will learn how to –Identify the core components of a CPU –Explain the varieties of modern CPUs.
Types of RAM (Random Access Memory) Information Technology.
Chapter 2 content Basic organization of computer What is motherboard
Computer Maintenance Unit Subtitle: CPU’s Trade & Industrial Education
Random Access Memory (RAM)
Types of RAM (Random Access Memory)
Computer Memory.
Week 3 The Components of the System Unit
Microprocessors Chapter 4.
Introduction to Computing
Chapter 4: MEMORY.
Presentation transcript:

Microprocessors Chapter 2

External Data Bus Make sure that you read the analogy explaining exactly what the external data bus is binary system - a numbering system using 0’s and 1’s only Binary numbering will be in groups of 8 because 8 bits make a byte How do you read bits, and change binary to decimals?

Binary System Example: : 1 2 : 2 3 : 4 4 : 8 5 : 16 6 : 32 7 : 64 8 : 128

Registers / Clocks Registers Used as a workplace for problems that you give the PC Clocks the maximum number of clock cycles that your CPU can handle is called the clock speed a CPU’s clock speed is its maximum speed, not the speed that it will always run at the system crystal determines the speed at which the CPU will operate

Clocks The system crystal is a quartz oscillator that is soldered into the motherboard A CPU can be pushed by a crystal with a lower clock speed that its own, but the CPU will operate at the speed of the crystal Don’t try to run a CPU faster than its clock speed, or it will overheat and lock up Underclocking - run a CPU slower that its CS Overclocking - run a CPU faster than its CS

RAM as a spreadsheet The CPU needs a place to store data, that’s where RAM comes into place Quick Terminology Chart Any individual 1 or 0 = a bit 4 bits = a nibble 8 bits = a byte 16 bits = a word 32 bits = a double word 64 bits = a paragraph

MCC / Address Bus Memory Controller Chip (MCC) device that facilitates the flow of data from RAM to the CPU Address Bus second set of wires that enables the CPU to communicate with the MCC MCC - grabs contents of RAM Address Bus - controls what it gets

CPU packages Dual Inline Pin Package (DIPP) Pin Grid Array (PGA) (ZIF) Staggered Pin Grid Array (SPGA) Plastic/Ceramic Quad Flat Pack (PQFP) Used on laptops Plastic/Ceramic Leaderless Chip Carrier Single Edge Contact Cartridge (SECC) Plastic Pin Grid Array (PPGA)

Voltage Regulators Can convert one voltage of electricity into a lower one Are near a fan because they generate a good deal of heat Thanks to laptops we use these in PCs Necessary to reduce CPU to 3.3 v Voltage set by jumper setting APM also was developed around this time

Cache Cache - set aside data used in the past in a special, fast storage area enables you to speed up the system by creating special storage areas for data being moved form the hard rive, RAM, and CPU

Dynamic RAM (DRAM) RAM of choice in the PC world cheap, small, and relatively fast Hold capacitors, like batteries, that hold small charges, need to be refreshed considered volatile RAM not as fast as the CPU

Static RAM (SRAM) SRAM helps get rid of wait states uses a special circuit called a flip-flop, which gets rid of refresh almost as fast as the fastest CPU very expensive, but doesn’t need to be refreshed, so uses less effort, PC more efficient

Internal/External Cache Internal cache small SRAM Cache built in to chip called L1 cache External cache called L2 cache soldered onto the motherboard in old PC’s mostly integrated into chips since Pentium II

Clock doubling Running the internals of a CPU at one clock speed, and running the external data bus and address bus at another slower, speed to help CPU makers increase clock speeds without having to change the motherboards

Pentium Intel introduced the Pentium processor in 1993 had a 64-bit external data bus that split internally as 2 dual pipelined 32-bit data buses dual pipelining - second set of circuitry that enables more than one command to be processed at a time

Pentium The first 2 Pentium CPU’s, the 60 MHz and 66MHz, needed 5 volts for operation ran very hot Used clock doubling because motherboards that couldn’t keep up with speed Jumper used to set multiplier

Pentium and competitors The text discusses several different competitors as well as Pentium II & III. You should know why each one was introduced and different cache sizes, speeds, and clock doubling. Take time to read through these.

Celeron Intel-based CPU Low-end (cheap) SEP (like SEC, but no plastic side) Added 128K cache Problems SEC was proprietary Only ran at 66Mhz, with multiplier Celeron II Same thing, only in PGA form

Duron AMD’s answer to Celeron 200 Mhz bus (2 X 100), faster than 66 Mhz Cheap, therefore popular PGA

Pentium II SEC cartridge Fit into “Slot 1” (Intel) Used MMX technology 57 new commands in instruction set Four new registers AMD countered with K6 Could support 100 Mhz motherboards Could not fit into Slot 1, so motherboards had to be created for it

Athlon AMD’s answer to the Pentium II Proprietary to AMD, SEC-type Faster than Celeron (100 Mhz vs 66) Could run 2 calculations per cycle, so effectively ran at Mhz

Pentium III Supports 100/133 Mhz motherboards High-speed L2 cache First came in SEC, then in PGA type Less space, cheaper to make

Xeon Intel-based CPU, slot 1 (SEC) Even bigger caches

Pentium 4 Takes 100 Mhz motherboard and allows four data transfers per cycle, total of 400 Mhz bus (double of Athlon)

Miscellaneous Slockets Adapters that allow you to place a PGA CPU in a Socket 1 slot Overclocking Author discourages it, although it may work Intel doesn’t guarantee it above certain speeds More worried about resellers than ultimate customers