Você está na página 1de 50

Chapter 2

Computer Systems

1 1
Introduction
 Computer System: is a combination of
computer hardware and computer
software where each subsystem has their
own unique task to perform to achieve
the goal of computer.
 Components of a Computer System
A. Computer Hardware
B. Computer Software

1 2
2.1 Computer Hardware
 Computer hardware is the physical part
of the computer that you see, the parts
you can touch.
 In short , the tangible part of a computer.
 Basic units of Computer Hardware
◦ Input Devices
◦ Output Devices
◦ Central Processing Unit (CPU)
◦ Storage Devices
◦ MotherBoard
1 3
Hardware
•System Unit
•Peripheral Devices

System Unit

Peripheral Devices

1 4
You must Know this parts!

1 5
Basic Architecture of Computer Hardware
CPU

CU ALU

OUTPUT
INPUT DEVICE
DEVICE

RAM

1 6
Bus
 The communication b/n hardware is done
using the bus.( Arrows in the above fig).
 It serves as road between the hardware
parts.
 Three types of bus to communicate with
CPU.
◦ Data Bus: to exchange data back and forth
◦ Address Bus: to exchange location info
◦ Control Bus: to control the flow of data
1 7
Buses: The CPU’s Data Highway
 Bus
– Electrical pathway used to move data between
components.
– Local bus: Connects the CPU with the memory.
– Expansion bus: Connects the CPU with peripheral
devices.

01100010
01001000
01110011
00100111

1 8
2.1.1 Input devices
 Input devices are used to enter data into
computer.
◦ The data may be text, audio, video, Image..etc.
 There are different kinds of input devices,
but the most frequently used input
devices are keyboard and mouse.
 Others...Scanner, Microphone, Camera,
joy stick, touch screen.....etc.

1 9
Keyboard
 It is a simple computer input device
comprising a set of alphabetic, numeric,
punctuation symbol, control, and function
keys mounted on a board or other flat
surface or control panel.
 When the user depresses a key or a
combination of keys, a coded signal is sent
to the computer.

1 10
Keyboard…
 The keys on the keyboard are often
classified as follows:
◦ Alphanumeric keys - Letters and
numbers.
◦ Punctuation keys - comma, period,
semicolon, etc.
◦ Special keys- function keys, control
keys, arrow keys, caps lock, etc.

1 11
Keyboard…

1 12
QWERTY Keyboard
 The QWERTY keyboard with enhanced
features is standard with most modern
personal computers.

1 13
Dvorak Keyboard
 Puts the most commonly used keys at “home keys”
 Reduces distance of finger stretches

1 14
Specialty Keyboards
• Laptops Laptop

• PDAs
• Wireless
• Ergonomic

PDA
Ergonomic

1 15
Mouse
 It is a device that controls the
movement of the cursor or pointer
on a display screen.
 Mouse can have as many as three buttons
whose function depends on what program is
running:
◦ Left-button: for left click. Example,
selecting text
◦ Right-button: for right click. Example, see
property of file
◦ Middle button: for scrolling purpose. This
button is sometimes missing.
1 16
Mouse…

 Mouse components  Mouse events/ mouse


◦ Left (primary ) & Right Operations
(secondary)
◦ Left click
◦ Right click
◦ Drag and Drop
◦ Single and Double
click

1 17
Types of Mouse
 Roller ball mouse
Standard
– Less expensive
– Harder to keep clean
Wireless
 Trackball
– Harder to control
– Stationary on desk Trackball
 Optical mouse Optical
– Needs no mouse pad
– Doesn’t need cleaning
– More expensive

1 18
Other Input Devices
Handheld
• Scanners
– Text
– Images
Flatbed
• Digital cameras
– Images
– Video

Camera Camcorder

1 19
Scanner
 Scanners will convert image on paper to a
digital data that can be manipulated by the
computer.
 Scanning the images with light and
breaking them into matrix of dots. Each
dot will have a digital code. The dots are
sometimes referred as pixels.

1 20
Input Devices…
 Microphones could be used to enter
sound data.
 Camera could be used to capture image
and video data.

1 21
2.1.2. Output Devices
 Output devices are used to get data
out of a computer so that it can be
examined, analyzed or distributed to
others.
 It converts information from machine-
understandable form to a human
understandable form.
 Outputs are of two types:
◦ Softcopy: displayed on monitor, projector
◦ Hardcopy: printed on paper
1 22
Output Devices...
 The Visual Display Unit (VDU)
◦ or monitor or screen
 Printers
◦ dot matrix, daisy wheel, laser printers
 Plotters
 Voice (audio) response unit
◦ Speaker, headphone

1 23
Monitors
 Monitor is the most frequent type of
output device.
 Image is displayed on monitors using
pattern of lighted dots.
 Each of these lighted dots is called pixel.
 There are three types of monitor:
◦ CRT (Cathode Ray Tube)
◦ LCD (Liquid Crystal Display)
◦ GPD (Gas Plasma display )
1 24
 LCD Liquid Crystal Display
Monitor Types – More expensive
– Uses for less space
– More energy efficient
 CRT Cathode Ray Tube – Less viewable from an angle
– Less Expensive
– Use much more space GPD Gas Plasma Display
– Uses more energy – The most Expensive
– Better viewing angles – Uses neon gas

1 25
Output devices…
Printers
 Printer is a device that enables us to
produce a hardcopy of data/information.
 Based on the way they print, printers are
divided into two:
◦ Impact printers
◦ Non-impact printer

1 26
Printers…
Impact printers
 Impact printers transfer printable material onto paper
by striking paper, ribbon, and character together.
 Most of such printers take continuous form of paper.
 The most commonly used impact printers are dot-
matrix printers.

Non-Impact Printers
 They print without having a mechanism that strikes a
paper.
 They print by spraying ink or by using heat and
pressure to fuse colour powder onto paper.

1 27
Printers
Inkjet
 Impact printers
– Dot-matrix Dot-matrix
 Non-impact
printers
– Inkjet
Laser
– Laser
– Multifunction
 Specialty printers Multifunction
– Plotters
– Thermal printers Plotter

Thermal printer
1 28
Non-impact Printers
 Ink Jet
– Less expensive device
– Full color printing
– Slower in pages per minute  Laser
(PPM) – More expensive device
– More expensive per page in – Black and White (Color lasers are
B&W very expensive)
– Faster in PPM
– Less expensive in B&W

1 29
Output devices…
 Plotters
 Plotters are used to produce high-quality
drawings such as bar charts, maps,
architectural drawings, and three-
dimensional drawings.
◦ Can print on large size papers, which most
printers can’t handle.

1 30
Outputting Sound

 Speakers and
Headphones

1 31
Speaker
 Audio sound files input into multimedia
PC through a microphone. Then you can
here the output through speakers.

1 32
2.1.3. Central Processing Unit
 CPU is responsible for interpreting and executing
most of the commands from the computer's
hardware and software.
 It is often called the "brain" of the computer.
 Controls all functions of the computer.
 Component of CPU
◦ Control unit: it is responsible to Move data and
instructions between main memory and registers.
◦ Arithmetic logic unit (ALU): it responsible to
performs computation and comparison operations.
◦ Set of registers: it is responsible to storage locations
that hold inputs and outputs for the ALU.

1 33
CPU…
 Fig Shows Components of Central
Processing Unit

1 34
2.1.4. Storage devices
 Store data and programs

1 35
Primary storage devices
 Is directly accessible to the CPU
 To store data that is likely to be in active
use.

1 36
RAM
 Random access memory
 Volatile: When you turn off your computer, the
data is erased
 Several kinds of RAM exist
 Each type of RAM has a different design
– Some types work at much faster speeds
– Some transfer data more quickly

 Stores instructions and data


 Temporary (volatile) storage
 Operates in nanoseconds
1 37
ROM
 Read only memory (ROM)
 Stores data and programs that are permanently
required by the computer.
 Non-volatile.
 Read only-contents cannot be changed.

 The technological advancement in ROM design has


resulted in three other types of ROM:
◦ PROM (Programmable ROM)
◦ EPROM (Erasable Programmable ROM)
◦ EEPROM (Electrically Erasable Programmable ROM)
1 38
Secondary storage devices
 Not directly accessible by the CPU
 To store data that is not in active use
 Slower than primary storage devices
 Higher storage capacity
 Non-volatile

1 39
Hard Disk Drive
• Stores data and program
instructions
• Permanent (nonvolatile)
storage
• Storage capacities up to 250
GB and higher
• Transfers data in
milliseconds

1 40
Flash Disks

1 41
Floppy disk
 Floppy disk(diskette):
 Magnetic storage medium used with
computers.
 Floppy disks are made of flexible plastic
coated with a magnetic material, and are
enclosed in a hard plastic case.

1 42
Floppy disk…
 31/2 inch: -can store 1.44MB of data
 51/4 inch: -can store 1.2MB of data

1 43
Optical Disks
 Use laser light to read or write data
 DVD, CD
 CD (compact disc)
◦ Can store up to 700 MB
◦ Three types
 CD-ROM( compact disk read only memory)
 You can’t write to or erase
 CD-R (compact disk recordable)
 Can be written on once but can’t be erased-
WORM (write once read many)

1 44
Optical Disks…
 CD-RW –(compact disk rewritable)
 Can write several times
 Can be erased
 DVD- Digital Versatile Disc
 Can store 4GB, 8GB,17GB,…

1 45
2.1.5. Overview of motherboard
 The motherboard is the main circuit board inside your PC.
Every component at some point communicates through the
motherboard, either by directly plugging into it or by
communicating through one of the motherboards ports.

1 46
Ports and Connectors
• A port is a socket used to connect the peripheral
devices to system unit.

Serial ports: Parallel ports:


 Transmits or receives data one  Transfer and receive multiple bits
bit at a time. of information at a time.
 They are very good to send  They are used for short distance
information over long distance. communication.
 Devices like  Devices such as
◦ keyboard, mouse, modem, ◦ printers, disk drives, tape
and etc. use serial ports to drives, and etc. used parallel
ports.
connect to system unit of
computer.

Parallel port (Printer port)

47
Power Supply Unit (PSU)

• Supplies DC power to the other components in a


computer.
• It converts general-purpose alternating current (AC)
electric power from the mains to low-voltage direct
current (DC) power for the internal components of the
computer.

1 48
Expansion Cards
• Adds functions
• Provides new connections for peripheral
devices
• Common types:
– Sound
– Modem
– Video (VGA)
– Network (NIC)

1 49
Any Question?

Você também pode gostar