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

Slides:



Advertisements
Similar presentations
AS ICT. Identify suitable uses of common storage media understand the types of access and access speeds required for each use (e.g. serial/sequential,
Advertisements

Ch 26.
Reconciling the trust to the bank account By-Law 9 SS 18(8) requires that you reconcile the two records by the 25th of each month relating to all trust.
Chapter 2.7 Data management.
Methods of Access Serial Sequential Indexed Sequential Random Access
Organisational Information Systems Centralised Database.
09/04/2015Unit 2 (b) Back-Office processes Unit 2 Assessment Criteria (b) 10 marks.
Bank Reconciliations Internal Control Systems, Cash and Receivables.
Information Processing Lecture 9B Criteria for File Organisation.
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
1 Transaction Management Database recovery Concurrency control.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Commercial Data Processing
3.4 Billing Systems. Overview Demonstrate and apply knowledge and understanding of how utility bills are produced from a batch processing system employing.
STORAGE DEVICES AND MEDIA BY: T.MINH. Backing Up Data Refers to the copying of files and data to different medium in case of problem with the main storage.
TRANSACTION PROCESSING SYSTEM (TPS)
TRANSACTION PROCESSING SYSTEM Liew Woei Song Muhammad Hofiz Achoson.
CHAPTER 6 ELECTRONIC DATA PROCESSING SYSTEMS
Module Designing Computer-based Information Systems
Storage and Multimedia Part II Bayram Güzer. Magnetic Tape Storage It is similar to tape used in music cassettes –Plastic tape with a magnetic coating.
Transaction Processing System
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Transaction Processing Systems n What is a TPS? n Characteristics of TPS n a Transaction Processing Model n POS(Point Of Sale) Transaction Processing.
Transaction Processing System  Business Transactions are certain events that occur routinely in a business firm.  A transaction is a set of activities.
Examples of TPS 1 In this section, we examine the: components of a TPS the examples of real-time transaction processing batch transaction processing.
Data and its manifestations. Storage and Retrieval techniques.
30S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Budgeting Lesson: Cheque Records & Deposit Slips Cheque Records & Deposit Slips Learning Outcome.
PAYROLL PROCESSING. PAYROLL In a company, payroll is the sum of all financial records of salaries, wages, bonuses, and deductions.
Chapter 2.8 PAYROLL APPLICATIONS.
System Development Lifecycle Verification and Validation.
Modes of Processing. Transactions  Transactions are events which need to be recorded with the production, sale and distribution of goods and services.
Now, please open your book to page 60, and let’s talk about chapter 9: How Data is Stored.
TRANSACTION PROCESSING CYCLE Presented to: Mr. Ahmad Tisman Pasha Presented by: Shafaque Mahmood Roll No
Test and Review chapter State the differences between archive and back-up data. Answer: Archive data is a copy of data which is no longer in regular.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
SUPPLEMENTAL B An Overview of The General Ledger Architecture.
Why are Databases Better than Files? Multiple users can all use the same database, and have access to the current, up to the minute values for the data.
An Overview of The General Ledger Architecture.  Files are used to store data and processing instruction. The two types of files computer users use most.
Commercial Data Processing Credit. Management Information CDP makes it easier for managers to control and process the information that is needed in the.
Security and Backup. Introduction A back-up strategy must cover all eventualities: Accidental damage Equipment failure Deliberate damage It must consider:
The Homepage My Campaign is where you can track your contacts information.
Types of Processing of Data www. ICT-Teacher.com.
Organization of Information. Files, records and fields Paper files  computer files E.g. customer accounts information stored in a bank Customer name,
GOALS BUSINESS MATH© Thomson/South-WesternLesson 3.4Slide 1 3.4Check Register Reconciliation Reconcile a bank statement Reconcile and correct a check register.
Week 3.  Business document from which information for journal entry is obtained.  Transaction generates source document.  Each transaction must have.
Use of ICT in Data Management AS Applied ICT. Back to Contents Back to Contents.
Code DescriptionColourSelling PriceNo. Sold C105MattPrimrose£ C106MattLilac£ C120SilkPrimrose£ C121SilkLilac£ C123SilkPlum£9.00.
Banking Services 7.3 Balance your checkbook. Goals: ◦Identify information that is provided on a checking account statement. ◦Explain how to reconcile.
Reconcile a Bank Statement UNIT 1 LESSON 2. First… some definitions  Bank statement  Shows all transactions that have occurred during the month  Statement.
The aim of producing a backup strategy is to make sure that a computer system can be returned to its original state if data has been lost or corrupted.
FILE ORGANIZATION.
Chpt 5-2 Equity Transactions & Accounting Standards.
Real time processing In real time processing, input is processed and acted upon immediately. Real time processing is used in mission critical applications.
Guess What? He has enjoyed these 3 productive Android Apps. Click his head to see them.
DATA MANAGEMENT AND DATABASES. Data Management Data management is the process of controlling the information generated during a research project or transaction.
The concept of Data Processing. INPUT DESIGN Input Data Persistent Data Process Output.
Key Features of The Product:  Customer Enquiry  Quotation for customer with installment plan  Add Project, Plot, Ledger  Agreement  Installment 
( ) 1 Chapter # 8 How Data is stored DATABASE.
Transaction processing systems
Learning Objectives Today we will Learn:
Ways in which ICT is used
Chapter 4 The Revenue Cycle 1.
4J, K, L, M, N, O Component 2.
FILE ORGANIZATION.
Databases Lesson 2.
Transaction Processing Systems
Commercial Data Processing
2nd Year Business Studies
Presentation transcript:

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

What’s the difference in getting to the music which you want …? Direct Access You can go directly to the part of the information which you want. Serial Access You may not be in the correct place, and so you have to search through the medium to find what you want. For music CDs the data are music tracks. In computer technology the terms are data records and files.

Direct or Serial Access?

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 date Disad: Expensive equipment and need to employ people to do the updates. Ad: Cheaper equipment and personnel. Disad: Data goes out of date.

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.

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.

Batch Processing Illustration Master File Transaction File Eg. Current bank account balances or name and address DB Eg. Cheques to be processed, new addresses Update / Merge Program The old master becomes part of the ancestral backup system. New Master File

Go through that again, Tash… Master File Transaction File Eg. Current bank account balances or name and address DB Eg. Cheques to be processed, new addresses Update / Merge Program The old master becomes part of the ancestral backup system. New Master File

Ancestral backup system (revision) New Master File Older Master File Old Master File Son Father Grandfather Also known as File Generations

Q. Direct or Serial? A. This used to be done with Serial files (tapes) but now it is mainly done with direct access. Master File Transaction File Update / Merge Program New Master File