Designing data capture forms

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

1 CA201 Word Application Creating Forms Week # 10 By Tariq Ibn Aziz Dammam Community college.
Creating a table in Access. Table Design Considerations Just as you first create a blueprint to build a house, you should first sketch or outline the.
Validation and Verification
RNJ 10/02/091 3 Computing System Fundamentals 3.6 Errors Prevention and Detection.
Input Design Objectives
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
AS Module 2 Information; Management and Management and Manipulation or what to do with data, how to do it, and……... ensure it provides useful information.
WORKING WITH STRUCTURED DATA (1/3) Functional ICT.
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.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
G053 - Lecture 16 Validating Forms Mr C Johnston ICT Teacher
Data entry: Validation
System Development Lifecycle Verification and Validation.
Collecting Data Types, coding, accuracy, file formats and the effect of data loss.
© Relational Databases. © Entities Data is stored in tables. Each table is concerned with one entity An entity is a.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Databases (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
AS computing Validation and verification. Introduction It is important to maintain the integrity of any database of information. Any data item must always.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
G040: Lecture 11 Interactive Booking Form Briefing Notes Mr C Johnston ICT Teacher
OCR GCSE ICT DESIGNING DATA CAPTURE FORMS. LESSON OVERVIEW In this lesson you will learn about how to design a data capture form.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
1 AQA ICT AS Level © Nelson Thornes 2008 Good quality data and information Data terms.
Data Validation.
Mr C Johnston ICT Teacher
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
How to set up an account- Non-Technical Aimee Lilley.
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 ©
Chapter 11 Data Input and Output. Input Data Capture Forms Data can be collected using a data capture form or questionnaire that is printed on a piece.
Learning Objectives Today we will Learn: How to identify the data requirements of a IT system using a Data Flow Diagram.
MICROSFTACCESS tables. DATA TYPES Field TypeWhat It Holds Short Text Text up to 255 characters long (including spaces and punctuation). Use a Text field,
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.
DATA COLLECTION Data Collection Data Verification and Validation.
Databases.
Software and file types
DATA INPUT AND OUTPUT.
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
Validation Bury College.
Data Types and Field Properties
REDCap Data Migration from CSV file
OCR GCSE ICT Data capture methods.
OCR GCSE ICT Data capture methods.
Fun gym Cambridge Nationals R001.
Fun gym Cambridge Nationals R001.
Setting up an online account
Data Types Quiz.
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?
How To Create a digital signature in a PDF document Step 1 Step 2
Verification and Validation
Validation and Verification
Chapter 2 Design Table and Form.
Structure 1. Online questionnaire question types: An overview
Chapter 2 Design Table and Form.
Presentation transcript:

Designing data capture forms OCR GCSE IcT Designing data capture forms

Lesson Overview In this lesson you will learn about how to design a data capture form

Introduction Data capture forms are simple enough to design aren't they? Don't you just open up a Word Processing document and put a few headings and a few boxes?

Features of data capture forms

Features of data capture forms

Features of data capture forms This could be coded e.g. M or F

Data types Alpha numeric – text and numbers Numeric – integer, currency, percentage etc Date/Time – DD/MM/YYYY Limited choice – drop down lists, radio buttons, tick list Object – picture Logical/Boolean – e.g. Yes/no, true/false Coding – Male, Female e.g. M or F

validation Automatic checks performed by the computer to test whether the data is reasonable and sensible and in a valid format. Seven validation tests: Presence Check – ensures a field has not been left blank Length Check – value is not longer than particular number e.g. 11 digits for mobile phone number Range Check – Value is between two values e.g. between 1 and 10 Format Check – e.g. post code BB22 2TZ Data Type Check – e.g. currency, text, number etc Check Digit – Calculation to ensure code is a valid code Parity Check

Your task Is to create an application form for Progress Leisure for a membership account to the sports club You will need to take in consideration: What data is needed from the customer What would be most suitable way of capturing data Is it easy for the person to fill in? Are there instructions or boxes? Coding Data e.g. Female ‘F’ Annotate your choices with reasons

Form 1 Problems: Has not entered full name Has not entered full address Has not entered area code for number Incomplete date

Form 2 Problems: Has entered email as upper case

Form 3 Problems: Alex could be male or female What is the first and last name (is it double barrelled?) Phone number should include area code Date format is based on standard USA date