 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.

Slides:



Advertisements
Similar presentations
Collecting data Chapter 6. What is data? Data is raw facts and figures. In order to process data it has to be collected. The method of collecting data.
Advertisements

DATA PROCESSING SYSTEMS
Data. What is an Input Device? List three (3) examples of Input Devices. Define the term Data. In what phase of the DPLC would you find data? 1/18/2012Ms.
MODULE 4 File and Folder Management. Creating file and folder A computer file is a resource for storing information, which is available to a computer.
Commercial Data Processing Lesson 2: The Data Processing Cycle.
Commercial Data Processing Lesson 3: Data Validation.
3.1 Data and Information –The rapid development of technology exposes us to a lot of facts and figures every day. –Some of these facts are not very meaningful.
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Commercial Data Processing
Chapter Lead Black Slide © 2001 Business & Information Systems 2/e.
Systems Software Operating Systems.
 A data processing system is a combination of machines and people that for a set of inputs produces a defined set of outputs. The inputs and outputs.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
CHAPTER 6 ELECTRONIC DATA PROCESSING SYSTEMS
1.3 System Design Parts of a System InputProcessOutput Input Devices Central Processing Unit Output Devices The main parts of any computer system.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
Information Processing
Module Designing Computer-based Information Systems
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 10 Business Operations.
Systems Software & Operating systems
Chapter 8: Systems analysis and design
AS Module 2 Information; Management and Management and Manipulation or what to do with data, how to do it, and……... ensure it provides useful information.
Chapter 13 Sequential File Processing. Master Files Set of files used to store companies data in areas like payroll, inventory Usually processed by batch.
Transaction Processing System  Business Transactions are certain events that occur routinely in a business firm.  A transaction is a set of activities.
Fundamentals of Information Systems, Third Edition
1. Outline 4 functions of a typical operating system of a PC(4) Resource management Operating systems organise how to: Load programs from backing storage.
Standard Grade Computing System Software & Operating Systems.
An Overview of Transaction Processing Systems
CDP Standard Grade1 Commercial Data Processing Standard Grade Computing Studies.
Checking data Chapter 7 Prepared by:Sir Mazhar Javed.
Just as there are many human languages, there are many computer programming languages that can be used to develop software. Some are named after people,
I.Information Building & Retrieval Learning Objectives: the process of Information building the responsibilities and interaction of each data managing.
Creating a Database Designing Structure, Capturing and Presenting Data.
System Development Lifecycle Verification and Validation.
Information Processing Content covered  Data and information  Information Qualities  Data/Information Processing  Commercial Information Processing.
 2001 Prentice Hall Business Publishing, Accounting Information Systems, 8/E, Bodnar/Hopwood Chapter 10 Electronic Data Processing Systems.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Test and Review chapter State the differences between archive and back-up data. Answer: Archive data is a copy of data which is no longer in regular.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
Data Capture.
CHAPTER 2 TYPES OF BUSINESS INFORMATION SYSTEM. INTRODUCTION Information System support business operations by processing data related to business operation.
Topic: Sir Naseem Ahmed Khan Dow Vocational & Technical Training Centre.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
1 3 Computing System Fundamentals 3.6 Errors Prevention and Recovery.
Data Collection. Data Capture This is the first stage involved in getting data into a computer Various input devices are used when getting data to the.
Software Generic Application Software. Learning Objectives Describe generic applications in general. Describe common generic applications.
FILE ORGANIZATION.
Learning Objectives Understand the concepts of Information systems.
Verification & Validation
DATA and INFORMATION DATA -raw numbers, words INFORMATION – data that has been turned into something we can understand
What is a Computer An electronic, digital device that stores and processes information. A machine that accepts input, processes it according to specified.
( ) 1 Chapter # 8 How Data is stored DATABASE.
Software Development Languages and Environments. Computer Languages Just as there are many human languages, there are many computer programming languages.
DATA COLLECTION Data Collection Data Verification and Validation.
Transaction processing systems
Handling Data Designing Structure, Capturing and Presenting Data
Week 12 Option 3: Database Design
SECTION 5: INFORMATION PROCESSING
Information System and Management
Objectives TO UNDERSTAND THAT CAPTURING DATA IS VALIDATED AND VERIFIED TO CHECK THAT IT IS REASONABLE AND CORRECT.
Handling Data Designing Structure, Capturing and Presenting Data
DATA RECORDS & FILES By Sinkala.
The ultimate in data organization
CHAPTER 6 ELECTRONIC DATA PROCESSING SYSTEMS
Presentation transcript:

 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing in a wide range of contexts  identify the sources  Explain how data is validated and verified.  Describe how files are organized.  select the best forms of file organization for particular application.

 Data are facts that have not yet been organised or processed.  Information is what you get when data are organised in a useful form

 A collection of cards noting the meaning of words would be data. But if the words were organised into a single document, in alphabetical order, this makes a useful dictionary.  You might note all your friends’ names and phone numbers down, but if they are organised into electronic list, this can be used as the directory of a mobile phone.

 Data are collected and input in many ways.  Some raw data are collected automatically, for example by electronic sensors.  Typing  They are document systems set up to collect and prepare data for computer processing.

 When collecting data, people typically use a structured document such as  A source document is a structured form used by doctors, scientist and other medical staff etc.  A turnaround document is a form that is printed out by the computer, and then used to collect data.  Machine-readable documents. Some data – such as bar codes – are design to be input directly into computer without typing.  Human – readable documents. It can be most useful to have document that can be read by people and machine.

 Human beings can easily make mistake. For this reason checks are often carried out to make sure there are no errors.  Types of error(typographical error)  Spelling  Typing the wrong key( especially if the key are beside each other)  Transposition error(typing characters in the wrong order)  Pressing of the shift key (eg. Typing 3 instead of #)  Mixing up numbers and similar looking letters(eg. 1 and I ot 0 and o)

 Proofreading – If you are typing text it is easily to spot your spelling mistake by reading your document carefully, on the screen. Word processing software includes spell checking facility to aid the user.  Data verification – This takes place when a person checks that data has been correctly keyed into the computer system.  Double entry verification - This is a common method of data verification in which the data is keyed in a second time, and the first entry is checked against the second.

 Validation – This ensure the data is valid. Valid means the data are of the right general type or value. The main types of validation are:  Data type – The computer checks that the data are of the right type.  Range – The computer checks that the data are within a sensible range of numbers.  Field Length – The number of character held in each field.  Consistency – The computer might check the data entered against records.  Reasonableness – Depending on the type of information you are entering the computer can carry out a number of other checks that your data are reasonable.

 All information is stored in the computer in named files. Any type of information can be stored as a file:- document, picture, sound clip or video clip.  Storage media  The most common storage media are:  Hard disk drive  Flash memory  CD  DVD  Tape

 Serial access file – The data records are stored as a series, one after the other. To find information the software needs to look through every record, one at a time.  Sequential access file – is similar to serial access file but the records are sorted in a particular sequence.  Indexed sequential access file – It is sorted in a particular order – typically code number order.  Direct or random access file – This will allow the computer to immediately access the location in memory where any record is stored.

 Information(or data) processing refers to computer-based systems that take in data and generate information.

 Industrial and manufacturing business need to carry out all the business task such as:  Control systems – controlling the process used when manufacturing products.  Computer Aided Design – designing products.  Computer Aided Engineering and Computer Aided Manufacture – using special software to develop and test products.

 Computer systems are used in many business to carry out some time-consuming administrative task.  Examples are  Payroll  Orders  Sales  Invoices  Payments  Accounts  Budget  Correspondence  Marketing  Security

 Batch Processing – This is use in the commercial environment to process a great deal of data. e.g. Payroll, bills etc.(in most cases it is done overnight).  Information retrieval – This is use to locate a single piece of information in a great mass of data. e.g. transacting at a ATM machine  Information management – When data is organized in a structural way it is easier to find and retrieve the necessary information.  Real-time processing –This is data processing that appears to take place, or actually takes place, instantaneously upon data entry or receipt of a command.

 Scientist can gather a lot of data during an experiment. Sometimes they will use sensors to capture data over a period of time.