UNIT I.docx
UNIT I.docx
UNIT I.docx
DATA PROCESSING:
Collection, manipulation, and processing collected data for the required use is known
as data processing. It is a technique normally performed by a computer; the process
includes retrieving, transforming, or classification of information.
It is usually done by a single person for his personal use. This technique is suitable
even for small offices.
Multiple Programming
This technique provides facility to store and execute more than one program in
the Central Processing Unit (CPU) simultaneously. Further, the multiple
Real-time Processing
This technique facilitates the user to have direct contact with the computer
system. This technique eases data processing. This technique is also known as the
direct mode or the interactive mode technique and is developed exclusively to
perform one task. It is a sort of online processing, which always remains under
execution.
On-line Processing
This technique facilitates the entry and execution of data directly; so, it does not
store or accumulate first and then process. The technique is developed in such a
way that reduces the data entry errors, as it validates data at various points and
also ensures that only corrected data is entered. This technique is widely used for
online applications.
Time-sharing Processing
This is another form of online data processing that facilitates several users to
share the resources of an online computer system. This technique is adopted
when results are needed swiftly. Moreover, as the name suggests, this system is
time based.
Distributed Processing
A computer works with much higher speed and accuracy compared to humans
while performing mathematical calculations. Computers can process millions
(1,000,000) of instructions per second. The time taken by computers for their
operations is microseconds and nanoseconds.
Accuracy
Computers perform calculations with 100% accuracy. Errors may occur due to data
inconsistency or inaccuracy.
Diligence
Versatility
Reliability
A computer is reliable as it gives consistent result for similar set of data i.e., if we
give same set of input any number of times, we will get the same result.
Automation
Computer performs all the tasks automatically i.e. it performs tasks without
manual intervention.
A computer has built-in memory called primary memory where it stores data.
Secondary storage are removable devices such as CDs, pen drives, etc., which are
also used to store data.
1. Inputting
2. Processing
3. Outputting
4. Storing
5. Controlling
A computer system consists of different functional units and Input Unit does the
operation of Inputting. By inputting you should understand that it is to send data
and/or instruction to the computer in the required format. Information and
programs are entered into the computer through Input devices such as the
keyboard, disks, or through other computers via network connections or modems
connected to the Internet.
The input device also retrieves information off disks. Because Computers work
with bits, there should be some mechanism to make data understandable by CPU
(the process is called encoding) and also the information produced by CPU must
be converted to the human readable form (called decoding). Input Unit devices
take care of encoding.
The devices that help you to input data and instructions are known as Input
Devices. Keyboard, Mouse, Light Pen, JoyStick, Scanners, Microphone etc are
some examples of input unit devices. The devices that can send data directly to
the CPU or which does not need to encode it before sending to CPU are
Processing Unit
The unit in Computer System that is responsible for processing is ALU (Arithmetic
and Logical Unit). ALU is the place where actual execution of the instructions takes
place during the processing operations. All calculations & comparisons are made
in the ALU. The data and instructions stored in the primary storage are transferred
to it as when required. ALU may produce Intermediate results and store it in the
memory which is also transferred back to the ALU for the final processing. After
completion of processing the final results are send to storage units from ALU.
Output Unit
This unit takes care of receiving processed information from processing unit and
present it to the user in the suitable form.
A computer produces results in binary form and output unit does decoding to
make it usable to the users. The devices that can output information from a
computer are known as output unit devices. Monitors, Speakers, Projectors are
soft output devices whereas printers, plotters produce hard copy output. Soft
copy output is something that is temporary or is available only as long as the
output device is turned on. Contrary to these are hard copy output which is
permanent. The printout in a paper is not lost because the printer is turned off!
Storage Unit
Before actual processing start, data & instructions entered to the computer must
be stored somewhere inside the computer. Similarly, results produced by the
computer are required to be stored before it is passed to the output unit. The
intermediate result produced by the computer must also be stored for further
processing. Thus the importance of storage Unit in a computer system is vital.
Control Unit
ALU dose does not know what should be done with the data likewise, output unit
dose not know when the result should be displayed. By selecting, interning and
seeing to the execution of the program the CU is able to maintain order and direct
the operations of the entire system. CU doesn't perform any actual processing on
data yet it is known as a central nervous system for the comforts of the computer.
It manages and coordinates the entire system.
Explanation:
CPU : CPU is a brain of computer. It controls the computer system. It converts data
to information.
ALU : This is a part of CPU. It consists of two units. one is arithmetic unit and
another one is logic unit. Arithmetic and logical operation are performed in this
part.
Input and Output unit : This unit controls input and output devices. input devices
are keyboard, mouse etc.. and output devices are printer, monitor, plotter,