Information Processing and Presentation by Rico Yu.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Database ACCESS. Database A series of objects used to enter, manage, and view data.
©G. Millbery 2003Data, Information, Knowledge and Processing Slide 1 Validation  Making sure that the data value entered is sensible and reasonable 
2.2 Validation & Verification
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.
Database Design Concepts INFO1408 Term 2 week 1 Data validation and Referential integrity.
Validation and Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
Databases.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Validation and Verification
McGraw-Hill/Irwin © 2004 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9 Processing the Data.
RNJ 10/02/091 3 Computing System Fundamentals 3.6 Errors Prevention and Detection.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 8: Systems analysis and design
Encoding, Validation and Verification Chapter 1. Introduction This presentation covers the following: – Data encoding – Data validation – Data verification.
GCSE ICT Checking data. Why do errors happen? Computers do not make mistakes. However if incorrect data is put in errors happen. In ICT this is called.
3.2 Data Checking.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Data entry: Validation
Checking data GCSE ICT.
Checking data Chapter 7 Prepared by:Sir Mazhar Javed.
Objectives of Control The objectives of control are:  To ensure that all data are processed  To preserve the integrity of maintained data  To detect,
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Creating a Database Designing Structure, Capturing and Presenting Data.
System Development Lifecycle Verification and Validation.
1.The Nature, Impact and Issues of Information Technology 1.6Strategies used to Prevent Deliberate and Accidental Illegal Actions.
Information Processing Content covered  Data and information  Information Qualities  Data/Information Processing  Commercial Information Processing.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Systems Life Cycle. Know the elements of the system that are created Understand the need for thorough testing Be able to describe the different tests.
AS computing Validation and verification. Introduction It is important to maintain the integrity of any database of information. Any data item must always.
DATA ERRORS. Introduction The processing of incorrect data can produce ridiculous and embarrassing output. Errors can take time to sort out and can be.
What have we learned?. What is a database? An organized collection of related data.
CIT PowerPoint presentation Group 4. Unit 1, Chapter 2 Basic Concept on Data DATA AND INFORMATION What is data? Data consists of all sorts of unorganised.
AS Level ICT Data entry: Problems with errors. Garbage in; Garbage out If incorrect data is entered into a data management system, the results of any.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
Database Management Systems (DBMS)
Review of Data Capture. Input Devices What input devices are suitable for data entry? Keyboard Voice Bar Code MICR OMR Smart Cards / Magnetic Stripe cards.
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.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Data Verification and Validation
1 AQA ICT AS Level © Nelson Thornes 2008 Good quality data and information Data terms.
Data Validation.
Flat Files Relational Databases
TIMOTHY SERVINSKY PROJECT MANAGER CENTER FOR SURVEY RESEARCH Data Preparation: An Introduction to Getting Data Ready for Analysis.
Data Management Data Verification Data Validation.
Chapter 3 Data Control Ensure the Accurate and Complete data is entering into the data processing system.
Information Management. n capturing ( 收集 ) n entering ( 輸入 ) n storing ( 貯存 ) n retrieving ( 檢索 ) n maintaining ( 保存 ) Data Management ( 數據管理 )
Validation & Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
Input, Output and Processing.. What data needs to be input into the system? Identify the sources – i.e. where does the data come from? What is the volume.
Data Capture Forms What are they?. Example 1 Example 2.
GCSE ICT LESSON 5 Booklet Sections: 6 & 7 Data Capture & Checking Data.
Validation and verification 1.2
3.1.1 Data, Information, knowledge and processing
DATA TYPES.
Databases.
Data and Information.
Different Types of Testing
Validation Bury College.
SECTION 5: INFORMATION PROCESSING
Objectives TO UNDERSTAND THAT CAPTURING DATA IS VALIDATED AND VERIFIED TO CHECK THAT IT IS REASONABLE AND CORRECT.
How can errors in data occur when using an ICT system?
Verification and Validation
Validation and Verification
Presentation transcript:

Information Processing and Presentation by Rico Yu

Information Processing and Presentation  IP.1 The Information Age  IP.2 Data and Information  IP.3 Integrated use of common application software  IP.4 Criteria for effective presentation of information

Data vs Information  Data 數據 Collection of facts Represented in numbers, letters or words  Information 資料 Processed data in meaningful way

Data vs Information Data Data Processing Information

The hierarchy ( 架構 ) of data … …... Database

Key field ( 檢索欄 )  Identify a record uniquely ( 唯一的 )  NO two records have the same key field

Data collection and data preparation  Data collection Collect data from different sources, e.g. survey, interview.  Data preparation Arrange the data before input to computer, e.g. sorting the survey order.

Source of error  1. Data collection errors Wrong data are entered into the source doc. Some missing items Poor handwriting

Source of error  2. Data preparation errors Transcription ( 抄寫 / 轉寫 ) error Data on the source doc. are copied incorrectly  3. Input errors Typing errors in data input stage

Data Control  1. Garbage in, garbage out!  2. Methods of data control: Data verification ( 校驗 / 驗證 ) Ensure input data are correct Data validation ( 有效性檢驗 ) Ensure input data are reasonable and acceptable

Data Verification  Test the accuracy of data  Usually done at data preparation stage

Data Verification 1.Mark or important data a) Double entry  Input data twice b) Independent entry  2 different operators to input 2.Name and ID # 3.Address

Data Validation  Check whether the data are reasonable  Usually performed with a program before data are processed  Valid data may NOT a correct data

Data Validation 1.Range check 2.Type check 3.Presence check 4.Control total 5.Check digit 6.Length check

Processing data 1.Sorting 2.Merging 3.Searching  Binary search  Linear search

Processing information 1.Reorganisation 2.Conversion 3.Communication and transmission