igcse computer studies chapter2-data.pptx

7
CHAPTER 2 Data

Upload: niharika

Post on 26-Oct-2015

400 views

Category:

Documents


1 download

DESCRIPTION

IGCSE Computer Studies Chapter2 DataData capture devices, input and output devices, etc

TRANSCRIPT

Page 1: IGCSE Computer Studies Chapter2-Data.pptx

CHAPTER 2Data

Page 2: IGCSE Computer Studies Chapter2-Data.pptx

Automatic Data Capture

• Data logging• Barcode reader• Biometrics• OCR• MICR• RFID• Voice Recognition• Smart Card

Page 3: IGCSE Computer Studies Chapter2-Data.pptx

Data Validation

• Checking carried out by the computer to make sure that input data are within limits of what the user may reasonably enter

Validation Techniques• Range Check• Length Check• Character Check • Format Check

• Limit Check• Presence Check• Consistency Check • Check digit

Page 4: IGCSE Computer Studies Chapter2-Data.pptx

Calculating check digit• ISBN-10 number: 0-201-53082-?1. Position of each digit is considered and then the position

number and its digit is multiplied:

10 9 8 7 6 5 4 3 2 1

0 – 2 0 1 – 5 3 0 8 2 ? =10x0+9x2+8x0+7x1+6x5+5x3+4x0+3x8+2x2= 98

2. Divide the total by 10 and if remainder, subtract from 10 to give check digit98 / 10 = 9 remainder 810 – 8 = 2

:. 0-201-53082-2

Page 5: IGCSE Computer Studies Chapter2-Data.pptx

Data Verification

• [Double] checking for accuracy when data are copied into a computer system from paper documents or from another computer. Valid data may still be incorrect, so verification is useful

Verification Techniques• Visual Check• Double-entry

• Parity check Odd parityEven parity

Page 6: IGCSE Computer Studies Chapter2-Data.pptx

File Organization

• Serial file - according to date of creation• Sequential file - according to record key value

File Maintenance• Inserting a record• Deleting a record• Updating (or amending) a record

Page 7: IGCSE Computer Studies Chapter2-Data.pptx

Data Types• String• Numeric• Currency

• Date/Time• Boolean• Array

Many data items having

different data types

Many data items having

the same data types

ARRAYS

Data Structure

CapitalLookup[1,2]