Hardware Overview

Download Report

Transcript Hardware Overview

Review
Chapter
Microcomputer Systems
Hardware, Software, and the
Operating System
Ch Review
1
Overview
Operating system of choice
today is Windows 95/98
Ch Review
2
Overview
Previously MS-DOS was
the operating system of
choice.
Ch Review
3
Overview
When using MS-DOS …


only one application can
be run at any given time
there is no sharing of
resources
Ch Review
4
Overview
When using Windows …


more than one program
can run at any given time
data can be shared
between programs
Ch Review
5
Overview
Still important to know DOS
even though Windows 95 OS
no longer requires it.
Ch Review
6
An Introduction
to Computers
Widespread use of
computers in all sectors of
our lives.
Ch Review
7
Categories of
Computers
Four major categories of
computers:




Supercomputer
Mainframe
Minicomputer
Microcomputer
Ch Review
8
Computer
Components
Ch Review
9
Computer
Components
For a computer to function
it needs …



hardware
software
data
Ch Review
10
Microcomputer
Hardware
Components
System configuration …
the basic hardware
components of a complete
operating system.
Ch Review
11
Microcomputer
Hardware
Components
Ch Review
12
The System Unit
System unit …
houses the electronic and
mechanical parts of the
computer.
Ch Review
13
The System Unit
Ch Review
14
Central Processing
Unit
Central Processing Unit
(CPU) …
the brains of the computer.
Ch Review
15
Central Processing
Unit
Bus …
a connection or path (wires)
between the CPU and the
input/output devices.
Ch Review
16
Random Access
Memory
Random Access Memory
(RAM) …
the workspace of the
computer.
Ch Review
17
Cache Memory
Cache Memory …
a place in memory where
data can be stored for quick
access.
Ch Review
18
Read-only
Memory
Read-only memory
(ROM) …
designed to hold permanently
stored programs installed by
the computer manufacturer.
Ch Review
19
Read-only
Memory
ROM …
is sometimes called
Firmware.
Ch Review
20
Adapter Cards
Adapter Cards …
printed circuit boards
installed in the computer to
allow installation and use of
peripheral devices.
Ch Review
21
Controllers
Controller …
determines number and kinds
of devices that can be
attached to a computer.
Ch Review
22
Input/Output
Adapter Cards
Input/Output (I/O) …
the process of data and
program instructions going in
and out of the CPU.
Ch Review
23
Input/Output
Adapter Cards
Input/Output Adapter Cards …
enables communication with
devices.
Ch Review
24
Input/Output
Adapter Cards
A typical I/O card has both
a…


serial port (COM port)
parallel port (LPT port)
Ch Review
25
Input/Output
Adapter Cards
Ch Review
26
Peripherals:
Input Devices
Input Devices …
used to get data or
information into computer.
Ch Review
27
Peripherals:
Output Devices
Output Devices …
used to view data or
information that is in the
computer.
Ch Review
28
Output Devices:
Monitors
The computer monitor is a
common output device.
Ch Review
29
Output Devices:
Monitors
Monitor resolution is
measured by the number
of pixels on the screen.
Ch Review
30
Output Devices:
Monitors
There are two types of
monitors available:

Interlaced

Non-interlaced
Ch Review
31
Output Devices:
Monitors
A video display adapter card
(video card) controls the
monitor.
Ch Review
32
Output Devices:
Printers
The printer is an output
device that is used to
produce a hard (paper)
copy.
Ch Review
33
Modems
Other output devices
include …


phone modems
cable modems
Ch Review
34
Modems
MOdulator/DEModulator
(Modem) …
translates digital signals into
analog signals that travel
over phone or cable lines.
Ch Review
35
Disks
and
Disk Drives
External (Secondary) storage
media …
is needed in order to save
information permanently.
Ch Review
36
Disks
and
Disk Drives
Two types of common
secondary storage media
are:


Floppy disks
Hard disks
Ch Review
37
Capacity Measurement:
Bits and Bytes
A computer is made up of
switches that are either in an
“on” state or an “off” state.
Ch Review
38
Capacity Measurement:
Bits and Bytes
Binary digit (BIT) …
the smallest unit that a
computer can recognize.
Ch Review
39
Capacity Measurement:
Bits and Bytes
Byte …
a unit of measurement that is
comprised of eight bits.
Ch Review
40
Capacity Measurement:
Bits and Bytes
Computer storage and
memory are both
measured in bytes.
Ch Review
41
Floppy Disks
The two types of floppy
disks are the …


3 - 1/2 inch disk
5 - 1/4 inch disk
Ch Review
42
Floppy Disks
Ch Review
43
CD-ROMs
Compact disc (CD) …
a common transport and
storage device for software.
Ch Review
44
CD-ROMs
DVD is an enhancement of
CD-ROM technology.
Ch Review
45
Removable Disks
The removable disk is
another type of external
storage media.
Ch Review
46
Hard Disks
The hard disk …


is a non-removable
disk
holds more info than a
removable floppy disk
Ch Review
47
Hard Disks
Ch Review
48
Dividing
the
Disk
Disks are divided into
numbered tracks and
sectors.
Ch Review
49
Dividing
the
Disk
Ch Review
50
Disk Drives
Disk drive …
writes information to and
from a disk.
Ch Review
51
Disk Drives
Cluster …
basic unit of disk storage.
Ch Review
52
Disk Drives
Ch Review
53
Device Names
Device …
a place for a computer to
send or receive information.
Ch Review
54
Device Names
Ch Review
55
Software
Software is …
the step-by-step instructions
that tell the computer what to
do.
Ch Review
56
Software
Two categories of
software:


Application software
System software
Ch Review
57
Software
System software is divided
into three categories:



Operating systems
System utility
Programming
language processor
Ch Review
58
Software
The OS supervises …


the processing of
application programs
all computer input/output
Ch Review
59
Software
The term Operating
System is generic.
Ch Review
60
Software
In Windows 95/98, “MS-DOS
prompt” is the same as …

“command line”

“command prompt”
Ch Review
61
Operating System
Fundamentals
Operating system (OS) …
is a program that is always
working.
Ch Review
62
Operating System
Fundamentals
ROM-BIOS …
provides the interface
between the hardware and the
OS.
Ch Review
63
Operating System
Fundamentals
The Boot Up Process:
1. Runs a program in ROM-BIOS which does
a self check.
2. ROM-BIOS checks to see if disk drive is
installed.
3. Looks for boot record.
4. When proper boot record found, reads
record from disk into RAM.
5. Turns control over to this program.
Ch Review
64
Operating System
Fundamentals
Command processor …
the program that the user
communicates and interacts
with.
Ch Review
65
Operating System
Fundamentals
The OS utilizes two types of
commands:

Internal

External
Ch Review
66
Operating System
Fundamentals
An executable program will have
a file name with one of the three
following file extensions …
 .com
 .exe
 .bat
Ch Review
67
Networks
A network …


is two or more computers
connected together
enables users to
communicate and share
resources
Ch Review
68
Networks
Two kinds of networks:


LAN
WAN
Ch Review
69
Networks
Ch Review
70