ITC Lec 3
ITC Lec 3
Computer Applications
Lecture # 3
Objective of Lecture
Information processing life cycle
input
Output
Processing
Storage
Components of System Unit
Interface (user communication with computer)
What is the Information Processing Cycle?
These are the steps that are taken to convert
raw facts, which is data, into information. It
starts with data collection.
Sound/network
cards
Wires and
ribbon cables
8
The Motherboard
The most important part of a PC is the
motherboard. It holds:
the processor chip
memory chips
Read-only
Random Access
Memory
Memory (RAM)
(ROM)
chips.
chips
Expansion slots
Processor chip
(the CPU)
000-209 Intro to CS. 5/Mother 11
Buses
A bus is a collection of wires and connectors through
which the data is transmitted.
A communication pathway connecting two or more
devices
Three types of buses
Data bus
Address bus
Control bus
Buses
Data bus
Data bus transfers actual data.
This is the bus which is used to transfer the actual
data to and from the locations.
Data bus connects the CPU, memory and other
hardware devices on the motherboard.
The number of wires in the bus affect the speed at
which data can travel between components.
Each wire can transfer one bit at a time therefore an
8-wire bus can move 8bits of data at a time.
Bus width is the number of bits that it can carry at a
time.
Address bus
Address bus Identify the source or destination of data.
Address bus carries the memory addresses.
Address bus connects the CPU with the memory.
The number of lines tells the maximum number of
memory addresses.
CPU with 8-bit address bus could address 28 = 256
different values
Control Bus
The control bus carries commands from the CPU and
returns status signals from the devices.
.
GUI Interface Windows XP
14-29
GUI vs. CLI
GUI CLI
Advantages Advantages
Easy to learn and use More flexible and powerful
Little training Faster for experienced users
Amenable to multi-tasking Can combine commands
Disadvantages Disadvantages
Harder to implement More difficult to learn and use
More HW/SW requirements
Requires lots of memory
SW is complex and difficult to
write
Questions??