Information and Communication Technology Fundamentals

23
Information and Communication Technology Fundamentals Credits Hours: 2+1 Instructor: Ayesha Bint Saleem

description

Information and Communication Technology Fundamentals. Credits Hours: 2+1. Instructor: Ayesha Bint Saleem. Chapter 5B. Modern CPUs. Presentation Credits. “Introduction to Computer” by Peter Norton. A Look Inside The Processor. Architecture Processor’s internal design Determines - PowerPoint PPT Presentation

Transcript of Information and Communication Technology Fundamentals

Page 1: Information and Communication Technology Fundamentals

Information and Communication Technology FundamentalsCredits Hours: 2+1

Instructor: Ayesha Bint Saleem

Page 2: Information and Communication Technology Fundamentals

Chapter 5B

Modern CPUs

Page 3: Information and Communication Technology Fundamentals

Presentation Credits

• “Introduction to Computer” by Peter

Norton

Page 4: Information and Communication Technology Fundamentals

5B-4

A Look Inside The Processor• Architecture

• Processor’s internal design

• Determines

• Location of CPU parts and their interconnection

• How CPU connects with other parts of computer

• Number of transistors in a CPU

• More transistors mean more powerful CPU

• Hundreds of millions of transistors

• Bit size

• Number of bits the CPU can move or process at once

• 32-bit processor; 64-bit processor

• Number of registers

• Pipelines

Page 5: Information and Communication Technology Fundamentals

5B-5

A Look Inside The Processor

• Architecture

• Main difference between CPUs

• Every processor is differentiated by its design

• Architectures of processors can be so different

that they cannot run the same software

• E.g. IBM PCs vs. Apple Computers

• OS and programs must be written to run on each

processor’s specific architecture

Page 6: Information and Communication Technology Fundamentals

Microcomputer Processors• Intel

• Leading manufacturer of processors• Intel 4004 was worlds first microprocessor• First IBM PC powered by Intel 8086• Current processors

• Centrino• Itanium• Pentium IV• Xeon

Page 7: Information and Communication Technology Fundamentals

Microcomputer Processors• Advanced Micro Devices (AMD)

• Main competitor to Intel• Originally produced budget products• Current products outperform Intel• Current processors

• Sempron• Athlon FX 64• Athlon XP

Page 8: Information and Communication Technology Fundamentals

Microcomputer Processors• Freescale

• A subsidiary of Motorola• Co-developed the Apple G4 PowerPC• Currently focuses on the Linux market

Page 9: Information and Communication Technology Fundamentals

Microcomputer Processors• IBM

• Historically manufactured mainframes• Partnered with Apple to develop G5

• Advertised as “fastest Desktop Processor ever”• First consumer 64 bit chip• Finding Nemo created on G5 Desktop Computers

Page 10: Information and Communication Technology Fundamentals

Comparing Processors• Speed of processor• Size of cache• Number of registers• Bit size• Speed of Front side bus

Secification AMD Athlon 64 FX Intel Pentium IV PowerMac G5

Number of Registers 16 16 80

Word Size 64 bits 64 bits 64 bits

System Bus Speed 1.6 GHz 800 MHz 1 GHz

L1 cache 128 KB na na

L2 cache 1024 KB 512 512

Page 11: Information and Communication Technology Fundamentals

Advanced Processor Topics• CISC processors

• Complex Instruction Set Computing• Large instruction sets; ~200-300 instructions• In IBM-compatible PCs

• RISC processors• Reduced Instruction Set Computing• Smaller instruction sets• May process data faster• PowerPC (used in G4) and G5

Page 12: Information and Communication Technology Fundamentals

Advanced Processor Topics• Parallel Processing

• Multiple processors in a system• Greater Flow of Data• More tasks done in less time

• Symmetric Multiple Processing• Number of processors is a power of 2• Systems are easier to design

• Massively Parallel Processing• Thousands of processors• Mainframes and super computers

Page 13: Information and Communication Technology Fundamentals

Extending The Processors Power• Standard computer ports

Mouse

KeyBoard

USB

Serial

Parallel

Modem

Microphone

Speaker

Network

VGA Output

Page 14: Information and Communication Technology Fundamentals

Extending The Processors Power• Serial and parallel ports

• Connect to printers or modems• Parallel ports move bits simultaneously

• Made of 8 – 32 wires• Internal busses are parallel

• Serial ports move one bit• Lower data flow than parallel• Requires control wires• UART converts from serial to parallel

Page 15: Information and Communication Technology Fundamentals

Serial Communications

Page 16: Information and Communication Technology Fundamentals

Parallel Communications

Page 17: Information and Communication Technology Fundamentals

Extending The Processors Power• SCSI

• Small Computer System Interface• Extends the bus outside the computer• Supports dozens of devices• External devices daisy chain

Page 18: Information and Communication Technology Fundamentals

Extending The Processors Power• USB

• Universal Serial Bus• Most popular external bus• Supports up to 127 devices• Hot swappable• Easy to use

Page 19: Information and Communication Technology Fundamentals

Extending the Processors Power• FireWire

• IEEE 1384• Cameras and video equipment• Hot swappable• Port is very expensive

Page 20: Information and Communication Technology Fundamentals

Extending the Processors Power• Expansion slots and boards

• Allows users to configure the machine• Slots allow the addition of new devices• Devices are stored on cards• Computer must be off before inserting

Page 21: Information and Communication Technology Fundamentals

Extending the Processors Power• PC Cards

• Expansion bus for laptops• PCMCIA• Hot swappable• Small card size• Three types, I, II and III

• Type I usually contain memory• Type II used for network adapters• Type III houses tiny hard drives

• Type II is most common

Page 22: Information and Communication Technology Fundamentals

Extending the Processors Power• Plug and play

• New hardware detected automatically• Prompts to install drivers• Non-technical users can install devices

Page 23: Information and Communication Technology Fundamentals

Chapter 5B

End of Chapter