1.what Is Computer? Describe Various Characteristics of Computer?
1.what Is Computer? Describe Various Characteristics of Computer?
Characteristics of computer :
A.Speed
Computers work at an incredible speed. A powerful computer is capable of performing about 3-4
million simple instructions per second.
B. Accuracy
In addition to being fast, computers are also accurate. Errors that may occur can almost always
be attributed to human error (inaccurate data, poorly designed system or faulty
instructions/programs written by the programmer)
C.Diligence
Unlike human beings, computers are highly consistent. They do not suffer from human traits of
boredom and tiredness resulting in lack of concentration. Computers, therefore, are better than
human beings in performing voluminous and repetitive jobs.
D.Versatility
Computers are versatile machines and are capable of performing any task as long as it can be
broken down into a series of logical steps. The presence of computers can be seen in almost
every sphere Railway/Air reservation, Banks, Hotels, Weather forecasting and many more.
it was a vast improvement over the vacuum tube. Second-generation computers still relied on
punched cards for input and printouts for output.
Disadvantage:
Accuracy Level is not up to the standards.
For a given size and power consumption, digital computers can solve larger problems.
Digital Computers
On the other hand a digital computer operates on digital data such as numbers. It uses
binary number system in which there are only two digits 0 and 1. Each one is called a bit.
Advantages:
Speed
Accuracy
Compatibility with other digital systems.
Flexible
Disadvantages:
Hybrid Computers
A hybrid computer combines the desirable features of analog and digital computers. It is
mostly used for automatic operations of complicated physical processes and machines.
Now-a-days analog-to-digital and digital-to-analog converters are used for transforming
the data into suitable form for either type of computation.
Advantages:
Disadvantages:
Expensive.
Produces more heat.
Main memory: It is closely connected to the processor, stored data are quickly and
easily changed, holds the programs and data that the processor is actively working
with, interacts with the processor millions of times per second, needs constant
electric power to keep its information.
Input devices/Output devices: Input and output devices allow the computer
system to interact with the outside world by moving data into and out of the system.
An input device is used to bring data into the system. Some input devices are:
Keyboard, Mouse, Microphone, Bar code reader.
An output device is used to send data out of the system. Some output devices are:
Monitor, Printer.
3) Unix
4) Mac OSX
5) DOS
6) BIOS Software
Application software run under System Software , and are made to do a specific task i.e
(Word Processing etc) , which have indirect access to the hardware (i.e Behind System
Software).
Examples :
1) Opera (Web Browser)
2) Microsoft Word (Word Processing)
3) Microsoft Excel (Spreadsheet software)
5) MySQL (Database Software)
6) Microsoft Powerpoint (Presentation Software)
9.What is algorithm?
Answer:
An algorithm is a step by step procedure for any problem or calculation to be solved. More
precisely, an algorithm is an effective method expressed as a finite list of well-defined
instructions for calculating a function.
A programming language is a set of commands, instructions, and other syntax use to create a
software program. Languages that programmers use to write code are called "high-level
languages." This code can be compiled into a "low-level language," which is recognized directly
by the computer hardware.
Examples of high-level languages include C++, Java, Perl, and PHP. Languages like C++ and
Java are called "compiled languages".
Low-level languages include assembly and machine languages
Flowchart Example:
START
a=10
b=20
If a>b
Print a
Print b
END
Control Unit(CU)
There is circuitry in the control unit which uses electrical signals to instruct the whole computer
system for carrying out or executing, already stored program instructions. Its name clearly
shows that it controls and co-ordinates computer components. It extracts instructions from
memory and decodes and executes them. In fact it regulates the flow of information through the
processor