62
Hardware

Hardware. The physical parts of a computer system

Embed Size (px)

Citation preview

Page 1: Hardware. The physical parts of a computer system

Hardware

Page 2: Hardware. The physical parts of a computer system

Hardware

The physical parts of a computer system

Page 3: Hardware. The physical parts of a computer system

HardwareThe physical parts of a computer system

Page 4: Hardware. The physical parts of a computer system

Computers based on:

1. Vacuum tube based - c1940s2. Transistor based - late 50s; low cost and reliable

transistors available3. Integrated Circuit (IC) based - mid 60s4. Large Scale Integrated (LSI) circuit based - c80s; These

have up to 100,000 transistors on a single chip5. Very Large Scale Integrated (VLSI) circuit based - c90s;

These have >100,000 transistors on a single chip.

Hardware

Page 5: Hardware. The physical parts of a computer system

Types of Computers

Small (Microcomputers or Personal computers) $500 - $7,000

Desktop Computers and Workstations

Laptop Computers Notebook Computers Palmtop Computers

Page 6: Hardware. The physical parts of a computer system

Personal Digital Assistant

• Known as handheld computers

• PDAs are portable computers taken further

• Pocket sized designed for use on the move

• Use a pen as input (write directly to screen)

• Software 'attempts' to translate handwriting by reference to stored prototypes

Page 7: Hardware. The physical parts of a computer system

Types of Computers (contd.) Medium-sized computers (minicomputers)

- $50,000 - $200,000 - 3 - 25 times faster than a PC

- Scaled down mainframe

- Designed to meet the computing needs of a department or small company. Typically 4-100 concurrent users.

- Can support a number of concurrent applications and often uses a time-sharing operation system that aims to keep the users busy.

Page 8: Hardware. The physical parts of a computer system

Types of Computers (contd.)

Large or Mainframe Computers - $100,000 - $2,000,000 - 10 - 100 times faster than a PC

- A multi-user computer designed to meet the computing needs of a large organization

- Generally refers to computers of the 50s and 60s

- Large number of dumb terminals were used for input/output and it had a large number of peripherals attached

- Can process a number of applications concurrently. This is known as multi-processing which aims to keep the CPU as busy as possible

- Usually housed in special rooms.

Page 9: Hardware. The physical parts of a computer system

Types of Computers (contd.)

Superlarge or Supercomputers

-$2 million - $20 million -50 - 50,000 times faster than a PC

- A large number of processors interconnected by a network.

- Break up gigantic scientific problems into manageable parallel tasks

- Used to simulate nuclear explosions, ocean flow, to track the

trajectories of astronomic bodies.

Page 10: Hardware. The physical parts of a computer system

Computer Operations

Input – entering data into the computer; Processing – performing operations on the

data; Output – presenting results; Storage – saving data, programs, or output for

future use; Communications – sending or retrieving data

via the Internet, etc.

Page 11: Hardware. The physical parts of a computer system

Hardware Devices

Page 12: Hardware. The physical parts of a computer system

Data

• Data consists of raw unprocessed facts.• The applications and users handle them to turn into

Information.• Information is structured, ordered and analyzed data

useful for decision making. Data is stored in files of different types (documents, spreadsheets, databases, pictures,…)

Page 13: Hardware. The physical parts of a computer system

Data Representation

Digital data - is a discrete representation, breaking the information up into separate elements (digits, that is 0 and 1)

Bit

Page 14: Hardware. The physical parts of a computer system

Bit is the smallest unit of data, which denotes the binary value of 1 or 0, On/Off, Magnetic/Not

Byte is the ordered collection of bits

(eight bits grouped together) - EBCDIC - Extended Binary Coded Decimal Interchange

Code (8 bits per byte)

- ASCII - American Standard Code for Information Exchange (7 or 8 bits per byte)

Parity bit is the extra bit added to each byte to help detect errors

Example: "HI" = 0100100001001001

(using binary code)

How Information Is Stored

Page 15: Hardware. The physical parts of a computer system

The Computing Systems Store, Present, and Help Us Modify:

Text Audio Images & graphics Video

Page 16: Hardware. The physical parts of a computer system
Page 17: Hardware. The physical parts of a computer system

System Unit

Houses the processing hardware for computer

Contains:

- CPU

- Memory (several types)

- Interfaces to connect external peripheral devices ( such as printer, etc.)

Page 18: Hardware. The physical parts of a computer system

INPUT DEVICES

SECONDARY STORAGE

PRIMARY STORAGE

Computer Components

CPU

OUTPUT DEVICES

COMMUNICATIONS DEVICES

BUSES

Page 19: Hardware. The physical parts of a computer system

Motherboard• The main circuit board, containing computer

chips and other electronic components, inside the system unit to which all computer system components connect

Page 20: Hardware. The physical parts of a computer system

CPU – Central Processing Unit

• The chip located on the motherboard of a computer that performs the processing for a computer

Page 21: Hardware. The physical parts of a computer system

Multi-core CPUs

• Contain the processing components or cores of multiple independent processors on a single CPU (allow computers to work simultaneously on more tha one task at a time)

Page 22: Hardware. The physical parts of a computer system

Types of CPU

• Desktop c. – Intel Core i7

- AMD PhenomII (2-4 cores)

• Workstation, server

– Intel Xeon

- AMD Opteron (2,4,6 cores)

• Notebook, Tablet PC

- Intel Core 2

- AMD Turion X2 (1, 2,4 cores)

Page 23: Hardware. The physical parts of a computer system

Computer Time

Millisecond .001 second thousand 15min 40 sec

Microsecond .001 millisecond million 11.6 days

Nanosecond .001microsecond billion 31.7 years

Picosecond .001 nanosecond trillion 31,700 years

*

NAME LENGTH SECOND TO 1 SECONDNAME LENGTH SECOND TO 1 SECOND

# PER COMPARED# PER COMPARED

Computer Frequency inversely proportional to computer time

Page 24: Hardware. The physical parts of a computer system

Processing Speed

• CPU clock speed – measurement of the processing speed, which is rated in megahertz (MHz) or gigahertz (GHz)

• Highter CPU clock speed more instractions can be processed per second

• Example: Core i7 3.2 Ghz

faster than

Core i7 2.66 GHz

Page 25: Hardware. The physical parts of a computer system

Memory

• Chip-based storage

- primary - amount of the computer's main memory (random access memory or RAM)

- secondary - amount of long-term storage available to a computer (computer's hard drive or removable storage media)

Page 26: Hardware. The physical parts of a computer system

Types of Memory

• Cache memory and register – volatite, means that their content is rased when power to the memory ceases (like RAM)

• Read-only memory (ROM) and flash memory - nonvolatite

Page 27: Hardware. The physical parts of a computer system

MEMORY SIZE

• KILOBYTE (K): 210 bytes... 1024 bytes• MEGABYTE (MB): 210 KB... “million” bytes• GIGABYTE (GB): 210 MB... “billion” bytes• TERABYTE (TB): 210 GB... “trillion” bytes

*

Page 28: Hardware. The physical parts of a computer system

RAM (Random Access Memory)

• Temporary storage for data, programs and the operating system while you are using the PC

• It is volatile, meaning that the contents of memory are lost forever when the computer is shut off.

Page 29: Hardware. The physical parts of a computer system

RAM (contd.)

• Capacity measured in bytes

• Type of RAM that can be installed depends on

- CPU (32-bit CPU – up to 3 GB of RAM,

64-bit – more than 3 GB)

- Operating system (64-bit version of Windows Vista – up to 8 GB, up to 16 or more than 128 GB, depending on the edition)

Page 30: Hardware. The physical parts of a computer system

ROM (Read-Only Memory)

• Consists of non-erasable hardware modules that store program instructions

• It is non-volatile (that is „read only“)

Page 31: Hardware. The physical parts of a computer system

Ports and Connectors

• Connectors located on the exterior of the system unit that are used to connect external hardware devicrs

• Each port attached to the appropriate bus on the motherboard

Page 32: Hardware. The physical parts of a computer system
Page 33: Hardware. The physical parts of a computer system

Storage System

• Storage medium is the hardware where data is actually stored (CD, flash memory card)

• Storage device is the type of drive by which storage media is read

- internal (inside the CPU)

- external (plugged into external port)

- remote (located on another computer)

Page 34: Hardware. The physical parts of a computer system

Access Methods

• Random (direct) access, means that data can be retrieved directly from any location on the storage medium, in any order

• Sequential access, means that the data can be retrieved in the order in which it is physically stored on the medium

Page 35: Hardware. The physical parts of a computer system

Hard Drive

• Primary storage system used to store most programs and data used with a computer

Page 36: Hardware. The physical parts of a computer system

Types of Hard Drives

- Magnetic hard drive – a hard drive, consisting of one or more metal magnetic disks permanently sealed with an access mechanism and read/write heads, inside its drive

Page 37: Hardware. The physical parts of a computer system

• Solid-state drive (SSD) – a hard drive that uses flash memory instead of metal magnetic hard disks.

Types of Hard Drives

Page 38: Hardware. The physical parts of a computer system

Disc Access Time

• The total time that it takes for a hard drive to read/write data

• Include three steps:

- seek time

- rotational delay

- data movement time

• Typically it is around 8.5.milliseconds

Page 39: Hardware. The physical parts of a computer system

Optical Disks

• A type of storage medium read from and written to using a laser beam (Example: CD, DVD)

• Advantages: - large capacity

- durability

• Disadvantages: - fragile

Page 40: Hardware. The physical parts of a computer system

Optical Drive

• A drive used with optical discs (CD disc, DVD disc)

Page 41: Hardware. The physical parts of a computer system

Optical Discs

• Read-Only optical disc (CD-ROM, DVD-ROM, BD-ROM)

• Recordable optical disc (CD-R, DVD-R, DVD+R, BD-R)

• Rewritable optical disc (CD-RW, DVD-RW, DVD+RW, BD-Re)

Page 42: Hardware. The physical parts of a computer system

Optical Disks (contd.)1) CD-ROM - 700 MB (0.7 GB), single layer, red laser,

cheap, outdated. For delivering music, software, storing data.

2) DVD+-R/RW (Digital Vesatile Disk), 4.7 GB (DVD-5) (single-layer), 8.5 GB (DVD-9) (dual-layer), 9.4 GB (double-sided disk), red laser, current, cheap. For software, movies, data.

3) Blu-Ray, 25 GB (single layer), 50 GB (double-layer), may support up to 6-8 layers in the future, blue laser, quite expensive. For high-definition movies, HDTV, data.

4) HVD (Holographic Vesatile Disk) - 3.9 TB, 2 lasers, very expensive, emerging.

Page 43: Hardware. The physical parts of a computer system

Other Types of Storage System

• Flash memory – a chip-based storage medium that store data using electrons

• Flash memory card – a small , rectangular flash memory medium (such as CompactFlash)

Page 44: Hardware. The physical parts of a computer system

• Holographic storage – the type of three dimension (3D) storage system that uses multiple blue laser beams to store data in three dimensions

• Advantages: - speed

- capability

- convenient for rarely changed data

Other Types of Storage System (contd.)

Page 45: Hardware. The physical parts of a computer system
Page 46: Hardware. The physical parts of a computer system

• Magnetic tape – storage media consisting of plastic tape with a magnetizable surface that store data as a series of magnetic spot

• Advantages: - low cost per megabyte

Other Types of Storage System (contd.)

Page 47: Hardware. The physical parts of a computer system

• RAID (redundant arrays of independent disks)

a storage method that uses several hard rives working together

• Purpose: - to increase perfomance

- to protect critical data on storage server (to increase fault tolerance)

• Techniques: - disc stripping

- disc mirroring

Other Types of Storage System (contd.)

Page 48: Hardware. The physical parts of a computer system

RAID

• RAID

Page 49: Hardware. The physical parts of a computer system

Bus

• Electronic path over which data can travel

• Bus width is the number of wires in the bus over which data can travel, affects the number of bits being transmitted at one time

• Throughput or bandwidth is the amount of data that can be transferred via the bus in a given time period

Page 50: Hardware. The physical parts of a computer system

Input Devices

Page 51: Hardware. The physical parts of a computer system

Keyboards

• An input device containing numerous keys that can be used to input letters, numbers, and other symbols

Page 52: Hardware. The physical parts of a computer system

Pointing and Touch Devices

• An input device that moves an on-screen pointer to allow the user to select objects on the screen

• Types: - mouse

- pen/styluses

- touch screens

Page 53: Hardware. The physical parts of a computer system

Scanners• An input device that reads printed text and

graphics and transfers them to a computer in digital form

Page 54: Hardware. The physical parts of a computer system

Speech Recognition System

• Speech recognition systems

• Music input systems

Page 55: Hardware. The physical parts of a computer system

Music Input System

• Used to input music into a computer

Page 56: Hardware. The physical parts of a computer system

Output Devices

Page 57: Hardware. The physical parts of a computer system

Printers

• Quality mesured by dots per inch (dpi)

Speed measured in pages per minute (ppm)

• Types: - laser printers (use toner powder)

- ink-jet printers (use liquid ink)

- special purposes printers (photoprinter, 3D printer)

Page 58: Hardware. The physical parts of a computer system

3D Printing

Page 59: Hardware. The physical parts of a computer system

Display Devices (Monitor, Display Screen)

• CRT monitors

• Flat-panel displays: - liquid crystal displays (LCD)

- plasma displays

• Organic light emmiting diode (OLED) displays

Page 60: Hardware. The physical parts of a computer system

Display Devices (contd.)

• Pixels – the smallest colorable area in an electronic image

• Screen resolution affects the amount of information (in pixels) displayed on the screen

Page 61: Hardware. The physical parts of a computer system

Video Card

• Installed inside computer or directly into the motherboard (in graphic processing unit GPU)

• Detrmins the graphic capabilities of the computer

Page 62: Hardware. The physical parts of a computer system

Audio Output