Accounting and Information Systems Flashcards
Explain the difference between data and information
Data is facts collected, recorded, and stored in a system - numbers, date, name etc.
Information is adding context to the data (numbers) - invoice date: 1/1/2022, invoice #: 100
When is information knowledge?
When having human interpretation
What makes information useful?
Relevant, reliable, complete, timely, understandable
What are business processes?
A set of related, coordinated, and structured activities and tasks performed by people and/or machines to achieve a specific organizational goal.
What are the 5 business processes?
Revenue, expenditure, production, payroll, financing
What value is an AIS adding?
improving quality and reducing costs, improving efficiency, sharing knowledge, improving efficiency and effectiveness of supply chain, improving internal control structure and improving decision making.
What factors are influencing AIS?
Corporate strategy, organizational culture, information technology
–> need alignment between all
Data differ from information in which way?
Data is input and information is output
Which of the following is a function of an AIS?
- Reducing the need to identify a strategy
- Transforming data into useful information
- Allocating organizational resources
- Automating all decision making
Transforming data into useful information
What are the elements in the data processing cycle?
Data input, data storage, data processing, and information output
Explain the “data input” element of the data processing cycle
1) capture the transaction data triggered by and event
2) make sure that the captured data is accurate and complete
3) ensure company policies are followed
Explain the “data storage” element of the data processing cycle
There are different kinds of data:
1) Master files are permanent and exist across fiscal periods, which includes resource and people data
2) transaction files contain data from one of the transaction cycles and are not permanent
What are the different types of data processing?
- Creating new records (could be adding a customer)
- Reading existing data
- Updating previous record or data
- Deleting data
What are the advantages of a ERP system?
- Integrated enterprise-wide single view of the organization’s data which streamlines the flow of information
- Data captured once – no need for sales to enter data about a customer and then accounting needs to enter the same customer data for invoicing
- Improve access of control
- Standardization of procedures and report
What are the disadvantages of a ERP system=
costly and complex
Which of the following would be identified as a record?
- A collection of information on a customer
- The information on all customers
- a characteristic of a customer
- A particular information on a customer
- A collection of information on a customer
What are the different documentation tools?
1) business process diagram
2) Flowchart
3) data flow chart
What is the business process diagram
A visual way to present the activities in a business process so that all users understand it.
Swim lanes with different employees, and then the flow of the activities back and forth
What is the flowchart?
To describe an information showing the inputs and outputs, information activities, data storage, data flows and decision steps.
Storage to and back process which has both input and output
Different types:
- Document flowcharts (flow of document and data for a process)
- Internal control flowchart (to evaluate internal controls)
- System flowcharts (relationship among input, processing, storage and output)
- Program flowchart
What is the data flow diagram?
A graphical description that focuses on the data flow for sources and destinations of the data, the process, and data storage
A DFD is a representation of which?
- Computer hardware configuration
- Decision rules in a SW program
- Flow of data in an organization
- Logical operations performed by SW
- Flow of data in an organization
How are data sources represented in a DFD?
- As a curved arrow
- As a square
- As a circle
- None
- As a square
Which flowcharts show the relationship among input, processing, and output?
- System flowchart
- Document flowchart
- Program flowchart
- System flowchart
What is a file, record and a field?
- File: a related group of records
- Record: a related group of fields
- Field: a specific attribute of interest for the record
What is the difference between the database approach and the file approach?
Database approach: data is an organization resource that is used by the entire organization, not just one department.
File approach: having files and programs for each new information that occurs. Difficult to integrate and update data to get an organizational-wide view of data, and data were inconsistent across files, e.g., customer address could be updated in one file but not in the other.
What are the advantages of having databases?
- Data is integrated and easy to share
- Data is independent of the programs that use the data
- Minimize data redundancy and inconsistencies
- Data is easily accessed
- Access can be restricted to certain users
What is database management systems?
Database management (DBMS) links the way data are physically stored with each user’s logical view of the data. The DBMS allows users to access, query, or update the database without reference to how or where data are physically stored. A database management system (DBMS) is the program that manages and controls the data and the interfaces between the data and the application programs that use the data stored in the database.