AIS - CHAPTER 4
THE DATA PROCESSING CYCLE
Overview
- Data Processing Cycle - the operations performed on data in a computer-based system to
produce information.
- Accountant's role - to interact with systems analysts to answer basic questions:
- What data is entered and stored?
- Who should have access to the data?
- Which data storage approach should be used?
- How should data be organized, updated, stored, accessed and retrieved?
- How can information needs be met?
Data Input
- Defined - data captured and converted to machine readable form
- May require preparation
- Classification - assigning codes
- Verification - ensure data accuracy at the time of entry
- Transmittal - one location to another
- Source documents
- Turnaround documents - output returns to system as input
- Keying to online terminals with prompting
- Source data automation - capture data in machine readable form
Data Storage - important resource
- entity - something about which data is stored
- attributes - characteristics in an entity
- characters - numbers or letters
- Data value - characters combined in a meaningful way
- Field - data values stored in a physical space
- Record - fields grouped together
- File - grouping of related records
- Data base - files containing related data
- Master - all data about an item of interest
- Transaction - group of similar transactions for processing
- Table - reference data used during processing
- History - transactions already processed
- Backup - duplicate copy of current file
- Suspense - records temporarily removed for correction
- Report - temporary awaiting printing at a later time
Data Base Approach
- Views data as an organizational resource
- Data Base Management System (DBMS) - program that manages and controls data and
interfaces between data and applications
- DB Administrator (DBA) - person responsible for data base
- Data warehouse - very large enterprise data base
- Logical and Physical Views of Data
- Logical - how users conceptually understand data relationships
- Physical - how data is physically arranged and stored on media
- Logical and Physical are independent - one can be changed without changing the other.
- Data integration - unlimited combinations of information
- Report flexibility - easily revised reports and queries
- Minimal redundancy and inconsistency - data stored once
- Data independence - data and programs are independent
- Central mgt of data - DBA in control
- Security - DBMS has built-in controls such as passwords
- Cross-functional analysis - relationships across functional areas
- How DB technology is used
- Internal data bases - created to gain competitive advantage
- External data bases - sell information to customers.
Data Processing
- Additions/deletions
- Updates
- Changes
- Calculating
- Comparing
- Summarizing
- Filtration
- Retrieval
- Keys - identifier for records
- Primary - unique to each record
- Secondary - non-unique identifiers
- File Organization - way data is stored
- File Access - way the computer locates stored records
- Sequential file processing - process master and transactions in same order
- Read master record
- Read transaction and match to master record by key
- Update master record
- Read next transaction
- Compare key to master and update if a match
- If no match, write master record to new master file
- If key of transaction is smaller, master record may have been lost necessitating writing
to an error file
- New transaction is read
- Next master is updated - continue
- Direct-access file processing - transactions processed as they occur, master and transactions
can be in an order (good when files constantly updated)
- Users sign on system
- System prompts for transaction input
- System searches for matching master record
- In no match, error message is sent to correct error input
- If match, master is updated
- Updated record is written back to storage
- System prompts for more input
- Indexed file organization
- Primary keys and address locations of data stored in index file
- Users key in primary key and location is found in index
- Indexed sequential-access method (ISAM)
- Records stored sequentially, then indexed for access.
- Requires more storage space for indexes
- File needs to be reorganized periodically for adds and deletes
- Multi-attribute search file organization - access through secondary keys
- Linked list - pointer field to next record in file, forming chains
- Inverted list - pointers stored in an index
- Batch processing - processing similar transactions in groups
- Remote batch - transactions recorded in machine readable form at dispersed locations
- Batch - data are captured for later processing
- Real-time - data captured, edited, immediately processed, output displayed
Information Output
- Documents - records of transactions or other data, hardcopy - paper or softcopy-screen
output
- Reports - internal and external users
- Regular, scheduled
- Exception basis
- Queries - user requests for information
- Goals of information
- External users - stewardship requirements - tax, SEC
- Internal users - planning and control
Top of document
Back to AIS Daily Schedule
Back to AIS Home Page
Back to Burke Home Page