SlideShare a Scribd company logo
1 of 18
Data
 The word data is derived from Latin language. It is plural of
Datum (But Data is usually used as a singular term.) Datum
  (singular) – Data (plural). Data is any collection of facts of
   figures. The data is the raw material to be processed by a
                                                    computer.
Example
     Names of students, marks obtained in the examination,
   designation of employees, addresses, quantity, rate, sales
    figures or anything that is input to the computer is data.
 Even pictures, photographs, drawings, charts and maps can
        be treated as data. Computer processes the data and
                                 produces the output or result
Types of Data
Mainly Data is divided into two types:
   1. Numeric Data
   2. Character Data
1. Numeric Data
The data which is represented in the form of numbers is known as
   Numeric Data. This includes 0-9 digits, a decimal point (.), +, /, – sign
   and the letters “E” or “D”.
2. Character Data
Character data falls into two groups.
   i. String Data
   ii. Graphical Data
String Data
   String data consists of the sequence of characters. Characters may be
   English alphabets, numbers or space. The space, which separates two
   words, is also a character. The string data is further divided into two
   types.
   a. Alphabetic Data
   b. Alphanumeric Data
Graphical Data
   It is possible that pictures, charts and maps can be treated as data. The
   scanner is normally used to enter this type of data. The common use of
   this data is found in the National Identity Card.
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 collated or organized into something
  meaningful, it gains significance. This meaningful organization
  is information
  or

Observations and recordings are done to obtain data, while
 analysis is done to obtain information
Data Processing
Data processing:
 Any operation or set of operations performed
 upon data, whether or not by automatic means,
 such as collection, recording, organization,
 storage, adaptation or alteration to convert it
 into useful information.
Data Processing Cycle
  Once data is collected, it is processed to convert it
  into useful information. The data is processed again
  and again until the accurate result is achieved. This
  is called data processing cycle.

  The data processing is very important activity and
  involves very careful planning. Usually, data
  processing activity involves three basic activities.

1. Input
2. Processing
3. Output
Data Processing Cycle
Step-1
1. Input
         It is the process through which collected data is
 transformed into a form that computer can understand. It is very
 important step because correct output result totally depends on
 the input data. In input step, following activities can be
 performed.
i) Verification
         The collected data is verified to determine whether it is
 correct as required. For example, the collected data of all B.Sc.
 students that appeared in final examination of the university is
 verified. If errors occur in collected data, data is corrected or it is
 collected again.
ii) Coding
         The verified data is coded or converted into machine
 readable form so that it can be processed through computer.
iii) Storing
         The data is stored on the secondary storage into a file. The
 stored data on the storage media will be given to the program as
 input for processing.
Data Processing Cycle
Step-2
2.Processing
    The term processing denotes the actual data manipulation techniques such
as classifying, sorting, calculating, summarizing, comparing, etc. that
convert data into information.

i) Classification
The data is classified into different groups and subgroups, so that each group or
sub-group of data can be handled separately.
ii) Storing
The data is arranged into an order so that it can be accessed very quickly as and
when required.
iii) Calculations
The arithmetic operations are performed on the numeric data to get the required
results. For example, total marks of each student are calculated.
iv) Summarizing
The data is processed to represent it in a summarized form. ft means that the
summary of data is prepared for top management. For example, the summary of
the data of student is prepared to show the percentage of pass and fail student
examination etc.
Data Processing Cycle
Step-3
3. Output
         After completing the processing step, output is generated. The
 main purpose of data processing is to get the required result. Mostly, the
 output is stored on the storage media for later user. In output step,
 following activities can be performed.
i) Retrieval
         Output stored on the storage media can be retrieved at any time.
 For example, result of students is prepared and stored on the disk. This
 result can be retrieved when required for different purposes.
ii) Conversion
         The generated output can be converted into different forms. For
 example, it can be represented into graphical form.
iii) Communication
         The generated output is sent to different places. For example,
 weather forecast is prepared and. sent to different agencies and
 newspapers etc. where it is required.
Types of Data Processing
1. Manual Data Processing:
            This method of data processing involves
 human intervention. The manual process of data
 entry implies many opportunities for errors, such as
 delays in data capture, as every single data field has
 to be keyed in manually, a high amount of operator
 misprints or typos, high labor costs from the amount
 of manual labor required. Manual processing also
 implies higher labor expenses in regards to spending
 for equipment and supplies, rent, etc.
Types of Data Processing
EDP
             EDP (electronic data processing), an
 infrequently used term for what is today usually
 called "IS" (information services or systems) or "MIS"
 (management information services or systems), is the
 processing of data by a computer and its programs in
 an environment involving electronic communication.
 EDP evolved from "DP" (data processing), a term that
 was created when most computing input was
 physically put into the computer in punched card
 form or in ATM cards form and output as punched
 cards or paper reports.
Types of Data Processing
3.Real time processing
       In a real time processing, there is a continual
  input, process and output of data. Data has to be
  processed in a small stipulated time period (real
  time), otherwise it will create problems for the
  system.
  For 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 customer to keep track of funds.
Types of Data Processing
4.Batch processing
      In a batch processing group of
  transactions collected over a period of time is
  collected, entered, processed and then the
  batch results are produced. Batch processing
  requires seperate programs for input, process
  and output. It is an efficient way of processing
  high volume of data.
  For example: Payroll system, Examination
  system and billing system.
Computer Processing Operations
      A computer can perform only the
 following four operations which enable
 computers to carry out the various data
 processing activities we have just discussed.
 (a) Input/Output operations
      A computer can accept data (input) from
 and supply processed data (output) to a wide
 range of input/output devices. These devices
 such as keyboards, display screens, and
 printers make human-machine
 communication possible.
Computer Processing Operations
(b) Calculation and text manipulation Operations

    Computer circuits perform calculations on
 numbers. They are also capable of manipulating
 numerics and other symbols used in text with
 equal efficiency.
Computer Processing Operations
(c) Logic/Comparison Operations

      A computer also possesses the ability to perform logical
 operations.

 For example, if we compare two items represented by the
 symbols A and B, there are only three possible outcomes.
 A is less than B (A<B); A is equal to B (A=B): or A is greater than B
 (A>B).

      A computer can perform such comparisons and the,
 depending on the result, follow a predetermined path to
 complete its work. This ability to compare is an important
 property of computers.
Computer Processing Operations
(d) Storage and Retrieval Operations
       Both data and program instructions are stored
  internally in a computer.

      Once they are stored in the internal memory,
 they can be called up quickly
 or retrieved, for further use.
CS3C - Jonbon Libreja

More Related Content

What's hot

Computer Data Processing And Representation 4
Computer Data Processing And Representation   4Computer Data Processing And Representation   4
Computer Data Processing And Representation 4Amit Chandra
 
Data processing cycle
Data processing cycleData processing cycle
Data processing cycleJAKE JAWILI
 
Data and Information - Input, Process and Output
Data and Information - Input, Process and OutputData and Information - Input, Process and Output
Data and Information - Input, Process and Outputshiplakeict
 
Electronic data-processing
Electronic data-processingElectronic data-processing
Electronic data-processingYoonaIm6
 
Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.samina khan
 
Computer data processing
Computer data processingComputer data processing
Computer data processingLam To
 
VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...
VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...
VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...vtunotesbysree
 
Developing Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelDeveloping Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelEditor IJCATR
 

What's hot (19)

Computer Data Processing And Representation 4
Computer Data Processing And Representation   4Computer Data Processing And Representation   4
Computer Data Processing And Representation 4
 
Data processing cycle
Data processing cycleData processing cycle
Data processing cycle
 
Data and Information - Input, Process and Output
Data and Information - Input, Process and OutputData and Information - Input, Process and Output
Data and Information - Input, Process and Output
 
Electronic data-processing
Electronic data-processingElectronic data-processing
Electronic data-processing
 
Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.
 
Data processing
Data processingData processing
Data processing
 
Electronic data processing
Electronic data processingElectronic data processing
Electronic data processing
 
Data and information
Data and informationData and information
Data and information
 
Computer data processing
Computer data processingComputer data processing
Computer data processing
 
La6 is notacd11
La6 is notacd11La6 is notacd11
La6 is notacd11
 
Data and Information
Data and InformationData and Information
Data and Information
 
1.Data information
1.Data information1.Data information
1.Data information
 
VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...
VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...
VTU 7TH SEM CSE DATA WAREHOUSING AND DATA MINING SOLVED PAPERS OF DEC2013 JUN...
 
Management Information System
Management Information SystemManagement Information System
Management Information System
 
UML Unit 01
UML Unit 01UML Unit 01
UML Unit 01
 
Developing Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelDeveloping Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping Model
 
Lecture2 is331 data&amp;infomanag(databaseenv)
Lecture2 is331 data&amp;infomanag(databaseenv)Lecture2 is331 data&amp;infomanag(databaseenv)
Lecture2 is331 data&amp;infomanag(databaseenv)
 
Fit l05 data_processing
Fit l05 data_processingFit l05 data_processing
Fit l05 data_processing
 
computer 6
computer 6computer 6
computer 6
 

Viewers also liked

Project titles for EEE and ECE
Project titles for  EEE and  ECEProject titles for  EEE and  ECE
Project titles for EEE and ECESenthil Kumar
 
Communication projects
Communication projectsCommunication projects
Communication projectsSenthil Kumar
 
High Performance Apps: Tips for Speed, Power and Data
High Performance Apps: Tips for Speed, Power and DataHigh Performance Apps: Tips for Speed, Power and Data
High Performance Apps: Tips for Speed, Power and DataDoug Sillars
 
Designing for the Dichotomy of Immersion in Location Based Games
Designing for the Dichotomy of Immersion in Location Based GamesDesigning for the Dichotomy of Immersion in Location Based Games
Designing for the Dichotomy of Immersion in Location Based GamesAdrian Gradinar
 
PolyU Design I MAKE Initiative (2015-10-31)
PolyU Design I MAKE Initiative (2015-10-31)PolyU Design I MAKE Initiative (2015-10-31)
PolyU Design I MAKE Initiative (2015-10-31)Clifford Choy
 
Virtual classroom under construction
Virtual classroom under constructionVirtual classroom under construction
Virtual classroom under construction63kmckee
 
CoolPix Nikon @ Hotel Pullman Central Park
CoolPix Nikon @ Hotel Pullman Central ParkCoolPix Nikon @ Hotel Pullman Central Park
CoolPix Nikon @ Hotel Pullman Central Parkgastronomy service
 
Leigh lillis Medical TW resume 8 2016
Leigh lillis Medical TW resume 8 2016Leigh lillis Medical TW resume 8 2016
Leigh lillis Medical TW resume 8 2016Leigh Ellen Lillis
 

Viewers also liked (15)

Electronics
ElectronicsElectronics
Electronics
 
Robotics projects
Robotics projectsRobotics projects
Robotics projects
 
What is Blubbr?
What is Blubbr?What is Blubbr?
What is Blubbr?
 
Project titles for EEE and ECE
Project titles for  EEE and  ECEProject titles for  EEE and  ECE
Project titles for EEE and ECE
 
Mec chapter 9
Mec chapter 9Mec chapter 9
Mec chapter 9
 
Communication projects
Communication projectsCommunication projects
Communication projects
 
High Performance Apps: Tips for Speed, Power and Data
High Performance Apps: Tips for Speed, Power and DataHigh Performance Apps: Tips for Speed, Power and Data
High Performance Apps: Tips for Speed, Power and Data
 
Electronicdevices
ElectronicdevicesElectronicdevices
Electronicdevices
 
Designing for the Dichotomy of Immersion in Location Based Games
Designing for the Dichotomy of Immersion in Location Based GamesDesigning for the Dichotomy of Immersion in Location Based Games
Designing for the Dichotomy of Immersion in Location Based Games
 
PolyU Design I MAKE Initiative (2015-10-31)
PolyU Design I MAKE Initiative (2015-10-31)PolyU Design I MAKE Initiative (2015-10-31)
PolyU Design I MAKE Initiative (2015-10-31)
 
Virtual classroom under construction
Virtual classroom under constructionVirtual classroom under construction
Virtual classroom under construction
 
Emi
EmiEmi
Emi
 
CoolPix Nikon @ Hotel Pullman Central Park
CoolPix Nikon @ Hotel Pullman Central ParkCoolPix Nikon @ Hotel Pullman Central Park
CoolPix Nikon @ Hotel Pullman Central Park
 
Wireless projects
Wireless projectsWireless projects
Wireless projects
 
Leigh lillis Medical TW resume 8 2016
Leigh lillis Medical TW resume 8 2016Leigh lillis Medical TW resume 8 2016
Leigh lillis Medical TW resume 8 2016
 

Similar to CS3C - Jonbon Libreja

COMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERS
COMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERSCOMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERS
COMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERSMakaha Rutendo
 
Sulthan's DBMS for_Computer_Science
Sulthan's DBMS for_Computer_ScienceSulthan's DBMS for_Computer_Science
Sulthan's DBMS for_Computer_ScienceSULTHAN BASHA
 
Lect 1b - Introduction to Pharmacy Informatics 1b.pdf
Lect 1b - Introduction to Pharmacy Informatics 1b.pdfLect 1b - Introduction to Pharmacy Informatics 1b.pdf
Lect 1b - Introduction to Pharmacy Informatics 1b.pdfTSha7
 
Introduction to Computer Fundamentals
Introduction to Computer FundamentalsIntroduction to Computer Fundamentals
Introduction to Computer Fundamentalsshivanichauhan1953
 
การพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศการพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศPe' KhumSae
 
Information System Development
Information System DevelopmentInformation System Development
Information System DevelopmentIamPe Khamkhum
 
Performing computer operation PCO.pptx
Performing computer operation PCO.pptxPerforming computer operation PCO.pptx
Performing computer operation PCO.pptxRhayz Rhayz
 
Foundation Of Information System
Foundation Of Information SystemFoundation Of Information System
Foundation Of Information SystemNirajan Silwal
 
Data Processing.ppt
Data Processing.pptData Processing.ppt
Data Processing.pptDondonGoles
 
For first periodical test
For first periodical testFor first periodical test
For first periodical testroselynrequiso
 
For first periodical test
For first periodical testFor first periodical test
For first periodical testroselynrequiso
 

Similar to CS3C - Jonbon Libreja (20)

COMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERS
COMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERSCOMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERS
COMPUTER OPERATIONS & PACKAGES NOTES & INTRODUCTION TO COMPUTERS
 
Sulthan's DBMS for_Computer_Science
Sulthan's DBMS for_Computer_ScienceSulthan's DBMS for_Computer_Science
Sulthan's DBMS for_Computer_Science
 
Lect 1b - Introduction to Pharmacy Informatics 1b.pdf
Lect 1b - Introduction to Pharmacy Informatics 1b.pdfLect 1b - Introduction to Pharmacy Informatics 1b.pdf
Lect 1b - Introduction to Pharmacy Informatics 1b.pdf
 
Introduction to Computer Fundamentals
Introduction to Computer FundamentalsIntroduction to Computer Fundamentals
Introduction to Computer Fundamentals
 
Information Systems
Information SystemsInformation Systems
Information Systems
 
การพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศการพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศ
 
BA.pptx
BA.pptxBA.pptx
BA.pptx
 
Information System Development
Information System DevelopmentInformation System Development
Information System Development
 
Processing
ProcessingProcessing
Processing
 
Information system
Information systemInformation system
Information system
 
22
2222
22
 
Performing computer operation PCO.pptx
Performing computer operation PCO.pptxPerforming computer operation PCO.pptx
Performing computer operation PCO.pptx
 
Foundation Of Information System
Foundation Of Information SystemFoundation Of Information System
Foundation Of Information System
 
Data Processing.ppt
Data Processing.pptData Processing.ppt
Data Processing.ppt
 
U - 2 Emerging.pptx
U - 2 Emerging.pptxU - 2 Emerging.pptx
U - 2 Emerging.pptx
 
Lecture 1 ANT.pptx
Lecture 1 ANT.pptxLecture 1 ANT.pptx
Lecture 1 ANT.pptx
 
Lecture 2 it fundamentals
Lecture 2   it fundamentalsLecture 2   it fundamentals
Lecture 2 it fundamentals
 
For first periodical test
For first periodical testFor first periodical test
For first periodical test
 
For first periodical test
For first periodical testFor first periodical test
For first periodical test
 
What Is Computer
What Is ComputerWhat Is Computer
What Is Computer
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

CS3C - Jonbon Libreja

  • 1.
  • 2. Data The word data is derived from Latin language. It is plural of Datum (But Data is usually used as a singular term.) Datum (singular) – Data (plural). Data is any collection of facts of figures. The data is the raw material to be processed by a computer. Example Names of students, marks obtained in the examination, designation of employees, addresses, quantity, rate, sales figures or anything that is input to the computer is data. Even pictures, photographs, drawings, charts and maps can be treated as data. Computer processes the data and produces the output or result
  • 3. Types of Data Mainly Data is divided into two types: 1. Numeric Data 2. Character Data 1. Numeric Data The data which is represented in the form of numbers is known as Numeric Data. This includes 0-9 digits, a decimal point (.), +, /, – sign and the letters “E” or “D”. 2. Character Data Character data falls into two groups. i. String Data ii. Graphical Data String Data String data consists of the sequence of characters. Characters may be English alphabets, numbers or space. The space, which separates two words, is also a character. The string data is further divided into two types. a. Alphabetic Data b. Alphanumeric Data Graphical Data It is possible that pictures, charts and maps can be treated as data. The scanner is normally used to enter this type of data. The common use of this data is found in the National Identity Card.
  • 4. 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 collated or organized into something meaningful, it gains significance. This meaningful organization is information or Observations and recordings are done to obtain data, while analysis is done to obtain information
  • 5. Data Processing Data processing: Any operation or set of operations performed upon data, whether or not by automatic means, such as collection, recording, organization, storage, adaptation or alteration to convert it into useful information.
  • 6. Data Processing Cycle Once data is collected, it is processed to convert it into useful information. The data is processed again and again until the accurate result is achieved. This is called data processing cycle. The data processing is very important activity and involves very careful planning. Usually, data processing activity involves three basic activities. 1. Input 2. Processing 3. Output
  • 7. Data Processing Cycle Step-1 1. Input It is the process through which collected data is transformed into a form that computer can understand. It is very important step because correct output result totally depends on the input data. In input step, following activities can be performed. i) Verification The collected data is verified to determine whether it is correct as required. For example, the collected data of all B.Sc. students that appeared in final examination of the university is verified. If errors occur in collected data, data is corrected or it is collected again. ii) Coding The verified data is coded or converted into machine readable form so that it can be processed through computer. iii) Storing The data is stored on the secondary storage into a file. The stored data on the storage media will be given to the program as input for processing.
  • 8. Data Processing Cycle Step-2 2.Processing The term processing denotes the actual data manipulation techniques such as classifying, sorting, calculating, summarizing, comparing, etc. that convert data into information. i) Classification The data is classified into different groups and subgroups, so that each group or sub-group of data can be handled separately. ii) Storing The data is arranged into an order so that it can be accessed very quickly as and when required. iii) Calculations The arithmetic operations are performed on the numeric data to get the required results. For example, total marks of each student are calculated. iv) Summarizing The data is processed to represent it in a summarized form. ft means that the summary of data is prepared for top management. For example, the summary of the data of student is prepared to show the percentage of pass and fail student examination etc.
  • 9. Data Processing Cycle Step-3 3. Output After completing the processing step, output is generated. The main purpose of data processing is to get the required result. Mostly, the output is stored on the storage media for later user. In output step, following activities can be performed. i) Retrieval Output stored on the storage media can be retrieved at any time. For example, result of students is prepared and stored on the disk. This result can be retrieved when required for different purposes. ii) Conversion The generated output can be converted into different forms. For example, it can be represented into graphical form. iii) Communication The generated output is sent to different places. For example, weather forecast is prepared and. sent to different agencies and newspapers etc. where it is required.
  • 10. Types of Data Processing 1. Manual Data Processing: This method of data processing involves human intervention. The manual process of data entry implies many opportunities for errors, such as delays in data capture, as every single data field has to be keyed in manually, a high amount of operator misprints or typos, high labor costs from the amount of manual labor required. Manual processing also implies higher labor expenses in regards to spending for equipment and supplies, rent, etc.
  • 11. Types of Data Processing EDP EDP (electronic data processing), an infrequently used term for what is today usually called "IS" (information services or systems) or "MIS" (management information services or systems), is the processing of data by a computer and its programs in an environment involving electronic communication. EDP evolved from "DP" (data processing), a term that was created when most computing input was physically put into the computer in punched card form or in ATM cards form and output as punched cards or paper reports.
  • 12. Types of Data Processing 3.Real time processing In a real time processing, there is a continual input, process and output of data. Data has to be processed in a small stipulated time period (real time), otherwise it will create problems for the system. For 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 customer to keep track of funds.
  • 13. Types of Data Processing 4.Batch processing In a batch processing group of transactions collected over a period of time is collected, entered, processed and then the batch results are produced. Batch processing requires seperate programs for input, process and output. It is an efficient way of processing high volume of data. For example: Payroll system, Examination system and billing system.
  • 14. Computer Processing Operations A computer can perform only the following four operations which enable computers to carry out the various data processing activities we have just discussed. (a) Input/Output operations A computer can accept data (input) from and supply processed data (output) to a wide range of input/output devices. These devices such as keyboards, display screens, and printers make human-machine communication possible.
  • 15. Computer Processing Operations (b) Calculation and text manipulation Operations Computer circuits perform calculations on numbers. They are also capable of manipulating numerics and other symbols used in text with equal efficiency.
  • 16. Computer Processing Operations (c) Logic/Comparison Operations A computer also possesses the ability to perform logical operations. For example, if we compare two items represented by the symbols A and B, there are only three possible outcomes. A is less than B (A<B); A is equal to B (A=B): or A is greater than B (A>B). A computer can perform such comparisons and the, depending on the result, follow a predetermined path to complete its work. This ability to compare is an important property of computers.
  • 17. Computer Processing Operations (d) Storage and Retrieval Operations Both data and program instructions are stored internally in a computer. Once they are stored in the internal memory, they can be called up quickly or retrieved, for further use.