Unit-I Notes - Intro To ICT
Unit-I Notes - Intro To ICT
Unit – I
COMPUTER
A computer is an electronic device that receives input data, processes it and display the
output data. It has the ability to store, process and retrieve data.
CHARACTERISTICS OF COMPUTER
1. Speed - Computer can work very fast. It takes only few seconds for calculations. Computer can
perform millions (1,000,000) of instructions and even more per second. It takes few minutes for the
computer to process this huge amount of data and give the result.
2. Accuracy - The degree of accuracy of computer is very high and every calculation is performed
with the same accuracy. The accuracy level is determined on the basis of design of computer. The
errors in computer are due to human and inaccurate data.
3. Diligence - A computer is free from tiredness, lack of concentration, fatigue, etc. It can work for
hours without creating any error. If millions of calculations are to be performed, a computer will
perform every calculation with the same accuracy.
4. Versatility - It means the capacity to perform completely different type of work. You may use
your computer to prepare payroll slips. Next moment you may use it for inventory management or
to prepare electric bills.
5. Storage - Computer has the power of storing any amount of information or data. Any information
can be stored and recalled as long as you require it, for any numbers of years.
DIGITAL SIGNALS
A digital signal is a signal that represents data as a sequence of discrete values. A digital
signal can only take on one value from a finite set of possible values at a given time. With digital
signals, the physical quantity representing the information can be many things: Variable electric
current or voltage. Digital computers and digital phones are some of the examples of digital signals.
Digital signal processing is used everywhere. DSP is used primarily in areas of audio signal,
speech processing, RADAR, seismology, audio, SONAR, voice recognition, and some financial
signals. Digital signals are transmitted to computers in the form of electronic signals sent as pulses.
The digital device interprets each pulse's voltage as either a 0 or 1. Digital signals are time separated
signals. This type of electronic l signals can be processed and transmitted better compared to analog
signal. Digital signals are versatile, so it is widely used. The accuracy of the digital signal is better
than that of the analog signal.
Advantages
Digital data can be easily compressed
Equipment that uses digital signals is more common and fewer expensive
These signals turn the moving instruments free from errors
You can edit the sound without altering the first copy
BINARY SYSTEM
Binary system is a numbering scheme in which there are only two possible values for each
digit 0 or 1 and is the basis for all binary code used in computing systems. These systems use this
code to understand operational instructions and user input and to present a relevant output to the
user. The numbers are expressed as base 2 numeral system. Every digit is referred to as a bit.
Example: 4 in binary is (100)2.
1 1
2 10
3 11
4 100
7 111
10 1010
ASCII
ASCII, in full American Standard Code for Information Interchange, a standard data-
encoding format for electronic communication between computers. ASCII assigns standard numeric
values to letters, numerals, punctuation marks, and other characters used in computers. ASCII is an
8-bit code. That is, it uses eight bits to represent a letter or a punctuation mark. Eight bits are called
a byte. A binary code with eight digits, such as 1101 10112, can be stored in one byte of computer
memory. The word "CAT" in a word processor becomes 0100 00112, 0100 00012, and 0101 01002.
ASCII is used to translate computer text to human text. All computers speak in binary, a
series of 0 and 1. However, just like English and Spanish can use the same alphabet but have
completely different words for similar objects, computers also had their own version of languages.
CLASSIFICATION OF COMPUTERS
1) Supercomputer
Supercomputers are the biggest and fastest computers. They are designed to process huge
amount of data. A supercomputer can process trillions of instructions in a second. It has thousands
of interconnected processors. Supercomputers are particularly used in scientific and engineering
applications such as weather forecasting, scientific simulations and nuclear energy research. First
supercomputer was developed by Roger Cray in 1976.
2) Mainframe computer
Mainframe computers are designed to support hundreds or thousands of users
simultaneously. They can support multiple programs at the same time. It means they can execute
different processes simultaneously. These features of mainframe computers make them ideal for big
organizations like banking and telecom sectors, which need to manage and process high volume of
data.
3) Mini computer
It is a midsize multiprocessing computer. It consists of two or more processors and can
support 4 to 200 users at one time. Miniframe computers are used in institutes and departments for
the tasks such as billing, accounting and inventory management.
4) Workstation
Workstation is a single user computer that is designed for technical or scientific applications.
It has faster microprocessor, large amount of RAM and high speed graphic adapters. It generally
performs a specific job with great expertise; accordingly, they are of different types such as graphics
workstation, music workstation and engineering design workstation.
5) Microcomputer
Microcomputer is also known as personal computer. It is a general purpose computer that is
designed for individual use. It has a microprocessor as a central processing unit, memory, storage
area, input unit and output unit. Laptops and desktop computers are examples of microcomputers.