Ais Reviewer
Ais Reviewer
Ais Reviewer
• Data
– these are facts that are collected, recorded, stored, and processed by a system.
– insufficient for decision making.
• Information
– data that have been organized and processed to provide meaning and improve decision-making.
• Information Overload
– exceeding the amount of information a human mind can absorb
• Information Technology
– computers and other electronic devices used to store, retrieve, transmit and manipulate data.
• Value of Information
– it is the benefit produced by the information minus the cost of producing it.
Benefits Costs
- Reduce Uncertainty - Time & Resources
- Improve Decisions - Produce Information
- Improve Planning - Distribute Information
- Improve Scheduling
Characteristics
• Relevant - reduces uncertainty, improves decision making, or confirms or corrects prior expectations.
• Reliable - free from error or bias; accurately represents organization events or activities.
• Complete - does not omit important aspects of the events or activities it measures.
• Timely - provided in time for decision makers to make decisions.
• Understandable - presented in a useful and intelligible format.
• Verifiable - two independent, knowledgeable people produce the same information.
• Accessible - available to users when they need it (timely) and in a format they can use (understandable).
Business Process
– set of related, coordinated, and structured activities and tasks, performed by a person, a computer
Transaction
– agreement between two entities to exchange goods or services or any other event
Transaction Processing
– process of capturing transaction data, processing it, storing it for later use, and producing information output
Give-get Exchange
– giving up cash to get inventory from a supplier and giving employees a paycheck in exchange for their labor
CHAPTER TWO
Data Processing Cycle
– the four operations (data input, data storage, data processing, and information output) performed on data to
generate meaningful and relevant information
5. Data Input
– first step in processing input is to capture transaction data and enter them into the system
– three facets of each business activity :
a. each activity of interest
b. resource(s) affected by each activity
c. people who participate in each activity
Source Documents – docs used to capture transaction data at its source – when the transaction takes place
Turnaround documents – company output sent to an external party, who often adds data to the document
Source Data Automation – collection of transaction data in machine-readable form at the time and place of origin
2. Data Processing
– second step in processing input is to make sure captured data are accurate and complete.
3. Information Output
– third step in processing input is to make sure company policies are followed
Ledgers
– cumulative accounting information is stored in general and subsidiary ledgers.
General Ledger
– ledger that contains summary-level data for every asset, liability, equity, revenue, and expense account
Subsidiary Ledger
– ledger used to record detailed data for a general ledger account with many individual subaccounts
Control Account
– title given to a general ledger account that summarizes the total amounts recorded in a subsidiary ledger
Coding
– systematic assignment of numbers or letters to items to classify and organize them.
●Sequence Codes - numbered consecutively so that gaps in the sequence code indicate missing items
●Block Code - reserved for specific categories of data, thereby helping to organize the data
●Group Code - two or more subgroups of digits that are used to code an item
●Mnemonic Codes, letters and numbers are interspersed to identify an item
Chart of Accounts
– a list of the numbers assigned to each general ledger account.
Specialized Journals
– used to record a large number of repetitive transactions such as credit sales, cash receipts, purchases
Audit Trail
– path that allows a transaction to be traced through a data processing system
– used to check the accuracy and validity of ledger postings and to trace changes in general ledger accounts
File - set of logically related records, such as the payroll records of all employees.
Master File - permanent file of records that stores cumulative data about an organization
Transaction File - contains the individual business transactions that occur during a specific fiscal period
Database - set of interrelated, centrally controlled data files that are stored with as little data redundancy as possible .
- consolidates records previously stored in separate files into a common pool
Four Different Types of Data Processing activities, referred to as CRUD, are as follows:
1. Creating new data records, such as adding a newly hired employee to the payroll database.
2. Reading, retrieving, or viewing existing data.
3. Updating previously stored data.
4. Deleting data, such as purging the vendor master file of all vendors
CHAPTER THREE
Documentation
– narratives, flowcharts, diagrams, and other written materials that explain how a system works
Narrative Description
– written, step-by-step explanation of system components and how they interact.
1. Data flow diagram (DFD) – a graphical description of data sources, data flows, transformation processes, data storage
2. Flowchart – graphical description of a system.
Types of Flowcharts
a. Document flowchart – the flow of documents and information between departments or areas of responsibility
b. System flowchart – the relationship among the input, processing, and output in an information system
c. Program flowchart – the sequence of logical operations a computer performs as it executes a program.
3. Business Process diagrams – a graphical description of the business processes used by a company
Context Diagram
– highest-level DFD; a summary-level view of a system, showing the data processing system, its input(s) and output(s), and
their sources and destinations.
Flowcharts
– analytical technique that uses a standard set of symbols to describe in a clear, concise, and logical manner.
Flowchart Symbols
4. Input/output symbols show input to or output from a system.
5. Processing symbols show data processing, either electronically or by hand.
6. Storage symbols show where data is stored.
7. Flow and miscellaneous symbols indicate the flow of data, where flowcharts begin or end, where decisions are made,
and how to add explanatory notes to flowcharts.
Types of Flowcharts
• Document Flowchart – flow of documents and data among areas of responsibility within an organization.
• Internal Control Flowchart – used to describe, analyze, and evaluate internal controls. strengths & weaknesses
• System Flowchart – depicts the relationships among system input, processing, storage, and output.
• Program Flowchart – sequence of logical operations performed by a computer in executing a program.