1 AQA ICT AS Level © Nelson Thornes 2008 Good quality data and information Data terms.

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

Making online claims for OCR Nationals A step-by-step guide for centres.
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.
1 AQA ICT AS Level © Nelson Thornes Types of data.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
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.
1 AQA ICT AS Level © Nelson Thornes 2008 Testing a solution.
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.
Question 10 What do I write?. Spreadsheet Make sure that you have got a printout of your spreadsheet - no spreadsheet, no marks!
1 ADVANCED MICROSOFT EXCEL Lesson 9 Applying Advanced Worksheets and Charts Options.
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,
Creating a Database Designing Structure, Capturing and Presenting Data.
System Development Lifecycle Verification and Validation.
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 Verification. Once sensible data has been entered, the second of method of ensuing data integrity can be employed. Verification is the process.
AS computing Validation and verification. Introduction It is important to maintain the integrity of any database of information. Any data item must always.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a 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.
NetTech Solutions Microsoft Outlook and Outlook Express Lesson Four.
1 3 Computing System Fundamentals 3.6 Errors Prevention and Recovery.
Data Verification and Validation
Data Validation.
AS Level ICT Data entry: Creating validation checks.
1 Using Conditional Formatting & Data Validation Applications of Spreadsheets.
Chapter 3 Data Control Ensure the Accurate and Complete data is entering into the data processing system.
Moodle Quizes Staff Guide. Creating Quizzes Click Add an Activity or Resource With the course in editing mode...
10 Chapter 101 Using Menus and Validating Input Programming Logic and Design, Second Edition, Comprehensive 10.
Conditional formatting and validation Spreadsheet modelling.
1 CA202 Spreadsheet Application Focusing on Specific Data using Filters Lecture # 5.
Validation & Verification Today will look at: The difference between accuracy and validity Explaining sources of errors and how they could be overcome.
Unit 1 Understanding computer systems: How to work with information and data to meet specific business needs OCR Cambridge Nationals in ICT Level 1/2 ©
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,
Programming Logic and Design Fourth Edition, Comprehensive Chapter 10 Using Menus and Validating Input.
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.
GCSE ICT LESSON 5 Booklet Sections: 6 & 7 Data Capture & Checking Data.
Validation and verification 1.2
Excel Tutorial 8 Developing an Excel Application
DATA COLLECTION Data Collection Data Verification and Validation.
Data Validation and Protecting Workbook
Handling Data Designing Structure, Capturing and Presenting Data
Unit 2.3 Robust Programs Lesson 1 - Defensive Design Consideration
Validation Bury College.
Databases.
Fun gym Cambridge Nationals R001.
IT Applications Theory Slideshows
How to Create and Start a Test Session
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
Part 6 Q26 to Q30 of National 5 Prelim
Verification and Validation
Introduction to Databases
Validation and Verification
Presentation transcript:

1 AQA ICT AS Level © Nelson Thornes 2008 Good quality data and information Data terms

2 AQA ICT AS Level © Nelson Thornes 2008 Data and information Validation is a technique that can be used to reduce data entry errors. It checks that the data meets certain criteria and gives the user an error message if it does not meet the criteria. Validation cannot stop data entry errors completely. Data could pass the validation check and still be wrong.

3 AQA ICT AS Level © Nelson Thornes 2008 Validation techniques Presence check Range check Format check Length check Lookup check Check digit Commonly used validation techniques:

4 AQA ICT AS Level © Nelson Thornes 2008 Presence check A presence check means you will not be able to continue until you enter data into a field/area. In this example the box must be ticked before the next page can be viewed.

5 AQA ICT AS Level © Nelson Thornes 2008 Range check A range check restricts the values you are allowed to enter. This user has tried to enter the number 137 for an exam which is marked out of 100. An error message pops up until the user enters a number within the valid range.

6 AQA ICT AS Level © Nelson Thornes 2008 A format check makes sure that the data entered follows a particular pattern. Format check If a product code consists of three letters followed by four numbers, a format check would be the best validation technique to use. PAR1956 would be accepted. PART956 would not be accepted because it has four letters and three numbers.

7 AQA ICT AS Level © Nelson Thornes 2008 A check digit is a digit added on the end of a long code of numbers. This check digit is calculated from the others. Check digit If a data entry clerk enters any of the numbers in the wrong order, the system will detect it and display an error message. Bar codes, bank account numbers and ISBN book numbers use check digits

8 AQA ICT AS Level © Nelson Thornes 2008 Lookup A lookup is where the number of data options is limited. A dropdown box can be used to show the possibilities. In this example, the possible options are shown as a dropdown menu. This avoids errors in data entry caused by incorrect spelling or choosing a destination that is not offered. It still does not stop the customer choosing the wrong destination.

9 AQA ICT AS Level © Nelson Thornes 2008 Summary Validation helps to make sure that data is reasonable and sensible. It cannot ensure that data is correct. Verification checks data entered against its source. Validating an exam mark between 0 and 100 will stop the user entering a mark of 110, but if a candidate achieved a mark of 73, the validation would not stop an incorrect mark of 37 being entered. Verifying the mark entered against the marks list should spot the error.