Unit-I: Introduction To Computers
Unit-I: Introduction To Computers
Introduction To Computers
Introduction to Computer
Early days people use fingers for computing purpose. As years go, the computing needs also grew. This leads to the invention of calculators and computers. The term computer is derived from the word compute, it means to calculate.
Definition
Computer is an electronic device. It accepts data, process the data and gives the desired output.
INPUT
COMPUTER
OUTPUT
Applications of computer:
Business Industry Home Education Printing & publishing Entertainment etc.,
CHARACTERISTICS OF COMPUTER
CHARACTERISTICS OF COMPUTER
Speed Accuracy Diligence Versatility Resource sharing Storage
Evolution of Computers
Evolution of Computers
Abacus The first calculating device called ABACUS was developed by the Egyptian and Chinese people. It consisted of sticks in horizontal positions on which were inserted sets of beads. It has a number of horizontal bars each having ten beads. Horizontal bars represent units, tens, hundreds, etc.
Napiers bones
ENIAC: First electronic computer. Electronic Numerical Integrated And Calculator. For U.S Army. EDVAC: Electronic Discrete Variable Automatic Computer. Binary number for arithmetic operations. Storage of instruction in digital forms.
UNIVAC: Universal Accounting Company. Microprocessors: INTEL 4004 first mp in 1969. Personal Computer: In 1974- successful micro computer. Called as APPLE-1
Generations of Computers
These computers were based on Integrated Circuits (ICs) Technology. A single IC has many transistors, registers and capacitors built on a single thin slice of silicon. So that the size of the computer got further reduced. These Computers were small in size, low cost, large memory and processing speed is very high.
Classification of Computer
Classification of Computer
Microcomputer Mini Computer Mainframes Supercomputer
Classification of Computer
Computer
Microcomputer
Mini Computer
Mainframes
Supercomputer
N/W Servers
Desktop
Laptops
Smart phones
Components of Computers
Components of Computers
Hardware The physical components present in the computer. Software It is a collection of programs and it can perform some operaions.
Types of Memory
MEMORY
PRIMARY
SECONDARY
SEQ.ACESS
RANDOM ACCESS
RAM
Random Access Memory It is possible to randomly select and use any location of the memory. It is a volatile memories i.e. It loose their content when the power is switched off
TYPES OF RAM:
There are two types of RAM used in PCs Dynamic and Static RAM. Dynamic RAM (DRAM): The information stored in Dynamic RAM has to be refreshed after every few milliseconds otherwise it will get erased. DRAM has higher storage capacity and is cheaper than Static RAM. Static RAM (SRAM): The information stored in Static RAM need not be refreshed, but it remains stable as long as power supply is provided. SRAM is costlier but has higher speed than DRAM.
ROM
Read Only Memory The data in the ROM is permanent . It is a non-volatile memories i.e. It does not loose their content when the power is switched off .
PROM
Programmable Read Only Memory It is supplied in blank by the manufacturer. It is possible to store program in PROM chip. Once the programmes are written it cannot be changed and remain even if power is switched off.
EPROM
Erasable Programmable Read Only Memory. Information stored in EPROM can be erased by exposing the chip in ultraviolet light and it is reprogrammed using a special programming facility.
EEPROM
Electrically Erasable Programmable Read Only Memory. Information stored in EEPROM can be erased by applying some voltage.
Secondary Memory: It is used to store data permanently TYPES: sequential access , random access
Sequential Access
Magnetic Tape: Magnetic tapes are used by large computers like mainframe computers where large volume of data is stored for a longer time. The cost of storing data in tapes is inexpensive. Tapes consist of magnetic materials that store data permanently.
Random Access
Hard Disk: It uses circular disk ,coated with magnetic material called platters. It rotates with very high speed inside the drive. Data is stored on both the surface of the disk. Each disk consists of a number of invisible concentric circles called tracks. The information stored in a disk can be read many times without affecting the stored data.
Keyboard
This is the standard input device. The layout of keyboard is just like the traditional typewriter of the type QWERTY. It also contains some extra command keys and function keys. The computer can recognise the electrical signals corresponding to the correct key combination and processing is done accordingly
Mouse
Mouse is an input device. When the mouse is moved across a flat surface the screen pointer is also moved in the direction of mouse movement. It is easier to move the cursor through a mouse
Output Devices
Printer
It is an important output device which can be used to get a printed copy of the processed text or result on paper. printers are classified as impact and non-impact printers.
NUMBER SYSTEM
Number System
Number Base B => B symbols Base 16(Hexa):0, 1,9, A ,, E, F Base 10 (Decimal): 0, 1, 2,, 7, 8, 9 Base 8(Octal): 0, 1, 2, 3, 4, 5, 6, 7 Base 2 (Binary): 0, 1
Conversions
Decimal to Base N Base N to Decimal
Decimal to Binary
11001
1X20 0X21 0X22 1X23 1X24
= =
=
= =
1 0 0 8 16 2510
Decimal to Octal
175
5X80 7X81 1X82
=
5 = 56 = 64 125
1758 = 12510
124
4X80 2X81 1X82
= =
4 16 64 84
1248 = 8410
Decimal to Hexa
1C2
2X160 12X161 1X162
= =
1C216 = 45010
181
1X160 8X161 1X162
= =
18116 = 38510
Other Conversions
BINARYOCTAL BINARYHEXA OCTALHEXA etc,.
Example:11100112 OCTAL
1 110 011
001 110 011 1 6 3
11100112=1638
Example:11100112 OCTAL
1 110 011
001 110 011 1 6 3
11100112=1638
11001.001 1X2-3 = 0X2-2 = 0X2-1 = 1X20 = 0X21 = 0X22 = 1X23 = 1X24 = 0.125 0 0 1 0 0 8 16 25.12510
ASSIGNMENT
DECIMAL TO BINARY
43 79 107 241 476
DECIMAL TO OCTAL
39 152 284 758 2534
DECIMAL TO HEXA
75 826 3128 7359 4756
DECIMAL TO OTHER
63 BASE4 279 BASE6 161 BASE7
BINARY OCTAL,HEXA
1010101 11010101011 111010110111 1011110111 101000101
OCTAL HEXA
473 1235 724 5774 4625