Computer Appreciation
Computer Appreciation
Introduction to Computer
1. The term "Computer" is derived from the Latin word "Computare" which
means"to compute" or "to calculate."
2. Computers are machines that perform tasks or calculations according to a set of
instructions or programs.
3. It is an electronic device used to store data and gives the results accurately
within a fraction of second.
1
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
Analog Computer
Hybrid Computer
2
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
Digital Computer
1. A digital computer is designed to process the data in numerical form, its circuits
perform mathematical operations of addition, subtraction, multiplication and
division.
2. The numbers operated on by a digital computer are expressed in the binary
system.
3. Digital Computers are generally classified by size and power as follows
Micro Computer : Micro Computer is a small, relatively inexpensive
computer with a microprocessor as its CPU. The invention of the
microprocessor (single chip CPU) gave birth to the much cheaper
microcomputers. Micro Computers are commonly divided into four types
such as; Desktop, Laptop, Notebook, PDA (Personal Digital Assistant).
Characteristics of Computer
1. Computers have some important features which have made them so popular.
2. A Computer can be categorized according to
Speed
a. Computers work at an incredible speed.
b. It can carry out instructions at a very high speed.
c. A powerful computer is capable of performing about 3-4 million
simple instructions per second.
d. It can perform arithmetic and logical operations within a fraction
of second.
Accuracy
a. Computer provides a high degree of accuracy.
3
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
1. The computer is an electronic device that accepts (reads) data from the user and
processes the data by performing calculations and operations on it, and
generates (writes) the desired output.
2. A computer consists of four major components such as
Input Devices (Input Unit)
CPU (Processing Unit)
Memory (Storage Unit)
Output Devices (Output Unit)
4
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
Input Unit
1. The CPU is the heart of the computer, it is the part of a computer which
interprets and executes instruction.
2. Functional block of CPU The two components in CPU are
Arithmetic and logic unit (ALU) : The ALU performs arithmetic and
logical operations. Arithmetic operations include addition, subtraction,
multiplication and division. Logical operations include comparing
numbers, letters and special characters. The ALU is a fundamental
building block of the Central Processing Unit of a computer.
Control Unit (CU) : A Control Unit (CU) handles all processor control
signals. It directs all input and output flow, fetches code for instructions
from microprograms and directs other units and models by providing
control and timing signals.
5
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
Memory Unit
Output Unit
1. A computer can understand positional number system where they are only in the
form of digits, alphabet, symbols, video, audio, etc.,
2. But the computer can understand only 0s and 1s, so it converts all data into 0s
and 1s.
3. A value of each digit in a number can be determined using
The digit
The position of the digit in the number
The base of the number system (where base is defined as the total
number of digits available in the number system).
6
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
7
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
5. The leftmost bit is called Most Significant Bit (MSB) and the rightmost bit is
called Least Significant Bit (LSB).
1. The number system that we use in our day-to-day life is the decimal number
system.
2. The decimal number system has a base 10 as it uses 10 digits from 0 to 9. In
decimal number system, to the left of the decimal point represent units, tens,
hundreds, thousands and so on.
3. Each position represents a specific power of the base (10).
8
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
Example :
The above example shows that, decimal number 5319(10), weight of each digit is
power of 10.
Each digit has position number is from right(0) to left(3). That is first digit on
right is zero, the second digit on the right is 1 and so on up to 3.
Example :
9
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
1. The easiest way to convert decimal to its binary equivalent is to use division
algorithm.
2. Divide by two, keep track of remainder at each step.
3. Put remainder bit as 0, if that number gets divided by two.
4. Put remainder bit as 1, if that number is not divided by two.
Example :
10
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
a. Extended ASCII uses eight instead of seven bits, which adds 128
additional characters.
b. This gives extended ASCII the ability for extra characters, such as special
symbols, foreign language letters and drawing characters.
Fig : ASCII control characters (0-31 and 127) & ASCII printable characters (32-126)
(most commonly referred) Table.
11
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
Unicode
1. Unicode is a universal character encoding standard.
2. It defines the way individual characters are represented in text files, web pages
and other types of documents.
3. ASCII, which was designed to represent only basic English characters, but
Unicode was designed to support characters from all languages around the
world.
12
Topic : Computer Appreciation
M1-R4: IT TOOLS AND BUSINESS SYSTEMS
4. The standard ASCII character set supports only supports 128 characters, while
Unicode can support roughly 1,000,000 characters.
5. While ASCII uses only one byte to represent each character, Unicode supports up
to 4 bytes for each character.
6. The Unicode chart contains U+0000 to U+FFFF Unicode characters.
7. The table shows the range of U+0000 to U+0BFF Unicode characters, decimal
values from 0 to 3071 and the name of Unicode characters from Basic Latin to
Tamil
13