UNIT 2 - Computer Appication
UNIT 2 - Computer Appication
Data processing occurs when data is collected and translated into usable information OR Is
the act of collecting, manipulating, and transforming data to produce meaningful
information. Usually performed by a data scientist or team of data scientists, it is important
for data processing to be done correctly as not to negatively affect the end product or data
output. Data processing starts with data in its raw form and converts it into a more readable
format (graphs, documents, etc.), giving it the form and context necessary to be interpreted by
computers and utilized by employees throughout an organization.
OR
Data processing refers to the conversion of raw data into meaningful information through a series
of operations or manipulations. It involves the use of various techniques and methods to organize,
analyze, and interpret data to extract valuable insights or support decision-making.
OR
Is the converting of raw data to machine-readable form and its subsequent processing (Such as
storing, updating, ranging and printing)
DATA
Data is the raw materials to be processed by the computer .Example name of the students,
Marks obtained, Addresses, Designation, Quantity and Rate
TYPES OF DATA
Mainly data is divided into two types as follows
1. Numeric data
2. Character data
1. Numeric data
Numeric data also known as quantitative data, represents values that can be measured or
counted. refers to data that consists of numerical values or quantities. It represents
information in a quantitative form, allowing for mathematical calculations and analysis.
Numeric data can include integers (whole numbers) or real numbers (numbers with
decimals or fractions).
Examples of numeric data include:
a) Integers: 0, 1, -5, 100, etc.
b) Real Numbers: 3.14, -2.5, 100.75, etc.
Numeric data is often used in various fields for measuring, counting, or expressing
quantities. In data analysis and statistics, numeric data plays a crucial role in conducting
quantitative research and deriving meaningful insights from numerical values.
OR
The data which is represented in the form of numbers .This includes 0-9 digits, +, /’- sign
2. Character data
Character data also known as text or string data, consists of alphanumeric characters and
symbols, which are generally non-numeric and used for descriptive or categorical information.
Refers to a type of data that represents letters, numbers, symbols, or any other character in
a written or printable form. It is often used to store and process textual information. Unlike
numeric data, which consists of numerical values, character data is concerned with individual
characters or sequences of characters that form words, sentences, or other textual
elements.
Examples of character data include:
1. Single Characters: 'A', 'b', '1', '@', etc.
2. Strings: Sequences of characters, such as "Hello, World!", "12345", "Special@123", etc.
Character data is fundamental in various applications, including text processing, data
storage, and communication. In computer programming, strings are a common
representation of character data, and many programming languages provide specific functions
and methods for manipulating and analyzing character data.
i. String data
String data refers to a sequence or series of characters, typically organized in the form of
words, sentences, or textual data. In the context of computer programming and data
representation, a string is a data type used to store and manipulate textual information.
OR
String data consists of the sequence of characters .Characters may be alphabets, numbers
or spaces
Information
A collection of data which conveys some meaningful idea is information .It may provide
answers to questions like who, which, when, why, what and how
Or
The raw input is data and it has no significance when it exists in that form .When data is
collected or organized into something meaningful, it gain significance .This meaningful
organization is information
Or
Observations and records are done to obtain data, while analysis is done to obtain information
Example
When a bank customer withdraws a sum of money from his or her account it is vital that
the transaction be processed and the account balance updated as soon as possible, allowing
both the bank and the customer to keep tracks of funds.
4. Batch processing
Batch processing is a method of processing data where tasks are collected, processed,
and executed in groups or batches rather than individually or in real-tim8e. In this
approach, data is gathered, processed, and output is produced in chunks or batches at
scheduled intervals. Batch processing is often used for non-time-sensitive tasks and large-
scale data processing.
Example
Payroll system, billing system and Examination system
Computer Processing Operation
A computer can perform only the following four operations which enable the computer to carry
out the various data processing activities we have just discussed
There are various application software tools designed for data processing across different
domains and industries. Here are some common types of application software used for data
processing:
1. Microsoft Excel:
Description: A spreadsheet program that is widely used for data entry, analysis,
and visualization. It is suitable for small to medium-scale data processing tasks.
2. Google Sheets:
Description: An online spreadsheet program similar to Microsoft Excel,
allowing collaborative data processing and analysis in real-time.
3. Apache Hadoop:web Server that process request
Description: An open-source framework for distributed storage and processing
of large datasets. It is commonly used for big data processing.
4. SQL Databases (e.g., MySQL, PostgreSQL, Microsoft SQL Server):
Description: Relational database management systems that facilitate data storage,
retrieval, and processing through Structured Query Language (SQL).
5. Microsoft Access:
Description: A database management system that provides tools for data entry,
querying, reporting, and simple application development.
6. Python (with Pandas, NumPy, and other libraries):
Description: Python is a versatile programming language often used for data
processing. Libraries like Pandas and NumPy offer powerful tools for data
manipulation and analysis.
7. R Programming:
Description: R is a programming language and environment specifically designed
for statistical computing and data analysis.
8. IBM SPSS:
Description: Statistical software used for data analysis, hypothesis testing, and
predictive modeling.
9. SAS (Statistical Analysis System):
Description: Software suite used for advanced analytics, business intelligence,
and data management.
These applications cater to different aspects of data processing, including data entry, storage,
analysis, visualization, and reporting. The choice of software depends on the specific requirements
of the task at hand and the preferences of the users or organizations involved.
PROCESSING DATA USING APPLICATION SOFTWARE
Processing data using application software involves using specialized programs to perform
various operations on raw data, transforming it into meaningful information. The specific steps
and tools used depend on the type of data processing required and the application software being
used. Let's go through a general process:
iii. The next step allows you define the format of each column. It’s quite simple to change
these formats once the data has been imported so it’s fine to accept the defaults as
identified by Excel. The dates in the two rightmost columns will be identified as dates
and imported correctly.
iv. Now that the data is imported it remains to adjust the column widths so that the
information is displayed properly and apply some formatting to the different columns
to improve the legibility.
As shown in Fig above numeric values or dates that are too wide to be displayed within a given
column width is shown as a series of ######. To adjust the width of column N double-click on
the dividing line between columns N and O and then between columns O and P.
v. Before continuing adjust all the column widths so that the headings for each column
as fully visible. To optimize the width of all columns
1. Click on the point where the row and column headings intersect as shown below.
This has the effect of selecting all columns in the worksheet.
2. Double-click on the dividing line between any two columns and this will adjust the
width of all columns to accommodate their content
The above is the raw data obtained after data collection .Then the data are now being converted
into a meaningful information (readable formats) after performing a comprehensive data
processing of the given raw data
ANALYSIS