Data Verification and Validation

Slides:



Advertisements
Similar presentations
©G. Millbery 2003Data, Information, Knowledge and Processing Slide 1 Validation  Making sure that the data value entered is sensible and reasonable 
Advertisements

2.2 Validation & Verification
Homework 1 Hints. Homework Tips (General) Go through and do the ENTIRE homework in the same time period – You will use all of the material from chap 1.
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.
Data Types and Field Properties 5.01 Understand database tables used in business.
Validation and Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
Validation and Verification
RNJ 10/02/091 3 Computing System Fundamentals 3.6 Errors Prevention and Detection.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 7 – Modifying Table Design.
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Verify your data entry You could use data types and field properties for adding any validation on your date: EX: Data type: number : allow the user to.
Encoding, Validation and Verification Chapter 1. Introduction This presentation covers the following: – Data encoding – Data validation – Data verification.
Driving School Database
What is Validation Understanding Validation (Different from Verification)
Database Evidence Elena Rybka. Field Names Entering Field Names 0 I entered all of the Field Names that were specified in the Data Item list provided.
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.
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,
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
GCSE Computing#BristolMet Session Objectives# 20 MUST describe a database and discuss the legal implications of storing personal information SHOULD explain.
Databases Lesson 1. Anagrams S E A A D T B A D I F E L C R O D E R N O I T A I L D A V.
Manipulating data Data management: validation and verification.
Creating a Database Designing Structure, Capturing and Presenting Data.
System Development Lifecycle Verification and Validation.
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.
Databases (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
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.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
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.
1 AQA ICT AS Level © Nelson Thornes 2008 Good quality data and information Data terms.
Data Validation.
Data Management Seminar, 9-12th July 2007, Hamburg Introduction to WinDEM Software.
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.
Software. Because databases can get very big, it is important to decide exactly what is going to be stored in each field. Fields can be text, number,
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
DATA TYPES.
IGCSE 4 Cambridge Designing a database table Computer Science
Creating a database table
Handling Data Designing Structure, Capturing and Presenting Data
Validation Bury College.
IT Applications Theory Slideshows
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,
Handling Data Designing Structure, Capturing and Presenting Data
Verification and Validation
Introduction to Databases
Validation and Verification
Presentation transcript:

Data Verification and Validation

Learning objectives At the end of the lesson you will: - Know what data verification is Know what data validation is Create a validation rule in a database table

What is Data Verification? Data verification is checking the data. You must: - Check for spelling mistakes. Check for data that has not been entered correctly. Check that all data has been entered and nothing is missing.

Why do you Check the data? We all make mistakes and so its important to check. Data Verification Incorrect data can lead to problems, such as letters being sent to the wrong address

How can you check it? Reading through your records. Spell check. Compare your data entry sheet with the data table on your computer. Entering the data twice i.e. creating a new password.

What is Data Validation? The computer checks the data you enter. The computer checks if the data is correct and makes sense.

Data Type

How? List menu Create a validation rule Input mask

Validation types Format check – e.g. two letters followed by two numbers – PR15 would be valid but PRX71 would not. Presence check – checking that the field contains any data. Range check –checking that the data is between certain numbers or letters, e.g. A–E. Lookup check – checking that only values from a set list can be entered, e.g. M or F. Size check – checking data falls within a minimum or maximum number of characters.

Validation and Verification Summary

Verification Is done by the user By entering the data twice and comparing the values entered is a form of verification. Verifying that there are no spelling mistakes Correct data is entered - ie correct name, address, postcode

Validation Is checked by software Is it the correct data type – date of birth in a currency field Would not pick up spelling mistakes Would not detect incorrect data of the same data type being entered