Comprehensive Overview of Accounting Information Systems - Chapter 8 Study Material

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

59 Terms

1
New cards

A formal record that describes a system or process

Documentation

2
New cards

What are the 5 reasons companies use documentation for?

1. Complying with laws and regulations

2. Troubleshooting and maintenance

3. Consistency across employees' work and how employees are trained

4. Capturing usable information for process improvements

5. Documenting and evaluating internal control activities

3
New cards

What are the 4 types of documentation?

1. Systems Documentation

2. Program Documentation

3. Operator Documentation

4. User Documentation

4
New cards

Overview of the computer system with details of system design and architecture. Most granular view.

Systems Documentation

5
New cards

Who uses systems documentation and what do they use it for?

1. Developers and Auditors

2. Used to help create new systems, maintain existing systems, and troubleshoot problems

6
New cards

Detailed description of the system's programming logic and source code

Program Documentation

7
New cards

Who uses program documentation and what do they use it for?

1. Programmers

2. Used when programmers unfamiliar with the system must troubleshoot it during an emergency

8
New cards

Information necessary for technical operators to execute and support the system and make it work

Operator Documentation

9
New cards

Who uses operator documentation and what do they use it for?

1. Computer Operators

2. Execution commands, error messages, and verification procedures

10
New cards

Instruction for system users on how to interact with the system to ensure they are successful at using it.

User Documentation

11
New cards

Who uses user documentation and what do they use it for?

1. End users of the system and auditors reviewing documentation

2. Tutorials, system functionalities, tips, common errors and how to resolve them, instructions for the system (inputting and requesting data)

12
New cards

What are the benefits of good documentation?

1. Efficient knowledge transfer

2. Standardized processes

3. Process improvements

4. Effective audits

13
New cards

Used to create, capture, evaluate, and audit processes in the AIS

Documentation

14
New cards

What are the 3 documentation techniques?

1. Documenting the overall business

2. Documenting processes and systems

3. Documenting data

15
New cards

Involves capturing the people who work there or the state of operations and internal controls

Documenting the overall business

16
New cards

A diagram that illustrates the employees in the company and their reporting relationship with one another

Organizational Chart

17
New cards

How do people outside the business, like auditors, understand what is happening in the business?

They use checklists and questionaries

18
New cards

What are the 2 types of organizational structures?

1. Vertical Organizational Structure

2. Horizontal Organizational Structure

19
New cards

This structure has more layers of reporting between the lowest and highest levels

Vertical Organizational Structure

20
New cards

Flat structure with less layers of reporting between the lowest and highest levels

Horizontal Organizational Structure

21
New cards

Can be documented with narrative descriptions that are easier to update or more complex flowcharts

Documenting Processes and Systems

22
New cards

Use written descriptions of systems and processes that describe responsibilities in detail, as well as the processes and controls that are in place

Narratives

23
New cards

Depicts the actions or movements of individuals or items in a complex system or process. Consists of various shapes each with their own meaning

Flowchart

24
New cards

What are the 4 types of flowcharts?

1. Document Flowcharts

2. Systems Flowcharts

3. Program Flowcharts

4. Process Flowcharts

25
New cards

Flowchart that shows the flow of documents, such as physical or digital purchase orders, through a process.

Document Flowchart

26
New cards

Flowchart that shows the flow of information through a system, including how information is accessed and where data is stored.

Systems Flowchart

27
New cards

Flowchart that shows the sequence of coded instructions in a computer program that enable it to perform specified logical and mathematical operations.

Program Flowchart

28
New cards

Flowchart that shows the flow of activity through the company, including key parties and actions that they perform. Are also known as business process diagrams.

Process Flowcharts

29
New cards

A graphical representation of the flow of data in an information system. It describes the processes involved in a system to manage the life cycle of the data, from generation (input) to storage (databases) to reporting (output).

Data Flow Diagram (DFD)

30
New cards

What are some advantages of data flow diagrams

1. Shows system functionality and limits

2. Documents a business process from the perspective of its related data

3. Easier to use than a text description

4. Offers an easy-to-understand system diagram for users to comprehend the data flow

5. Helps new employees understand a system

6. Familiarizes auditors with the system they are auditing

31
New cards

A graphical illustration of all the tables and their relationships in a database

Entity Relationship Diagram (ERD)

32
New cards

What are the three types of entity relationship diagrams?

1. Conceptual ERD

2. Logical ERD

3. Physical ERD

33
New cards

Simplest ERD model that is used by business end users and database designers to capture business needs and to understand the general plan for the database

Conceptual ERD

34
New cards

The ERD model that introduces more detail and is used by database designers to refine the business needs of the database and begin modeling data at a more technical level

Logical ERD

35
New cards

Most complex ERD model that is created by database designers and used by database administrators and developers (along with a database schema) to build and access the database

Physical ERD

36
New cards

What are the 11 shapes of a process flowchart?

1. Terminator

2. Process

3. Flowline

4. Decision

5. Merge

6. Connector

7. Document

8. Input/Output

9. Database

10. Manual Input

11. Manual Operation

37
New cards

Shape: Circle of oval

Use: Marks the start or end of a process, and every flowchart must begin and end with this

Terminator

38
New cards

Shape: Rectangle

Use: Represents an event or step within the flow. Must have one line entering it and can have multiple lines exiting it. Example: Bake cookies

Process

39
New cards

Shape: Arrow

Use: Connects shapes together

Flowline

40
New cards

Shape: Diamond

Use: Represents a yes/no or true/false question that must be answered for the process to continue on the correct flowline. Must have a single flowline entering and 2 exiting it. Example: Was the cookie purchased in store or online.

Decision

41
New cards

Shape: Triangle

Use: Connects 2 or more paths of a flowchart into a single flowline. Multiple flowlines entering and 1 flowline exiting it.

Merge

42
New cards

Shape: Circle

Use: Used when a flowchart is large enough to span multiple pages

Connector

43
New cards

Shape: Rectangle with wavy bottom

Use: Represents a physical or digital document such as an email, report, purchase order, or invoice.

Document

44
New cards

Shape: Parallelogram

Use: Represents data or information coming into the process or leaving the process, such as an order incoming to the bakery.

Input/Output

45
New cards

Shape: Cylinder

Use: Represents data storage. Data is input into the database and information is retrieved.

Database

46
New cards

Shape: Trapezoid

Use: The manual input shape depicts data that is manually input into a system, such as a user typing in their username and password to access the system.

Manual Input

47
New cards

Shape: Trapezoid

Use: Used if the user physically takes an action such as taking a printout of a report and placing it on someone's desk. However there is no new data being input into the system

Manual Operation

48
New cards

Areas within a flowchart that delineate the responsibilities for all activities involved in a business process

Swim Lanes

49
New cards

What are 3 benefits of swim lanes?

1. Provide clarity and accountability by placing activities within the swim lanes of particular individuals, groups, or departments

2. Shows the handoff points between different contributors

3. Helps identify inefficiencies, redundancies, or waste in the process

50
New cards

Diagram created using only four shapes

Data Flow Diagram (DFD)

51
New cards

What are the 4 components in a data flow diagram?

1. External Entity

2. Process

3. Data Store

4. Data Flow

52
New cards

Shape: Rectangle

Use: Represents an input or output of the DFD. Only provide or receive data, they do not process data

External Entity

53
New cards

Shape: Rectangle with line through it

Use: Represents an activity that transforms or changes the data. Must be connected to another external entity

Process

54
New cards

Shape: Pencil

Use: Represents a data repository such as a database or data warehouse. Can begin or end a data flow diagram.

Data Store

55
New cards

Shape: Arrow

Use: Illustrates movement of data between external entities, processes and data stores. Can have arrows on each side to represent a 2 way flow of information

Data Flow

56
New cards

What are the 3 levels to data flow diagrams?

1. Level 0

2. Level 1

3. Level 2

57
New cards

A summary that gives a high-level overview of data flows: It must fit on one page. It provides a snapshot of the data flow. It uses only external entities, one process that represents the entire system, and data flows; no data stores appear at this level. It illustrates the exchange of information between external entities and the system.

Level 0

58
New cards

Highlights the main functions carried out by the system and drills down further into the DFD process by "decomposing" the system. It breaks each process down into further subprocesses

Level 1

59
New cards

Usually the most detailed DFD. Process numbers include decimal places to indicate subprocesses of a Level 1 process. This diagram allows the end user to understand the system and process in depth. This type of diagram assists in identifying control weaknesses or inefficiencies

Level 2