Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia...

13
Introduction to Computer Hardware

Transcript of Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia...

Page 1: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Introduction to Computer Hardware

Page 2: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

• Hardware is anything you can physically touch.

• The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t actually exist. It is a set of instructions for the computer to follow, called a program, which is software.

Hardware vs Software

Page 3: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer Hardware• Input device (used to put information into a

computer, like a keyboard or mouse)

• Output device (used to get information from a computer, like a monitor or printer)

• Storage device (used to store data or programs) Can be permanent (like a CD or hard drive) or temporary (like RAM)

• Process device (used to process or direct information, like the microprocessor or motherboard)

Page 4: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer HardwareMotherboard

Central computer board by which all other devices are connected. Think of this as a city street. In fact, information travels these streets by bus!

The CPU

CPU ZIF Socket

Expansion Slots

RAM

Page 5: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer HardwareHard Drive (Storage)

– Permanent magnetic storage device.

– Don’t move the computer while it is accessing the hard disks.

– Don’t put a magnet next to the disks.

– When disposing of a computer, destroy the hard disk to prevent data theft.

“Platters” are metal disks coated with a

magnetically sensitive coating

Read/Write heads for each

platter

These platters spin at speeds like 120

rotations/second!

Page 6: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer HardwareRAM (Process device)

– “Random Access Memory”(temporary memory)

– Information is stored as electrical impulses and is a very fast storage medium.

– Information disappears after the computer is shut down.

RAM connects directly to the motherboard. Some devices,

such as a video card, have their own RAM.

Page 7: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer HardwareExpansion Cards(usually output devices)

– Expand the computer’s capabilities to:

• Play music

• Display graphics

• Communicate to other computers

• Use the telephone

• And more…

Expansion cards enable the computer to expand its capabilities. This one, for instance, is a network card which allows the computer to share information with other computers.

Page 8: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer HardwareThe CPU“Central Processing Unit”

• Fetches, decodes and executes program information

• Considered the computer’s “brain”. It can do no original “thought” like our brains .

• Contains millions of “switches” called transistors all contained in an area smaller than an adult fingernail.

The microchip

itself.

Numerous pins for transmitting information.

Circuitry leads from the pins to the CPU

A ceramic protective

outer coating

Page 9: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer Hardware• Computer chips (RAM) and CPUs are made of silicon (sand), the most common stuff on earth.

• They are baked into glass and etched with patterns, photo-resist layers and special chemicals.

A silicon ingot is baked and sliced into wafers using a diamond saw

Each tiny square on this wafer is a

microchip

This wafer is only 4 inches in diameter

Page 10: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Peripherals• The monitor, (also known

as a CRT, after the Cathode Ray Tube inside that displays the picture), is measured in size with a ruler, diagonally across the screen.

• Monitor quality is measured in terms of how many pixels, (“picture elements”) can be displayed per square inch. This is the monitor’s resolution.

Most monitors are wider than taller.

Page 11: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Computer Hardware• I/O ports - Connections on the back of a computer used to plug in peripherals.

• Common peripherals are printers, scanners, digital cameras, keyboards and mice.

Page 12: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Software

• Software refers to a set of instructions that tells the

computer what to do. These instructions are also

called Operating Systems or Programs

• Operating Systems – examples are Windows XP,

Windows Vista.

• Programs – there are thousands of examples of

programs. Games, office systems like Microsoft

Office and PowerPoint, anti-virus software.

                           

Page 13: Introduction to Computer Hardware. Hardware is anything you can physically touch. The Encyclopedia on the CD-ROM is software. The encyclopedia doesn’t.

Bits and Byteshttp://webdeveloper.earthweb.com/repository/javascripts/2001/04/41291/byteconverter.htm

• The computer really doesn’t understand any programming language. It is simply a machine. It is like asking if a hammer knows that it is building a house. The tool simply does what it is told to do.

• Computers “understand” the presence or absence of electricity. This is represented by binary numbers. Binary is a kind of mathematical system that uses only 1’s and 0’s.

• 0100 1011 0110 0101 0110 1100 0110 1100 0111 1001

http://www.tutorials4u.com/c/ascii.htm#ASCIICodes