AIS Ch 3 Flowcharting

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/51

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.

52 Terms

1
New cards

Documentation

Narratives, flowcharts, diagrams, and other written materials that explain how a system works

Many people learn more and learn it more quickly by studying the DFD, BPD, or flowchart of a system than by reading a narrative description of the same system. Save both time & money, add value.

All accountants should at least be able to read and understand system documentation

includes the who, what, when, where, why, and how of data entry, data processing, data storage, information output, and system controls

2
New cards

Narrative description

Written, step-by-step explanation of system components and how they interact

supplement documentation

3
New cards

Human Readable Documentation Tools

Business process diagram (BPD)

Data Flow Diagram (DFD)

Flowchart (document, system, program)

4
New cards

Machine readable documentation tools

XRBL

Blockchain

5
New cards

Business Process Diagram (BPD)

A visual way to describe the different steps or activities in a business process

do not specify how (i.e., by means of what technology) a process activity occurs

Unlike flowcharts, you do not need to show the documents as they flow through the system or show where they are stored

6
New cards

BPD structure/setup

usually two columns & however many rows (aka "swim lanes")

first column= employee name/departments involved

second column=activities performed by each employee/dpt

depict the major steps in a process sequentially, reading from left to right and top to bottom

7
New cards

Guidelines for Preparing BPDs

1. Identify and understand the business processes.

2. Ignore certain items (don't need to show where docs stored/what technology used)

3. Decide how much detail to include

4. Organize diagram (2 col, rows/swim lanes, etc)

5. Enter each business process on diagram

6. Draw rough sketch of BPD

7. Draw final copy of BPD

8
New cards

BPD Symbols: Circle

start/begin

9
New cards

BPD Symbols: bolded circle

end

10
New cards

BPD Symbols: rounded edge rectangle

activity in a process

brief explanation of activity inside rectangle

11
New cards

BPD Symbols: diamond

decision

explanation of decision inside diamond

12
New cards

BPD Symbols: solid arrow

shows flow of data

13
New cards

BPD Symbols: dotted arrow

annotation info

helps explain a process further

14
New cards

Data Flow Diagram (DFD)

A graphical description of the flow of data within an organization, including data sources/destinations, data flows, transformation processes, and data storage

all elements should be named descriptively, DFDs don't show timing of movement

don't show whether data stored in computer or on paper

diff levels

---level 0 DFD, Level 0 because there are zero meaningful decimal points—1.0, 2.0, etc.

---level 1 DFD process 2.0-expands process 2.0 and has one meaningful decimal place—2.1, 2.2, etc.

15
New cards

Guidelines for drawing a data flow diagram (DFD)

1. Understand the system

2. Ignore certain aspects of the system (Only very important error paths are included; unimportant error paths are ignored)

3. Determine system boundaries (determine what to include/exclude)

4. Develop a context diagram

5. Identify data flows

6. Group data flows (Data elements that always flow together should be grouped together and shown as one data flow until they are separated.)

7. Identify transformation processes (Place a circle wherever work is required to transform one data flow into another)

8. Group transformation processes (Transformation processes that are logically related or occur at the same time and place should be grouped together)

9. Identify all files or data stores

10. Identify all data sources and destinations

11. Name all DFD elements (active and descriptive names, update, edit, record, prepare, reconcile)

12. Subdivide the DFD (5-7+ processes on a pg? subdivide into higher then lower processes)

13. Give each process a sequential number (low to high)

14. Refine the DFD (work through it many times, top-bottom, left-right)

15. Prepare a final copy (Do not allow data flow lines to cross each other)

16
New cards

What to put on final copy of DFD, flowcharts, or BPD

name of preparer

date

name of the chart

on every page

17
New cards

DFD Symbols: Data source

The entity that produces or sends the data that is entered into a system

square

<p>The entity that produces or sends the data that is entered into a system</p><p>square</p>
18
New cards

DFD Symbols: Data destination

The entity that receives data produced by a system

square

<p>The entity that receives data produced by a system</p><p>square</p>
19
New cards

Data Flow Diagram Symbols: Data flows

curved arrow on left

<p>curved arrow on left</p>
20
New cards

DFD Symbols: Transformation processes

circle

<p>circle</p>
21
New cards

DFD Symbols: Data stores

= two horizontal parallel lines

<p>= two horizontal parallel lines</p>
22
New cards

DFD Symbols: Internal control

triangle- yellow inside, red border

highway warning symbol

<p>triangle- yellow inside, red border</p><p>highway warning symbol</p>
23
New cards

DFD: Data flow

movement of data among processes, stores, sources, and destinations

24
New cards

DFD: Processes

Actions that transforms data into other data or information

25
New cards

DFD: Data store

place or medium where system data is stored

26
New cards

Context diagram

Highest-level DFD (data flow diagram); a summary-level view of a system, showing the data-processing system, its input(s) and output(s), and their sources and destinations

27
New cards

Flowchart

analytical technique that uses a standard set of symbols to describe pictorially some aspect of an IS in a clear, concise, and logical manner

design to read top-bottom, left-right

Including all exception procedures and error routines clutters the flowchart and makes it difficult to read and understand.

28
New cards

Document flowcharts

Illustrate the flow of documents and data among areas of responsibility within an organization

Divide a document flowchart into columns with labels to make easier to read

Show the final disposition of all documents to prevent loose ends that leave the reader dangling.

29
New cards

Guidelines for preparing flowcharts

1) Understand the system

2) Identify the entities to be flowcharted

3) Organize flowchart (show where docs originate & are stored, data processes & storage & where sent, show data from database passing through process first (computer processing))

4) Clearly label all symbols

5) Page connectors (clearly number the pages and use off-page connectors to move from one page to another)

6) Draw a rough sketch of the flowchart

7) Draw a final copy of the flowchart

30
New cards

4 types of flowchart symbols

input/output

processing

storage

flow/miscellaneous

31
New cards

Flowchart symbols: document (input/output)

knowt flashcard image
32
New cards

Flowchart symbols: multiple documents (input/output)

knowt flashcard image
33
New cards

Flowchart symbols: electronic output (input/output)

info displayed by an electronic output

(terminal, monitor, or screen)

<p>info displayed by an electronic output</p><p>(terminal, monitor, or screen)</p>
34
New cards

Flowchart symbols: electronic data entry (input/output)

ex: computer, tablet, phone, terminal

<p>ex: computer, tablet, phone, terminal</p>
35
New cards

Flowchart symbols: electronic input & output device (input/output)

used together when electronic device is the same for both input & output

<p>used together when electronic device is the same for both input &amp; output</p>
36
New cards

Flowchart symbols: computer processing (processing)

solid rectangle

change in data/info

<p>solid rectangle</p><p>change in data/info</p>
37
New cards

Flowchart symbols: manual operation (processing)

upside down trapezoid

operation performed manually

<p>upside down trapezoid</p><p>operation performed manually</p>
38
New cards

Flowchart symbols: database (storage)

cylinder

<p>cylinder</p>
39
New cards

Flowchart symbols: magnetic tape (storage)

data stored on magnetic tape (type of backup storage medium)

<p>data stored on magnetic tape (type of backup storage medium)</p>
40
New cards

Flowchart symbols: paper document file (storage)

upside down triangle with N

letter=way to order the files

n=numerically

a=alphabetically

d=by date

<p>upside down triangle with N</p><p>letter=way to order the files</p><p>n=numerically</p><p>a=alphabetically</p><p>d=by date</p>
41
New cards

Flowchart symbols: journal/ledger (storage)

parallelogram

<p>parallelogram</p>
42
New cards

Flowchart symbols: document/processing flow (flow/miscellaneous)

knowt flashcard image
43
New cards

Flowchart symbols: communication link (flow/miscellaneous)

zig zag arrow

transmission of data from one geographic location to another via communication lines

<p>zig zag arrow</p><p>transmission of data from one geographic location to another via communication lines</p>
44
New cards

Flowchart symbols: on-page connector (flow/miscellaneous)

circle

connects flows to avoid lines crossing pages

<p>circle</p><p>connects flows to avoid lines crossing pages</p>
45
New cards

Flowchart symbols: off-page connector (flow/miscellaneous)

upside down pentagon

entry from, or exit to, another page

<p>upside down pentagon</p><p>entry from, or exit to, another page</p>
46
New cards

Flowchart symbols: terminal (flow/miscellaneous)

long oval

beg, end, or pt of interruption in a process

also represents external party

<p>long oval</p><p>beg, end, or pt of interruption in a process</p><p>also represents external party</p>
47
New cards

Flowchart symbols: decision (flow/miscellaneous)

diamond

<p>diamond</p>
48
New cards

Flowchart symbols: annotation (flow/miscellaneous)

sideways field goal

add clarifying/descriptive comments to a process

<p>sideways field goal</p><p>add clarifying/descriptive comments to a process</p>
49
New cards

Internal control flowchart

Used to describe, analyze, and evaluate internal controls, including identifying system strengths, weaknesses, and inefficiencies

50
New cards

System flowchart

Depicts the relationships among *system input, processing, storage, and output

51
New cards

Program flowchart

Illustrates the sequence of logical operations performed by a computer in executing a program

A program flowchart describes the specific logic used to perform a process shown on a system flowchart

52
New cards

Remittance advice

a copy of the sales invoice returned with a customer's payment that indicates the invoices, statements, or other items being paid

explains what the pmt is for