Skip to main content

Characteristics of computers

CHARACTERISTICS OF COMPUTERS


The important characteristics of a computer are as follows.



Speed Computers can perform millions of operations in a single second. This means that a computer can process the data in blink of an eye which otherwise may take multiple days to complete. The speed of the computer is usually given in nano second and pico second, where

1 nano second = 1 x 10 second and 1 pico second = 1 x 1012 second


Accuracy Computers are a reliable electronic device. It never makes mistakes. It always gives accurate results provided that correct data and set of instructions are input to it. So in the advent of an error, only the user who hasfed the incorrect data/program is responsible. If the input data is wrong, then the output will also be erroneous. In computer terminology, it is known as garbage-in garbage out (GIGO).


Automatic Besides being very fast and accurate, computers are automatic devices that can perform without any user intervention. The user just needs to assign the task to the computer after which the computer automatically controls different devices attached to it and executes the program instructions one by on


Diligence Computers can never get tired as humans do. It can continually work for hours without creating any error. If a large number of executions have to be made then each and every execution will require the same amount of time and accuracy.


Versatile Versatile means flexible. Today, computers are being used in our daily lives in different fields. For example, they are used as personal computers (PCs) for home use, for business-oriented tasks, weather forecasting, space explorations, teaching, railways, banking, medicine, etc. On the PC that you use at home, you may play a game, compose and send e-mails, listen to music, etc. Therefore, computers are versatile devices as they can perform multiple tasks of different nature at the same time.


Memory Similar to humans, computers also have memory. Human beings cannot store everything in their memory and need secondary media, such as a notebook to record certain important things. Similarly, computers have internal memory (storage space) as well as external or secondary memory. While the internal memory of computers is very expensive and limited in size, the secondary storage is cheaper and bigger in size.


The computer stores a large amount of data and programs in the secondary storage space. The stored data and programs can be used whenever required. Secondary memory devices include CD, DVD, hard disk, pen drives, etc.

No IQ Although the trend today is to make computers intelligent by inducing artificial intelligence (AI) in them, they do not have any decision-making abilities of their own, that is, their IQ level is zero. They need guidance to perform various tasks.


Economical Today, computers are considered as short-term investment for achieving long-term gain. Using computers also reduces manpower requirements and leads to an elegant and efficient way for doing tasks. Hence, computers save time, energy, and money. When compared to other systems, computers can do more work in lesser time. For example, using the conventional postal system to send an important document takes at least 2-3 days, whereas the same information when sent using the Internet (e-mail) will be delivered instantaneously.


Comments

Popular posts from this blog

Cache Memory

Cache Memory Cache memory is an intermediate form of storage between registers and the primary memory. It is used to store instructions and data that are repeatedly required to execute programs thereby improving the overall system speed and increase the performance of the computer. Keeping frequently accessed data and instructions in the cache avoids accessing the slower primary memory. Working of the Cache Memory When a program is being executed and the CPU wants to read data or instructions, then the following steps will be performed: CPU first checks whether the data or instruction is available in cache memory. If it is not present, the CPU reads the data or instructions from the main memory into the processor registers. The CPU also copies it into the cache memory. When the same piece of data/instruction is needed, the CPU reads it from the cache memory instead of the main memory

Generation Of Computers Explain

  Generation Of Computers Generation of computers  can be understood by looking into five generations. With each new generation of computers, there had been advancement in computer technology. The circuitry became smaller with enhanced speed, less consumption of power, and efficient memory Therefore, each generation of computer is characterized by a major technological development that has drastically changed the way in which computers operate First Generation (1942-1955) Hardware Technology-  First generation computers  were manufactured using thousands of vacuum tubes Software Technology-  Programming was done in machine language or assembly language. Used for - Scientific application Exmaples  - ENIAC,EDVAC,EDSAC,UNIVAC I,IBM 701 Highlights They were the fastest calculating device of those times. Computers were too bulky and required a complete roomm for storage. Highly unreliable as vacuum tubes emitted a large amount of heat and burnt frequently. Requi...

Classification of computers software

CLASSIFICATION OF COMPUTER SOFTWARE Computer software is written by programmers using a programming language. The programmer writes a set of instructions (program) using a specific programming language. Such programs are known as the source code. Another computer program called a compiler is then used on the source code, to transform the instructions into a language that the computer can understand. The result is an executable computer program, which is another name for software. Examples of computer software include the following: Driver software, which allows a computer to interact with hardware devices such as printers, scanners, and video cards. Educational software, which includes programs and games that help in teaching and providing drills to help memorize facts. Educational software can be used in diverse areas, from teaching computer-related activities like typing to subjects like chemistry. Media players and media development software, which are specifically designed to play ...