How can errors in data occur when using an ICT system?

Slides:



Advertisements
Similar presentations
Verification & Validation
Advertisements

©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.
Validation and Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
Chapter 10 Information Systems Controls for System Reliability—Part 3: Processing Integrity and Availability Copyright © 2012 Pearson Education, Inc.
Validation and Verification
RNJ 10/02/091 3 Computing System Fundamentals 3.6 Errors Prevention and Detection.
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Encoding, Validation and Verification Chapter 1. Introduction This presentation covers the following: – Data encoding – Data validation – Data verification.
What is Validation Understanding Validation (Different from 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.
DiDA – Database practice Lesson 3– Objectives Understand how layout will effect analysis Enter data into a spreadsheet Use formatting and validation to.
Data entry: Validation
Checking data GCSE ICT.
Checking data Chapter 7 Prepared by:Sir Mazhar Javed.
Information Processing and Presentation by Rico Yu.
Objectives of Control The objectives of control are:  To ensure that all data are processed  To preserve the integrity of maintained data  To detect,
Manipulating data Data management: validation and verification.
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.
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.
Verification & Validation F451 AS Computing. Why check data? It’s useless if inaccurate. Also, wrong data: Can be annoying Can cost a fortune Can be dangerous.
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.
By Phileo Don - Okhuofu. DATA COLLECTION  Data can be collected by the use of questionnaires or data collection forms.  These could be printed out and.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
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.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
1 3 Computing System Fundamentals 3.6 Errors Prevention and Recovery.
Errors!. Where do errors occur? Anywhere data is transferred, processed, stored, etc. Input user error Storage magnetic hard drive errors physical tampering.
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.
Data Verification and Validation
1 AQA ICT AS Level © Nelson Thornes 2008 Good quality data and information Data terms.
Data Validation.
Data Management Data Verification Data Validation.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
Chapter 3 Data Control Ensure the Accurate and Complete data is entering into the data processing system.
Verification & Validation
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.
 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.
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.
IGCSE 4 Cambridge Designing a database table Computer Science
DATA COLLECTION Data Collection Data Verification and Validation.
Unit 1 GCSE ICT January 2015 Paper help.
Databases.
DATA INPUT AND OUTPUT.
Different Types of Testing
Validation Bury College.
Fun gym Cambridge Nationals R001.
Fun gym Cambridge Nationals R001.
Objectives TO UNDERSTAND THAT CAPTURING DATA IS VALIDATED AND VERIFIED TO CHECK THAT IT IS REASONABLE AND CORRECT.
Designing data capture forms
Verification and Validation
Introduction to Databases
Systems Development Lifecycle
Validation and Verification
Presentation transcript:

How can errors in data occur when using an ICT system? Transcription – mishearing words Transposition – placing numbers or letters in wrong order Input – keyboard errors Processing – mistakes in Spreadsheet formulas Transmission – Loss as data travels

Validation and Verification

Lesson Objectives To understand what data validation and data verification is To give examples of validation and verification

Validation “is a computer check to ensure that data entered is reasonable and sensible.” Note: NEVER use the term “VALID” in an answer, automatically get zero. Examples Range check – data entered must be between two predefined values. Length check – data must be a specific length. i. e. telephone number (inc. STD code) must be 11 digits Format check – data must be of a certain layout. e.g. Postcode LLNN NLL Data type check – data must be of a specified type. i.e. text, number, currency etc… Presence check – data must be entered, no blanks can be left

Verification “Checking that data has been copied accurately from one medium to another.” Note: NEVER use the term “VERIFY” in an answer, automatically get zero. Examples proof reading – checking what has been entered by reading through it to check for any errors before confirming. Double entry – entering a password twice to ensure it has been entered correctly