What are the Functions of Computer System

Five Functions of Computer System

Even though the size, shape, performance, reliability, and cost of computers have been changing over the last several years, the basic logical structure (based on the stored program concept), as proposed by Von Neumann, has not changed. No matter what shape and size of a computer we are talking about, five functions of computer system.

  1. Inputting: It is the process of entering data and instructions into a computer system.
  2. Storing: It is the process of saving data and instructions to make them readily available for initial or additional processing as and when required.
  3. Processing: Performing arithmetic operations (add, subtract, multiply, divide, etc.), or logical operations (comparisons like equal to, less than, greater than, etc.) on data to convert them into useful information is known as processing.
  4. Outputting: It is the process of producing useful information or results for a user, such as printed reports or visual displays.
  5. Controlling: Directing the manner and sequence in which the above operations are performed is known as control.

The goal of this chapter is to familiarize you with the units of a computer system that perform these functions. It provides an overview of five functions of computer system.

1. INPUT UNIT

Data and instructions must enter a computer system before the computer can perform any computation on the supplied data The input unit that links a computer with its external environment performs this task. Data and instructions enter a computer through an input unit in a form that depends upon the input device used.

For example, data can be entered using a keyboard in a manner similar to typing and this differs from the way in which data is entered through a scanner, another type of input device, However, a computer’s memory is designed to accept input in binary code and hence, all input devices must transform input signals to binary codes. Units called input interfaces to accomplish this transformation. Input interfaces match the unique physical or electrical characteristics of input devices to the requirements of a computer system.

In short, an input unit performs the following functions:

  1. It accepts (or reads) instructions and data from the outside world.
  2. It converts these instructions and data into the computer-acceptable form. Units called input interfaces to accomplish this task.
  3. It supplies the converted instructions and data to the storage unit for storage and further processing.

2. OUTPUT UNIT

output unit performs the reverse operation of that of the input unit, It supplies information obtained from data processing to the outside world. Hence, it links a computer with its external environment As computers work with code, the results produced are also in binary form. Therefore, before supplying the results to the outside world, the system must convert them to human-acceptable (readable) form, Units called output interfaces to accomplish, this task. Output interfaces match the unique physical or electrical characteristics of output devices (terminals, printers, etc.) to the requirements of an external environment.

In short, an output unit performs the following functions:

  1. It accepts the produced results, which arc in coded form. We cannot understand the coded results easily.
  2. It converts these coded results to human acceptable (readable) form. Units called output interfaces to accomplish this task.
  3. It supplies the converted results to the outside world.

3. STORAGE UNIT

Data and instructions entered into a computer system through input units have to be stored inside the computer before actual processing starts. Similarly, results produced by a computer after processing have to be kept somewhere inside the computer system before being passed on to an output unit. Moreover, a computer must also preserve intermediate results for an ongoing processing. The storage unit of a computer system caters to all these needs. It provides space for storing data and instructions, intermediate results, and results for output.

In short, a Storage unit holds (stores):

  1. The data and instructions required for processing (received from input units).
  2. Intermediate results of processing.
  3. The final results of processing, before the system, release to an output unit.

The storage unit of all computers is comprised of the following two types of storage:

Primary Storage

The primary storage of a computer system, also known as main memory, stores pieces of program instructions and data, intermediate results of processing, and recently produced results of those jobs on which the computer system is currently working. The central processing unit can access these pieces of information directly at a very fast speed because they are represented electronically in the main memory chip’s circuitry.

However, primary storage is volatile, and it loses the information in it as soon as the computer system switches off or resets. Moreover, primary storage normally has limited storage capacity because it is very expensive. The primary storage of modern. computer systems are made up of semiconductor devices.

Secondary Storage

Secondary storage of a computer system, also known as auxiliary storage, takes care of the limitations of primary storage, It supplements the limited storage capacity and volatile characteristic of primary storage. This is because secondary storage is much cheaper than primary storage and it can retain information even when the computer system switches off or resets.

A computer system uses secondary storage to store program instructions, data, and information of those jobs on which the computer system is currently not working but needs to hold them for processing later. The most commonly used secondary storage medium is a magnetic disk.

4. ARITHMETIC LOGIC UNIT (ALU)

A computer performs all calculation and comparison (decision-making) operations in the ALU, During the processing of a job, the computer transfer data, and instructions stored in its primary storage to the ALU as and when needed. ALU does the processing and the computer temporarily transfers the intermediate results generated there hack to primary storage until needed later. Hence, data may move back and forth several times between primary storage and ALU before the processing of the job is over.

The engineering design of a computer’s ALU determines the type and number of arithmetic and logic operations that a computer can perform. However, almost all ALUs are designed to perform the four basic arithmetic operations (add, subtract, multiply, and divide) and logic operations or comparisons such as, less than, equal to, and greater than.

CONTROL UNIT (CU)

How does an input device of a computer system know that it is time for it to feed data to a storage unit? How does its ALU know what should be done with the data once it receives them, Moreover, how it is that the computer sends only the results for output to an output device and not the intermediate results? All this is possible due to the control unit of the computer system.

A computer’s control unit does not perform any actual processing of jobs but acts as the central nervous system for other components of the computer system. It manages and coordinates the operations of all other components. It obtains instructions from a program stored in main memory, interprets the instructions, and issues signals causing other units of the system to execute them.

5. CENTRAL PROCESSING UNIT (CPU)

The Control unit (CU) and arithmetic logic unit (ALU) of a computer system are together known as the Central Processing Unit (CPU). It is the brain of a computer system. In a human bed. the brain takes all major decisions and other parts of the body function as directed by the brain. Similarly, in a computer system, the CPU performs all major calculations and comparisons and also activates and controls the operations of other units of the computer system.

Other Popular Articles

Fifth Generation Computers (1989-Present)

Leave a Comment