Ict From Start
Ict From Start
• Data Input
– Punch Cards
• Popular Computers and Companies
– CDC, GE, IBM
• Advantages • Disadvantages
Micro Computer
• Micro computer are the smallest computer system. Their sizes range
from calculator to desktop. Its CPU is a microprocessor. It is also known
as Grand child Computer.
• There are two sub categories in it. One is PC which is less in price &
reliability, other is Workstation which is expensive in price & reliability
comparing with PC
• Application : - personal computer, Multi user system, offices.
Portable computers (Mobile computers)
Micro Computer
Features:
1. These computers can transported anywhere.
2. Lightweights less power uses
3. Subcategory:- Laptop, Palmtops, e.t.c.
Mini Computer
• These are also small general purpose system. They are generally more
powerful and most useful as compared to micro computer. Mini
computer are also known as mid range computer or Child computer.
• Now the term is not in use, once it was between mainframe & personal
computer category, this category was defeated by PC or desktop
computers because of reduce price and better performance in speed.
system.
Servers
• Applications
INPUT DEVICE
It is used for transferring data from the users’ end to the computer.
OUTPUT DEVICE
It stores instruction and data and provides them to the various other units as
and when required. It is basically the working memory of the computer
system. This memory unit is volatile, i.e. it is temporary memory and nothing
can be stored here permanently. The information is stored in the main
memory as long the computer is switched on or as long as it is required by
the computer.
CONTROL UNIT
It performs the various arithmetic and logical operations on the data stored
in memory, as dictated by the instruction.
SECONDARY STORAGE
It stores the various data, information and programs permanently for future
retrieval. The information is organised in such a way to retrieve it in
minimum time whenever required. The stored information remains as long
the user wants it.
BLOCK DIAGRAM
SECONDARY
DATA FLOW CONTROL FLOW
STORAGE
INPUT MEMORY OUTPUT
DEVICE UNIT DEVICE
CONTROL
UNIT
There are CPUs with varying efficiency and the quality of the computer
depends mainly on the CPU present on the main board.
The CPU contains two main parts, housed in a single package (Chip):
Control Unit (CU)
Arithmetic Logic Unit (ALU)
A Look Inside
Floppy drive
cards harddrive
A Look Inside…
motherboard
• Identify all the major components:
– Power Supply
– Motherboard
– Memory
– Card Slots
– Cards (sound, video, network)
– CPU, heatsink and fan
– Drives (floppy, hard and CD-ROM)
• Power Supply – (heart) supplies power to all the circuitry and devices.
• Motherboard – (body) acts as a manager for everything on the
computer – connects all the other components together.
• CPU – Central Processing Unit – (brain) this does all the work of
computing.
• RAM – Random Access Memory –
• (short-term memory) holds data and program instructions that
the computer is currently using.
• Hard Drive – (long-term memory)
• holds all of the information that needs to be stored between uses
of the computer.
ISA
Industry Standard
Architecture
• ISA was originally an 8-bit computer bus that was later expanded to
a 16-bit bus in 1984. When this bus was originally released it was
a proprietary bus, which allowed only IBM to create peripherals and the
actual interface. However, in the early 1980's other manufacturers
were creating the bus.
• In 1993, Intel and Microsoft introduced a PnP ISA bus that allowed the
computer to automatically detect and setup computer ISA peripherals,
such as a modem or sound card.
• All recent computers today no longer included the ISA slots and instead
are using more PCI, AGP, and other slots.
– Modem
– Network card
– Sound card
– Video card
These are a set of connecting wires used for setting interconnection between
the various devices in the system. Each set of bus has a specific function to
perform like carrying data, carrying control signals and addresses.
CHARACTER :
1=00000001
There are eight such positions to represent 0 or 1 and each such position is
called a BIT (binary digit). Hence the pattern generated to represent a
character is a BIT PATTERN.
10111001 bit
Key Features:
For example:
Voltage is represented as 1
No voltage is represented as 0
BINARY:
The number system involving two digits, 0 & 1 is called BINARY.
By using this system a bit pattern (treated as a binary number) can be
converted to the decimal number system.
00111001
2 2 2 2 2 2 2 2
7 6 32
5 16
4 83 2 1 10
=57
Starting from right to left, raise 2 to the power of 0 to 7.
Add the values corresponding to the BIT positions having the value 1.
1 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1
7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
128 32 16 8 1 32 8 1
=185 =41
1 1 1 1 1 1 1 0 0 0 0 0 0 0 0
7 6 5 4 3 2 1 0
7 6 5 4 3 2 1 0 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2
128 64 32 16 8 4 2 1
=0
= 255
BIT PATTERN ASCII CODE CHARACTER
01000001 65-90 A
01100001 97-122 a
00110001 48-57 0-9
00101011 43 +
00100000 32
00101101 45 -
00011100 28 (
00101100 44 ,
UNIT FOR MEASUREMENT OF INFORMATION
8 BIT = 1 CHARACTER = 1 BYTE
1024 BYTES = 1 KILO BYTE (KB)
1024 KB = 1 MEGA BYTE (MB)
1024 MB = 1 GIGA BYTE (GB)
1024 GB = 1 TERA BYTE (TB)
1nibble=4bits and 1byte=8bits