Икт
Икт
Икт
PAPER
CHAPTER 2.
10
2.1 500+ words essay on computer
CONCLUSION……………………………………………………………… 14
REFERENCES……………………………………………………….. 15
INTRODUCTION
Early computers were meant to be used only for calculations. Simple manual
instruments like the abacus have aided people in doing calculations since ancient
times. Early in the Industrial Revolution, some mechanical devices were built to
automate long, tedious tasks, such as guiding patterns for looms. More sophisticated
electrical machines did specialized analog calculations in the early 20th century. The
first digital electronic calculating machines were developed during World War II,
both electromechanical and using thermionic valves. The
first semiconductortransistors in the late 1940s were followed by the silicon-
based MOSFET (MOS transistor) and monolithic integrated circuit chip technologies
in the late 1950s, leading to the microprocessor and the microcomputer revolution in
the 1970s. The speed, power and versatility of computers have been increasing
dramatically ever since then, with transistor counts increasing at a rapid pace
(Moore's lawnoted that counts doubled every two years), leading to the Digital
Revolution during the late 20th to early 21st centuries.
Super Computer
Mainframe computer
Mini Computer
Workstation Computer
Personal Computer (PC)
Server Computer
Analog Computer
Digital Computer
Hybrid Computer
Tablets and Smartphone
Supercomputer
When we talk about speed, then the first name that comes to mind when thinking of
computers is supercomputers. They are the biggest and fastest computers (in terms
of speed of processing data). Supercomputers are designed such that they can
process a huge amount of data, like processing trillions of instructions or data just in
a second. This is because of the thousands of interconnected processors in
supercomputers. It is basically used in scientific and engineering applications such
as weather forecasting, scientific simulations, and nuclear energy research. It was
first developed by Roger Cray in 1976.
Mainframe computer
Mainframe computers are designed in such a way that they can support hundreds or
thousands of users at the same time. It also supports multiple programs
simultaneously. So, they can execute different processes simultaneously. All these
features make the mainframe computer ideal for big organizations like banking,
telecom sectors, etc., which process a high volume of data in general.
Devices have been used to aid computation for thousands of years, mostly
using one-to-one correspondence with fingers. The earliest counting device
was most likely a form of tally stick. Later record keeping aids throughout
the Fertile Crescent included calculi (clay spheres, cones, etc.) which
represented counts of items, likely livestock or grains, sealed in hollow
unbaked clay containers. The use of counting rods is one example.
[a][4]
The planimeter was a manual instrument to calculate the area of a closed figure by
tracing over it with a mechanical linkage
In most cases, computer instructions are simple: add one number to another,
move some data from one location to another, send a message to some
external device, etc. These instructions are read from the
computer's memory and are generally carried out (executed) in the order they
were given. However, there are usually specialized instructions to tell the
computer to jump ahead or backwards to some other place in the program
and to carry on executing from there. These are called "jump" instructions
(or branches). Furthermore, jump instructions may be made to
happen conditionally so that different sequences of instructions may be used
depending on the result of some previous calculation or some external event.
Many computers directly support subroutines by providing a type of jump that
"remembers" the location it jumped from and another instruction to return to
the instruction following that jump instruction.