Hardware

25
Hardware Overview of the CPU and its parts, memory, binary codes, peripheral devices, other system components

description

 

Transcript of Hardware

Page 1: Hardware

Hardware

Overview of the CPU and its parts, memory, binary codes, peripheral devices, other system components

Page 2: Hardware

2

Schematic model of a computer system

Page 3: Hardware

3

COMPUTATION CYCLE

I-cycle E-cycle

Page 4: Hardware

4

CPU

ALU control unit registers data buses Moore’s law: transistor density doubles

every 18 months (today >100 M/chip)

Page 5: Hardware

5

HOW ARE THEY INTERCONNECTED?

Through the system bus

Page 6: Hardware

6

Memory Main memory RAM

EDO RAM (Extended Data Out RAM)DRAM (Dynamic RAM – faster)SDRAM (Synchronous DRAM – even faster)

ROM PROM (WORM) EPROM PCMCIA cards (Personal Computer Memory Card

International Association) Flash memory – non-volatile chip – memory sticks

Page 7: Hardware

7

Memory types

Page 8: Hardware

8

Cache memory

Easily accessible fast memory for frequently used data; located near the CPU

Page 9: Hardware

9

BINARY NUMBERS vs. BINARY CODES

Binary numbers Standard binary codes

» ASCII (American Std. Code for Information Interchange)

» EBCDIC (Extended Binary Coded Decimal Interchange Code)

Page 10: Hardware

10

Abbreviations & numbers of bytes they represent

Abbreviations Full nameHow to compute Numbers of bytes

Approxi-mation

B Byte 1 1 One

KB Kilobyte 1024 1,024 Thousand

MB Megabyte 1024**2 1,048,576 Million

GB Gigabyte 1024**3 1,073,741,824 Billion

TB Terabyte 1024**4 1,099,511,627,776 Trillion

Page 11: Hardware

11

SPEED OF COMPUTERS

CISC (Complex Instruction Set Computing)Using ALL instructions in the CPU (many PC’s)

RISC (Reduced Instruction Set Computing)Using only the necessary instructions in the CPU

(faster than CISC)

VLIW (Very Long Instruction Word)Including more words per instructions. (faster than

RISC)

Parallel processing (more processors)

Page 12: Hardware

12

Classes of computer systemsFactors & System types PC's

Network systems

Work stations

Midrange (minis)

Main-frames

Super computers

CPU speed (MIPS) 5-20 1-5 50-100 25-100 40-4500

60B-3 Trillion IPS

RAM size (MB) 16-128 4-16 32-512 32-1024 512-10248192 and

more

Function

Personal productivity, home computing

Data entry, Internet connection

Engineering, science, sw development, graphics design

Small corporate computing

Enterprise systems, large firms, government

Science, climate modeling, product dev., mktg.

Largest manuafacturers

HP, Dell, Gateway Oracle, IBM

Sun, IBM, Toshiba

HP, IBM, NEC IBM, NEC Cray

Price range ($) 1000-5000 500-1500 4000-2500020000-130000 250k-3M 2M- 10M

Page 13: Hardware

13

Types of storage devices

Magnetic disks (random access)o hard discso flexible disks

Memory sticks (random) Optical disks (random) Magnetic tapes (sequential)

Page 14: Hardware

14

Hard disks

track/surface/cylinder concept read-write head column head-surface clearance removable hard disks data access times

– seek time– rotation time– transfer time

Page 15: Hardware

15

Hard disks (cont’d)

physical sizes of hard disks storage capacities of hard disks will a disk twice the size store twice the

data?

Page 16: Hardware

16

Flexible disks

Sizes Storage capacities

– HD diskettes – 1.44 MB– ZIP disks – 100, 250, 750 MB – Memory sticks – >512 MB

Formatting Access times for some types of disks:

– large DASD 1-10 msec– winchester 10-20 msec– floppy 175-300 msec– optical 100-500 msec

Page 17: Hardware

17

Other disk technologies

Floptical disks (optical seek/magnetic store)– write & erase!

Cache disk (not a disk – it is a fast memory) RAID (Redundant Arrays of Inexpensive Disks) Expandable storage devices

– Disk cartridges

– ZIP

– Memory sticks

Page 18: Hardware

18

Other disk technologies (cont’d)

Optical disks, CD’s (3-650 MB) WORM optical disks MO (Magneto-Optical) disks:

– Magnetic/CDROM technologies combined– write & erase!!

DVD (17 gig: a larger capacity CD-ROM) Indexed organization of disks for storage and retrieval SAN (Storage Area Networks) – networked storage

devices

Page 19: Hardware

19

Tapes

Sequential access Method of storage and parity Tape cartridges Purpose and utility of tape

storage Blocking and density Capacity: about 10 GB

Page 20: Hardware

20

Some features of some secondary storage devices

Page 21: Hardware

21

Input devices

Keyboard Mouse Bar code scanner RFID receivers Voice recognition MICR reader OCR

Pen input Touch screen Iris scanners Magnetic card

scanners Image scanners ATM (I/O)

Page 22: Hardware

22

MICR on checks

Page 23: Hardware

23

Output devices

Monitors– CRT– LCD

Printers Plotters Sound

– Speakers– MP3

Page 24: Hardware

24

Standards which ensure seamless operation & interfacing

Musical instruments digital standards Multimedia standards Plug and play standards Small Computer System Interface standards

(SCSI) Personal Computer Memory Card International

Association (PCMCIA) standards

Page 25: Hardware

End Hardware