DATA INPUT AND OUTPUT.

Slides:



Advertisements
Similar presentations
Collecting data Chapter 6. What is data? Data is raw facts and figures. In order to process data it has to be collected. The method of collecting data.
Advertisements

1 Survey Technology. Data Collection Tools Available in the Market 1. Paper Survey 2. Smart Paper 3. Cell Phones 4. Personal Digital Assistants - PDAs.
INFORMATION TECHNOLOGY Data Capture and Input Methods.
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:
Silent Dismissal Administrator Quick Start Guide.
Validation and Verification
‘Hints for Designing Effective Questionnaires ’
Input Design Objectives
OCR GCSE ICT DATA CAPTURE METHODS. LESSON OVERVIEW In this lesson you will learn about the various methods of capturing data.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
Before I stated the database I had to save it into My Documents> ICT> You can do it> D201EPORTFOLIO> Evidence For the field group food item, I set the.
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Chapter 8: Systems analysis and design
Encoding, Validation and Verification Chapter 1. Introduction This presentation covers the following: – Data encoding – Data validation – Data verification.
Creating a Database Designing Structure, Capturing and Presenting Data.
System Development Lifecycle Verification and Validation.
Collecting Data Types, coding, accuracy, file formats and the effect of data loss.
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.
Technical Paper Review Designing Usable Web Forms – Empirical Evaluation of Web Form Improvement Guidelines By Amit Kumar.
G063 - Human Computer Interface Design Designing the User Interface.
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.
© All Rights Reserved Module Information and the Organisation Well Designed Interfaces.
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 CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
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
Data Validation.
©SoftMooreSlide 1 Introduction to HTML: Forms ©SoftMooreSlide 2 Forms Forms provide a simple mechanism for collecting user data and submitting it to.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
Input Devices By Mrs. Gonzales. All the input, output and storage devices connected to and dependent on a computer for operation are called peripherals.
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.
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
DATA TYPES.
Lecture on Input Devices
DATA COLLECTION Data Collection Data Verification and Validation.
Databases.
Data Types Variables are used in programs to store items of data e.g a name, a high score, an exam mark. The data stored in a variable is entered from.
Handling Data Designing Structure, Capturing and Presenting Data
Testing a Solution.
Validation Bury College.
OCR GCSE ICT Data capture methods.
OCR GCSE ICT Data capture methods.
ELPA21 Data Entry Interface (DEI) Overview
Databases.
Fun gym Cambridge Nationals R001.
Setting up an online account
IT Applications Theory Slideshows
Introduction to Survey Design
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?
G061 - Tailored Interfaces
Designing data capture forms
Use of handheld electronic devices for data collection in GeoStat
The Computer-Assisted Personal
Handling Data Designing Structure, Capturing and Presenting Data
The ultimate in data organization
Verification and Validation
Accessible Forms Gaby de Jongh, IT Accessibility Specialist
Presentation transcript:

DATA INPUT AND OUTPUT

INPUT Data capture is collecting data for input to a computer. We try to ensure that the data we collect is accurate and that it is input to the computer without mistakes.

Data capture forms Data can be collected using a data capture form or source document; for example, a questionnaire that is printed on a piece of paper and filled in using a pen or pencil. This method is still widely used although it is now avoided if possible as it is slow and expensive.

For example: A form that might be filled in when reading an electricity meter. After the form is filled in, the data on it is typed into the computer using a keyboard and the input is saved on disk.

When designing a questionnaire or data capture form you should: Clearly state why information is required. Use simple language so people can easily understand it. Layout the form in a straightforward and uncluttered way so that it is easy to see what must be filled in. Say clearly and unambiguously what information must be provided and what is optional.

5. Provide help in answering or examples of how to fill in the form if necessary. 6. Provide enough space for the answer. 7. Show how much space is available for the answer so that users can tailor the length of their answer to the available space. 8. Collect all the information needed, but no more. 9. Avoid asking questions that may not be answered truthfully.

10. Collect information in a way which assists computer input. 11 10. Collect information in a way which assists computer input. 11. Request the information in an intuitive logical order, e.g. name, date of birth…. 12. Encourage people who fill in the form to write their name clearly, and to sign and date the form. This helps ensure that they will fill in the form accurately. 13. Allow people who fill in the form to give yoy their preferred contact details. Giving this will enable you to contact them if they raise issues that need a response.

14. Make it easy for people who fill in the form to submit it 14. Make it easy for people who fill in the form to submit it. Provide instructions on the form that clearly state how the form can be submitted for processing. For e.g. on a printed form sent by post you would need to provide the name and address.

Validation When data is input to a computer, it is a good idea for the computer to check that the data is sensible (no dates of birth in the future, etc.) Checks like this are called validation checks (is the data valid?) Different validation checks can be used on different fields, depending on the type of data being entered

Types of validation Presence Check Range Check Format Check / picture check Field length

Is data actually present in a field, or has it been missed out? Presence check Is data actually present in a field, or has it been missed out?

Example In an electronic form, a person’s telephone number may be a required field and if no data is present this should give rise to an error message.

Range Check Is the data value within a set range?  (E.g. an exam mark should be between 0% and 100%, a month should be between 1 and 12)

A person’s age should be in the range >0 but <150. Example A person’s age should be in the range >0 but <150.

Is an item of text too short or too long? Length Check Is an item of text too short or too long?

Format Check / picture check Is the data in the correct format? (E.g. a date of birth should be entered as dd/mm/yyyy)

Date should be in the form dd/mm/yyyy. Example Date should be in the form dd/mm/yyyy.

Verification Data validation only checks whether the data entered is sensible - it does not mean that the data is the right data. For example, if you are entering a date of birth and you mis-type it… Correct date of birth: 12/11/1982 Date of birth entered: 12/11/1928 . . . you would not see an error, since 12/11/1928 is a valid date of birth. To check that data is the correct value, we use a system called data verification.

Continued There are two methods of data verification... Visual Verification Double-Entry Verification

Visual Verification After the data has been entered a person compares the original data with the data in the computer (either on the screen or using a print-out).  If mistakes are spotted they can be corrected by the person. Proof-reading is quick and simple, but doesn’t catch every mistake.

Double-Entry The data is entered into the computer twice(preferably by two different people).  The computer compares the two sets of data to see if they match. If not it generates an error and a person will need to correct the mistake. Double-entry takes more time and effort, but it catches almost every mistake.

OTHER METHODS OF DATA COLLECTION Direct data entry (DDE) Allows data to be entered directly into the computer, saving time, expense and effort. e.g. input screens Optical mark reader