data processing lo: understanding the need for data processing and the methods used. learning...

10
Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master file, update, merge, file generations, serial access, direct access & batch processing

Upload: sandra-quinn

Post on 17-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Data Processing

LO: Understanding the need for data processing and the methods used.Learning Outcome: Explain the following terms-Transaction file, master file, update, merge, file generations, serial access, direct access & batch processing

Page 2: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

What’s the difference in getting to the music which you want …?

Serial AccessYou may not be in the correct place, and so you have to search through the medium to find what you want.

Direct AccessYou can go directly to the part of the information which you want.

For music CDs the data are music tracks. In computer technology the terms are data records and files.

Page 3: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Direct or Serial Access?

Direct

Direct

Serial Direct

Direct

Page 4: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Data Processing

Changing data can be done in two ways: Real time/interactive.

E.g. Changing addresses on a DB as you get them

Batch Processing. Keeping the changes and doing them all at one time.

Ad: Changes are immediate and the data is always up to dateDisad: Expensive equipment and need to employ people to do the updates.

Ad: Cheaper equipment and personnel.Disad: Data goes out of date.

Page 5: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Batch Processing

Batch Processing usually occurs when there is a lot of data to read in and change at one time, e.g. cheques from a bank, new addresses to add to a customer database … etc.

The current information is held in a Master File, the changes are held in the Transaction File.

Page 6: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

What did I just say … Alex?

Batch Processing usually occurs when there is a lot of data to read in and change at one time, e.g. cheques from a bank, new addresses to add to a customer database … etc.

The current information is held in a Master File, the changes are held in the Transaction File.

Page 7: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Batch Processing Illustration

Master File

Update / Merge Program

Transaction File

Eg. Current bank account balances or name and address DB

Eg. Cheques to be processed, new addresses

New Master File

The old master becomes part of the ancestral backup system.

Page 8: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Go through that again, Tash…

Master File

Update / Merge Program

Transaction File

Eg. Current bank account balances or name and address DB

Eg. Cheques to be processed, new addresses

New Master File

The old master becomes part of the ancestral backup system.

Page 9: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Ancestral backup system (revision)

Older Master File

Old Master File

New Master File

Son Father Grandfather

Also known as File Generations

Page 10: Data Processing LO: Understanding the need for data processing and the methods used. Learning Outcome: Explain the following terms- Transaction file, master

Q. Direct or Serial?

Master File

Update / Merge Program

Transaction File

New Master File

A. This used to be done with Serial files (tapes) but now it is mainly done with direct access.