What Is Computer and What Are Its Types?
What Is Computer and What Are Its Types?
What Is Computer and What Are Its Types?
Computer Types..
Many types of computers exist that differ widely in size, cost, computational power, and
intended use. Four general categories are:
*Personal Computers
*Servers and Enterprise Systems
*Supercomputers and Grid Computers
*Embedded Computers
Servers and Enterprise systems are large computers that are meant to be shared by a
potentially large number of users who access them from some form of personal computer
over a public or private network. Such computers may host large databases and provide
information processing for a government agency or a commercial organization.
Supercomputers are used for the highly demanding computations needed in weather
forecasting, engineering design and simulation, and scientific work. They have a high cost.
Grid computers provide a more cost-effective alternative. They combine a large number of
personal computers and disk storage units in a physically distributed high-speed network,
called a grid, which is managed as a coordinated computing resource.
Embedded computers are integrated into a larger device or system in order to automatically
monitor and control a physical process or environment. They are used for a specific purpose
rather than for general processing tasks. Typical applications include industrial and home
automation, appliances, telecommunication products, and vehicles.
A computer consists of five functionally independent main parts: input, memory, arithmetic
and logic, output, and control units.
Input Unit
Computers accept coded information through input units. The most common input device is
the keyboard. Whenever a key is pressed, the corresponding letter or digit is automatically
translated into its corresponding binary code and transmitted to the processor.
Other kinds of input devices – mouse, joystick, trackball, touchpad, microphone, camera.
Memory Unit
The function of the memory unit is to store programs and data. There are two classes of
storage
*Primary
*Secondary
Primary memory, also called main memory, is a fast memory that operates at electronic
speeds. Programs must be stored in this memory while they are being executed. It consists
of a large number of semiconductor storage cells, each capable of storing one bit of
information. To provide easy access to any word in the memory, a distinct address is
associated with each word location. Memory in which any location can be accessed in a
short and fixed amount of time after specifying its address is called a random-access
memory (RAM). The time required to access one word is called the memory access time.
The small, fast RAM units are called cache.Largest and slowest unit is referred to as
main memory.Although primary memory is essential, it tends to be expensive and does not
retain information when power is turned off.
Secondary storage is used when large amounts of data and many programs have to be
stored.Examples - magnetic disks, optical disks (DVD and CD), and flash memory devices.