0% found this document useful (0 votes)
15 views4 pages

Data Processing and Flowchart Basics

The document discusses data processing which involves collecting data, preparing it, inputting it, processing it, generating output or information, and storing the data. It also discusses data storage types like primary and secondary memory as well as logical and physical storage.

Uploaded by

muhammad noman
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views4 pages

Data Processing and Flowchart Basics

The document discusses data processing which involves collecting data, preparing it, inputting it, processing it, generating output or information, and storing the data. It also discusses data storage types like primary and secondary memory as well as logical and physical storage.

Uploaded by

muhammad noman
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Prepared by: Prof, Muhammad Bilal Saith 0337-8052395

Saithbilal604@[Link]

Data Processing:
The process of converting data into information is called data processing. Data is
the input and information is the output of a data processing system. It is also known as
computing.

H
Information
Data Processing

IT
Data Processing involves six stages which are described below:

A
• Data collection
• Data preparation

S
• Data Input
• Processing

L
• Output/Information
• Data Storage
A
1. Data Collection
Collecting data is the first step in data processing. It is important that the data source
IL

available are trustworthy and well-built so the data collected is of highest possible quality.
2. Data Preparation
B

Once data is collected, it then enters the data preparation stage. Data preparation, often
referred to as “pre-processing” is the stage at which raw data is cleaned up and organized
for better use.
,M

3. Data Input
The clean data is then entered into its destination and translated into a language that it can
understand.
F

Data input is the first stage in which raw data begins to take the form of useable
information.
O

4. Processing
In this step, the raw data is subjected to various data processing methods using machine
R

learning and artificial intelligence algorithms to generate a desirable output


5. Output/Information
P

The processed data is called information. Information is an organized and processed form
of data. It is used for making important decisions. Data can be processed in different ways
to produce the required information.

6. Data Storage
Prepared by: Prof, Muhammad Bilal Saith 0337-8052395
Saithbilal604@[Link]

The last step of the data processing cycle is storage, where data is stored for further use.
This allows for quick access and retrieval of information whenever needed, and also allows
it to be used as input in the next data processing cycle directly.

Data Storage:

H
Data storage essentially means that files and documents are recorded digitally and saved in a
storage system for future use. Storage systems may rely on electromagnetic, optical or other media

IT
to preserve and restore the data if needed.
Types of Storage:

A
 Main Memory/Primary Memory

S
It is a type of memory where data is stored temporarily. It is also known as volatile memory as

L
data remain present until computer is on.
e.g. RAM ( Random Access Memory)
A
 DRAM (Dynamic Random Access Memory)
A type of RAM that uses transistors to store data . It has less storage capacity. It is slower
IL

as is needs to be refreshed again and again.


 SRAM: (Static Random Access Memory)
B

A type of RAM that uses capacitors to store data .It has large storage capacity. It is faster
than DRAM as it does not need to be refreshed again and again.
,M

 Secondary Memory:
It is a type of memory that stores data permanently .It is also known as non-volatile
memory as data are kept on a long-term basis.
F

e.g. Hard Disk , USB ,CD/DVD , Memory card.


O

 Logical Storage:
Logical storage helps users locate specific data and improves the efficiency of the retrieval
R

process.
P

 Physical Storage:
Physical storage, also known as local storage, is when you save your files on local servers
or storage devices that you control and operate yourself.
Prepared by: Prof, Muhammad Bilal Saith 0337-8052395
Saithbilal604@[Link]

Flowchart
Flowchart:
Flowcharts are helpful to know about the steps used to solve a problem. In the following, we discuss
the concept of flowcharts in detail.

H
Definition: START
A flowchart is a graphical presentation of the steps

IT
to solve a problem. We use symbols for each step,
and these symbols are connected with the help of Take Shoes
arrows to show the flow of processing. &Socks

A
Figure shows a flowchart for the simple problem
of wearing shoes with socks. It shows that not only

S
the steps are important but also the order to complete
Wear Socks
a process. A flowchart is used to visually communicate
the steps in a process.

L Wear Shoes
A
IL

End

Importance of Flowcharts in Problem Solving :


B

In problem solving, flow charts can be used to plan a solution. If a flowchart is already there, we can
quickly understand the way a problem is solved. It is more effective to visualize a solution graphically
,M

than a text. A graphical representation also makes it effective to verify weather a solution is correct or
not. It is also a good way to communicate the solution of a problem to other people.
Determining Requirements for a Flowchart :
In a flowchart we use input, output, decision making and processing. These concepts are described
F

below:
Input: Input means taking data from the user. It is important to know, how many and what type of
O

inputs are required.


Processing : A flowchart also contains processing steps. The processing steps are used for
R

performing calculations and storing the results of calculations.


Decision Making: To determine whether a statement is true or false, and taking appropriate steps
P

accordingly, is called decision making.


Outputs: Outputs are used to display information and usually this information exhibits the processed
results.
Flowchart Symbols:
Flowcharts explain a process clearly through symbols and text. They use special shapes to represent
different types of actions or steps in a process.
Prepared by: Prof, Muhammad Bilal Saith 0337-8052395
Saithbilal604@[Link]

Symbols Name Description

Flow Lines It is used to determine the


flow of steps in a flowchart.

Terminal It indicate start and end of a


flowchart.

H
IT
Process It represents operations to
change values.

A
S
Decision It shows a conditional
operation that determine
which one of the two paths to

L
take It is usually a yes/no or a
true/false.
A
Input/output It indicates the input of data
from user or displaying
IL
results to user.
B

Connector If a flowchart doesn’t fit on a


page, than we use connector
to connect parts of a
,M

flowchart on different pages.


F
O
R
P

You might also like