Chapter2 Hardware
Chapter2 Hardware
Hardware
1
Chapter Objectives
Chapter 2 2
Hardware
Data Representation
• A computers is digital device that accepts data as input,
processes data, stores data, and produces output.
• Computer is designed using digital technology (simple,
dependable, and adaptable) which makes it possible to
manipulate simple “on” and “off” signals to perform complex
tasks.
• Digital devices work with digits such as 0 and 1. 0 presents
“off” signal/state and 1 presents “on” signal/state.
• A computer uses a bit (binary digit) as the building block for
more complex data representation.
• A computer stores bits as electronic pulses that can travel
over circuits and wires.
Chapter 2 3
Hardware
Data Representation Cont.
Chapter 2 4
Hardware
Data Representation Cont.
• The circuitry in a computer or • Eight bits grouped together
mobile device represents the as a unit are called a byte. A
on or the off states byte represents a single
electronically by the presence character in the computer or
or absence of an electronic mobile device
charge
Chapter 2 5
Hardware
Data Representation Cont.
• By grouping bits together,
computers create sequence
that represent number,
letters, graphics, music and
more.
• A group of 8 bits make up a
byte
• A byte represents a
character such as a letter
(uppercase/lowercase),
symbols, and numerals that
won’t be used in arithmetic
operations.
Chapter 2 6
Hardware
Data Representation Cont.
• The system of numbering we are most familiar is decimal
system, base 10 (uses 0,1,2,3,4,5,6,7,8,9 digits).
Computers use the binary numbering system, base 2
(uses only two digits 0 and 1). Digits in a numbering
base is calculated as = base - 1
• Other numbering systems: Octal, base 8 (uses
0,1,2,3,4,5,6,7 digits), Hexadecimal or Hex, base 16 (
users 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F digits)
Chapter 2 7
Hardware
Measurement Units & Terminology
Chapter 2 8
Hardware
Measurement Units & Terminology Cont.
Chapter 2 9
Hardware
Measurement Units & Terminology Cont.
Chapter 2 10
Hardware
Measurement Units & Terminology Cont.
CPU Speed
These units are used to measure CPU speed (cycles in a second)
Chapter 2 11
Hardware
Measurement Units & Terminology Cont.
Chapter 2 12
Hardware
Inside the System Unit
Chapter 2 13
Hardware
Motherboard
• The motherboard is the main circuit board of the
computer. Houses all essential chips and provides
connecting circuitry between them.
A computer chip contains integrated circuits
Chapter 2 14
Hardware
Processors
• The processor, also called the central processing unit (CPU),
interprets and carries out the basic instructions that operate a
computer
• A multi-core processor is a single chip with two or more
separate processor cores
• Processors contain a Control Unit and an Arithmetic Logic
Unit (ALU)
Control Unit, coordinates & controls all the other part of
computer system.
Arithmetic Logic Unit, actual processing by performing
mathematical & Logical operations.
Chapter 2 15
Hardware
Processors Cont.
Chapter 2 16
Hardware
The Machine Cycle
• For every instruction, a processor repeats a set of four
basic operations, which comprise a machine cycle
Chapter 2 17
Hardware
The Machine Cycle Cont.
• The four steps:
• Fetch the instruction from RAM
– (called a Register)
• Decode the instruction
• Execute the instruction
• Store the result back to RAM
• The Operating Systems works with the CPU to place the
instruction on RAM then get the result back.
• How fast the 4 steps are executed decides the speed of the
CPU
Chapter 2 18
Hardware
Processors
• CPU contains registers, that temporarily hold data and
instructions. The leading manufacture of personal computer
processor chips are Intel and AMD
• CPU speed
System clock, regulates CPU’s processing functions by emitting
pulse at the regular intervals. Controls the timing of all computer
operations
The pace of the system clock is called the clock speed, and is
usually measured in gigahertz
Each tick of the system clock, the CPU does a step of the Machine
Cycle
Chapter 2 19
Hardware
Buses
• A bus is highway of parallel wires connects
motherboard components, allows the various
devices both inside and attached to the system
unit to communicate with one another:
Data bus, carries information
Address bus, unique address of a location in the
memory where data is stored
Control bus, determines its operation
Expansion bus, moves information between
internal components of a computer.
• Word size is the number of bits the processor
can interpret and execute at a given time
• The bigger the word size the faster the machine
(CPU) is.
Chapter 2 20
Hardware
Memory
• Memory consists of electronic components that store
instructions waiting to be executed by the processor,
data needed by those instructions, and the results of
processing the data
• Stores three basic categories of items:
Chapter 2 21
Hardware
Memory Cont.
Chapter 2 22
Hardware
Memory Cont.
Chapter 2 23
Hardware
Memory Cont.
RAM, primary storage, reusable and volatile. An area of the
computer that temporarily holds data and instructions for
processing the data. It houses OS instructions. It’s measured in
GB.
ROM, contents permanently burned in the chip. The only way to
change the instructions on a ROM chip is to replace the chip.
Chapter 2 24
Hardware
Memory Cont.
• RAM chips usually reside on a memory module and are
inserted into memory slots
Chapter 2 25
Hardware
Memory cont.
• Access time is the amount of time it takes the
processor to read from memory
Measured in nanoseconds
Chapter 2 26
Hardware
Memory Cont.
Chapter 2 27
Hardware
Memory Cont.
• Memory cache speeds the processes of the computer
because it stores frequently used instructions and data,
specialized chip used to minimize the data traffic between
CPU and memory.
Chapter 2 28
Hardware
Adapters
• An adapter card enhances functions of a component of a desktop or
server system unit and/or provides connections to peripherals
Sound card and video card
• An expansion slot is a socket on a desktop or server motherboard
that can hold an adapter card
Chapter 2 29
Hardware
Adapters Cont.
• With Plug and Play, the
computer automatically
can recognize peripheral
devices as you install
them
• A USB adapter
enhances functions of a
mobile computer and/or
provides connections to
peripheral devices
Chapter 2 30
Hardware
Computer Hardware Storage
• A storage medium is the physical material on which a
computer keeps data, information, programs, and
applications
Chapter 2 31
Hardware
Storage Cont.
Chapter 2 32
Hardware
Storage Devices
• Items on a storage medium remain intact even
when you turn off a computer or mobile device
Chapter 2 33
Hardware
Storage Capacity
• Capacity is the number of bytes a storage medium can
hold:
Chapter 2 34
Hardware
Storage Access time
• Access time measures:
The amount of time it takes a
storage device to locate an
item on a storage medium
The time required to deliver
an item from memory to the
processor
Chapter 2 35
Hardware
Hard Drives
• Hard Disk Drive (HDD), one or more hard drive platters (a
flat, rigid disk made of aluminum or glass and coated with
magnetic oxide) and their associated read-write heads.
More capacity, can hold up to 10TB, but slower
processing and less expensive.
Chapter 2 36
Hardware
Hard Drives Cont.
• The storage capacity of hard
disks varies and is determined by:
The number of platters the
hard disk contains
Whether the disk uses
longitudinal or perpendicular
recording
Density
Chapter 2 37
Hardware
Hard Drives Cont.
Read/write Revolutions
Form factor
head per minute
Chapter 2 38
Hardware
Hard Drives Cont.
Chapter 2 39
Hardware
Hard Drives Cont.
• A head crash occurs when a read/write head touches
the surface of a platter
• Always keep a backup of your hard disk
Chapter 2 40
Hardware
Hard Drives Cont.
• Solid State Drive (SSD), oversized and more sophisticated
flash memory stick. It contains its own processor to manage
its storage
• Like a memory stick no moving parts to an SSD. Less
capacity but faster processing, and more expensive.
• An SSD (solid state drive) has several advantages over
traditional (magnetic) hard disks:
Faster access time
Faster transfer rates
Quieter operation
More durable
Lighter weight
Less power consumption
Longer life
Defragmentation not required
Chapter 2 41
Hardware
Hard Drives Cont.
• An external hard disk is a separate
freestanding storage device that
connects with a cable to a USB port or
other port on a computer or mobile
device
Chapter 2 42
Hardware
Portable Flash Memory Storage
• A memory card is a
removable flash memory
storage device that you insert
and remove from a slot in a
computer, mobile device, or
card reader/writer
Chapter 2 43
Hardware
Cloud Storage
• Cloud storage is an Internet service that provides storage to
computer or mobile device users
Chapter 2 44
Hardware
Optical Discs
• An optical disc consists of a flat, round,
portable disc made of metal, plastic,
and lacquer that is written and read by a
laser
Chapter 2 45
Hardware
Optical Discs
• A CD-ROM can be read from but not written to
Single-session disc
• A CD-R is an optical disc on which users can write
once, but not erase
• A CD-RW is an erasable multisession disc
Chapter 2 46
Hardware
Other Storage Devices
• Enterprise hardware allows large organizations to manage and store
data and information using devices intended for heavy use, maximum
efficiency, and maximum availability
RAID duplicates data, instructions, and information to improve data
reliability
• A magnetic stripe card has a magnetic stripe that contains information
• A smart card stores data on an integrated circuit embedded in the card
• The RFID tag consists of an antenna and a memory chip that contains
the information to be transmitted via radio waves
• An RFID reader reads the radio signal and transfers the information to a
computer or computing device
Chapter 2 47
Hardware
Computer Hardware cont.
• Network connection
Network card (NIC), a device installed in a slot on a motherboard
to connect a personal computer to LAN.
Wireless technology, many personal computers began including
wireless networking capabilities.
Chapter 2 48
Hardware
Input & Output
• Input is any data and instructions entered into the memory of a
computer
Keyboard, mouse, touchscreens, scanners, voice recognition,
video digitizers.
• Output is data that has been processed into a useful
form
Chapter 2 49
Hardware
Input Devices
Pointing Touch
Keyboard Pen input
devices screens
Scanners
Motion input Voice input Video input and reading
devices
Chapter 2 50
Hardware
Keyboards
Chapter 2 51
Hardware
Keyboards
Most desktop computer keyboards have…
Typing area
Function keys
Navigation keys
Toggle keys
Shortcut keys
Media control buttons
Internet control buttons
Chapter 2 52
Hardware
Ergonomic keyboards
Chapter 2 53
Hardware
Pointing Devices
• A pointer is a small symbol on the screen whose location
and shape change as a user moves a pointing device
• A mouse is a pointing device that fits under the palm of your
hand comfortably
Optical mouse, laser mouse, and touch mouse
Chapter 2 54
Hardware
Pointing and Touch Screen Devices
A touchpad, is small flat, rectangular
pointing device that is sensitive to
pressure and motion
Chapter 2 55
Hardware
Motion, Voice, and Video Input Devices
• Voice input is the
process of entering input
by speaking into a
microphone
• Voice recognition, also
called speech
recognition, is the
computer or mobile
device’s capability of
distinguishing spoken
words
Chapter 2 56
Hardware
Motion, Voice, and Video Input Devices Cont.
Chapter 2 57
Hardware
Motion, Voice, and Video Input Devices Cont.
Chapter 2 58
Hardware
Motion, Voice, and Video Input Devices Cont.
• A webcam is a type of DV camera that enables a
user to:
Capture video and still images
Send email messages with video attachments
Broadcast live images or video over the Internet
Conduct videoconferences
Make video calls
• A videoconference is a meeting between two or more
geographically separated people
Chapter 2 59
Hardware
Scanners and Reading Devices
• A scanner is a light-sensing input device that reads printed
text and graphics and then translates the results into a form
the computer can process
A flatbed scanner works in a manner similar to a copy
machine except it creates a file of the document in
memory instead of a paper copy
Chapter 2 60
Hardware
Scanners and Reading Devices Cont.
• An optical reader is a device that uses a light source to read
characters, marks, and codes and then converts them into
digital data that a computer can process
Optical character recognition (OCR)
Optical mark recognition (OMR)
Chapter 2 61
Hardware
Scanners and Reading Devices Cont.
• RFID (radio frequency identification) uses radio signals
to communicate with a tag placed in or attached to an
object
• An RFID reader reads information on the tag via radio
waves
Chapter 2 62
Hardware
Scanners and Reading Devices Cont.
• Magstripe readers read the
magnetic stripe on the back of
cards such as:
Credit cards
Entertainment cards
Bank cards
Identification cards
Other similar cards
Chapter 2 63
Hardware
Scanners and Reading Devices Cont.
• MICR (magnetic ink character recognition)
devices read text printed with magnetized ink
• An MICR reader converts MICR characters
into a form the computer can process
• MICR code is a character-recognition Check sample for a fictional bank
using MICR encoding for cashing in
technology used mainly by the banking another bank
industry to ease the processing and clearance
of checks and other documents.
Chapter 2 64
Hardware
Output Devices
Interactive
Data
Displays Printers Whiteboards
Projectors
Motion-
Joysticks,
Gamepads Sensing Game
Wheels
Controllers
Chapter 2 65
Hardware
Displays
• A display visually conveys text,
graphics, and video information
• A monitor is a display that is
packaged as a separate peripheral
device
LCD monitor
• The quality of a display depends primarily on
its:
Resolution
Response time
Brightness
Dot pitch
Contrast ration
Chapter 2 66
Hardware
Displays Cont.
• Today’s monitors use a digital signal to produce a picture
• To display the highest quality images, the monitor should plug
into:
A DVI port, Digital Video Interface
An HDMI port, High-Definition Multimedia Interface, a
proprietary audio/video interface
A DisplayPort, is a digital display interface developed by
Dell. The interface is primarily used to connect a video
source to a display device such as a computer monitor.
• Home users sometimes use a digital television (DTV) as a
display
• HDTV is the most advanced form of digital television
• A Smart TV is an Internet-enabled HDTV
Chapter 2 67
Hardware
Printers
• A printer produces text
and graphics on a
physical medium
• Before purchasing a
printer, ask yourself a
series of questions:
Chapter 2 68
Hardware
Printers Cont.
Chapter 2 69
Hardware
Printers Cont.
Chapter 2 70
Hardware
Printers Cont.
• An ink-jet printer forms characters and graphics by
spraying tiny drops of liquid ink onto a piece of paper
Color or black-and-white
Speed is measured by the number of pages per minute (ppm) it can
print
• A thermal printer generates images by pushing electrically
heated pins against the heat-sensitive paper
Chapter 2 71
Hardware
Printers Cont.
Chapter 2 72
Hardware
Other Output Devices
• A data projector is a device that
projects the text and images displaying
on a computer or mobile device screen
on a larger screen so that an audience
can see the image clearly
Chapter 2 73
Hardware
Assistive Technology Input & Output
• Head-mounted pointer
• Screen readers
• Screen magnification software
• Navigation assistance
• Assistive listening devices
• Braille printer
Chapter 2 74
Hardware
Protecting Hardware
• To help reduce the chances of theft,
companies and schools use a
variety of security measures
Physical access controls
Alarm system
Physical security devices
Security or device-tracking app
Require identification
Chapter 2 75
Hardware
Protecting Hardware Cont.
• A surge protector, also called a surge suppressor,
uses electrical components to provide a stable
current flow and minimize the chances of an
overvoltage reaching the computer and other
electronic equipment
Chapter 2 76
Hardware
Last Slide
Chapter 2 77
Hardware