data collection. data capture this is the first stage involved in getting data into a computer...

14
Data Collection

Upload: camilla-wilson

Post on 18-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 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 Collection

Page 2: 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 CaptureThis is the first stage involved in getting data

into a computerVarious input devices are used when getting

data to the computerIt is the process by which the computer

acquires data from the user

Page 3: 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 CaptureThere are two main ways of inputting data

into a computer:

Manual data input Automatic data input/data capture

Page 4: 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

Manual data inputData is entered directly into the computerThis is done one transaction at a time by

handThe various input devices are used in order

to enter the dataThis data input method can be long and

tedious

Page 5: 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

Automatic data inputData is entered directly into the computer

from source documentsThis method is considered faster and more

efficient

Page 6: 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

Source documentsThese are pieces of material (documents) on

which data is first recorded before it is entered into the computer

Data is captured from the source and then transferred directly to the memory of the computer for processing

Page 7: 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

Source DocumentsExamples of sources documents are barcodes

Page 8: 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 InputData captured or entered manually must be

checked in order to cut down on errors made by users

Data captured or entered must be verified and validated before it is processed and placed in storage

Page 9: 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 VerificationIt is a process whereby the data is checked

for accuracy and inconsistencies after data entry is done

This is to ensure there was accurate transcription or copying of the data

Page 10: 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 VerificationIn order to verify data the user may be asked

to enter the same data twice.Data typed in the second time is compared

with the same data already entered to determine a correct match

If a difference in the two entries is found, the data is deemed as containing an error

Page 11: 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 VerificationExample: being asked to enter your

password twice

Page 12: 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 ValidationOnce data has been entered into the

computer by the user, it is checked to ensure it obeys the rules which apply to it

This process of checking is called data validation

Data validation is the process of ensuring that a program operates on clean, correct and useful data

Page 13: 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 ValidationExample:

(1) being asked to enter your birthday according to the format – mm.dd.yy

(2) Checks fields to ensure data in these fields corresponds, e.g., If Title = "Mr.", then Gender = "M".

Page 14: 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

Exercise1. How are source documents used in the

process of data capturing?2. What is the difference between data

verification and data validation? Why are these processes important for the proper functioning of computers?