Validation and verification 1.2

Slides:



Advertisements
Similar presentations
Math for Liberal Studies. An identification number is a sequence of letters and/or numbers that identifies an object, person, place, or concept The number.
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.
Validation and Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
PAYROLL AND MODERN MAIL HANDLING METHODS Topic 21 Organisations:
Word Processing. ► This is using a computer for:  Writing  EditingTEXT  Printing  Used to write letters, books, memos and produce posters etc.  A.
Systems Analysis Chapter 8 P 94 to P 101
Validation and Verification
1 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and Custom Forms.
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.
Credit Union National Association Installing and Uploading Project Zip Code.
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,
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.
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.
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.
1 3 Computing System Fundamentals 3.6 Errors Prevention and Recovery.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
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.
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.
N5 Databases Notes Information Systems Design & Development: Structures and links.
DATA TYPES.
DATA COLLECTION Data Collection Data Verification and Validation.
Databases Chapter 9 Asfia Rahman.
Databases.
DATA INPUT AND OUTPUT.
Data and Information.
Unit 2.3 Robust Programs Lesson 1 - Defensive Design Consideration
Validation Bury College.
SECTION 5: INFORMATION PROCESSING
Databases.
Chapter 16: Introduction
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?
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Designing data capture forms
Fundamentals of Data Representation
DATA RECORDS & FILES By Sinkala.
Chapter 7: Input Validation
Verification and Validation
Guidelines for Microsoft® Office 2013
Introduction to Databases
Validation and Verification
Presentation transcript:

Validation and verification 1.2 GCSE WJEC ICT Validation and verification 1.2

Objectives/Amcanion Understand what validation and verification mean Know the different types of validation and verification checks with examples Answer exam style questions

Task - RESEARCH VALIDATION VERIFICATION Definition Type of checks – explanation & example Batch & hash total Transcription errors and transposition errors

Validation Validation is a way of trying to reduce the number of errors in the data being entered into a computer system. So validation aims to make sure that data is Sensible, reasonable, complete and within acceptable boundaries. There are different validation checks that can be used to help reduce errors, they are:

Validation Checks Validation type How it works Example usage Check digit The last one or two digits in a code are used to check the other digits are correct Bar code readers in supermarkets use check digits Format check Checks the data is in the right format A National Insurance number is in the form LL 99 99 99 L where L is any letter and 9 is any number Length check Checks the data isn't too short or too long A password which needs to be six letters long

Validation Checks Lookup table Looks up acceptable values in a table There are only seven possible days of the week Presence check Checks that data has been entered into a field In most databases a key field cannot be left blank Range check Checks that a value falls within the specified range Number of hours worked must be less than 50 and more than 0 Spell check Looks up words in a dictionary When word processing

Type Explanation Example Batch total Hash total Checks that something is not missing by adding together a number field in different records and checking the total. If an invoice has three items costing 1p, 2p and 3p, the computer will look for a batch total of 6p. Hash total Exactly the same as a batch total, but the field checked is meaningless. If a company signs up three new customers with phone numbers ending with 2, 4 and 3, the computer will look for a hash total of 9.

Verification Transcription errors sometimes occur when copying data to a computer (when reading bad handwriting, for example).  Transposition errors can sometimes happen when characters are accidentally swapped around (accidentally pressing Q instead of W, for example). Verification checks can be used as techniques to overcome these possible sources of error. Verification just means stopping errors when data is copied from one medium to another. Below are some types of verification checks: Double keying Visual check Parity check

Verification Type Explanation Example Double keying Data is entered twice to check that both sets of data matches up. Creating passwords when registering for social networking websites. Visual check Also known as proofreading (double-checking something). Looking over a CV before sending it to somewhere you want to work. Parity check Checks that data is correct when it is transmitted (sent) somewhere. Uploading files to a website will involve some kind of parity check.

BINGO Validation Parity Check Batch Total Hash Total Transcription Transposition Verification Double Keying Visual Check Presence Check Length Check Range Check