Term
|
Definition
Encompasses narratives, flowcharts, diagrams, and other written materials that explain how a system works. |
|
|
Term
|
Definition
a graphical description of data sources, flows, processes, storage, and destinations |
|
|
Term
|
Definition
a graphical description of the flow of documents and information between departments or areas of responsibility |
|
|
Term
|
Definition
a graphical representation of the relationship among the input, processing, and output in an information system |
|
|
Term
|
Definition
a graphical description of the sequence of logical operations a computer performs as it executes a program |
|
|
Term
Documentation tools are important on the following levels: |
|
Definition
1) at a minimum, you must be able to read documentation to determine how a system works
2) you may need to evaluate internal control systems' documentation to identify strengths and weaknesses and recommend improvements.
3) More skill is needed to prepare internal control documentation or documentation that shows how an existing or proposed system is operated |
|
|
Term
Data flow diagram: Data Sourse & Data Destination |
|
Definition
both are entities that send or receive data that the system uses or produces
data destinations are also referred to as "data sinks" |
|
|
Term
Data Flow Diagram: Entity |
|
Definition
can be both a sourse and a destination
represented by squares |
|
|
Term
Data flow diagram: Data Flow |
|
Definition
the movement of data among processes, stores, sources and destinations
a single line is used if two or more data flows move together
two lines are used if the data flow separately |
|
|
Term
Data Flow diagram: Process |
|
Definition
represents the transformation of data
represented by a circle |
|
|
Term
Data flow diagram: Data Store |
|
Definition
a repository of data
represented by two horizontal lines
(DFDs do not show the physical storage medium used to store the data) |
|
|
Term
|
Definition
highest-level of DFD; provides the reader with a summary-level view of the system
it depicts a data processing system and the external entities that are sources of its input and destinations of its output |
|
|
Term
|
Definition
an analytical technique used to describe some aspect of an information system in a clear, concise, and logical manner, using a set of standard symbols to depict processing procedures and the flow of data |
|
|
Term
Internal Control Flowcharts |
|
Definition
document flowcharts that describe and evaluate internal controls |
|
|
Term
|
Definition
requires independent auditors to understand all internal control procedures |
|
|
Term
Sarbanes-Oxley state the following about internal controls: |
|
Definition
management is:
- responsible for internal control system
- responsible for assessing the effectiveness of the IC system |
|
|
Term
What type of diagram is this?
[image] |
|
Definition
|
|
Term
Data Flow Diagrams consist of four basic elements: |
|
Definition
data sources and destinations
data flows
transformation processes
data stores |
|
|
Term
Which symbols are the data sources and desitnations?
[image] |
|
Definition
Squares: Customer, Bank, Credit Manager |
|
|
Term
Which symbols are data flows?
[image] |
|
Definition
the arrows: customer payment, deposit, remittance data, receivables information, etc. |
|
|
Term
Data flows should always be labeled except for one situation: |
|
Definition
the exception is a data flow moving into or out of a data store. |
|
|
Term
Which symbol is a data store?
[image] |
|
Definition
Two horizontal lines: Accounts receivable |
|
|
Term
Draw a Data Flow Diagram for the S&S payroll processing system (figure 3-5 in textbook) |
|
Definition
|
|
Term
Draw a program-level flowchart representing an algorithm for summing the numbers 1 to 50 |
|
Definition
|
|
Term
|
Definition
American Standard Code for Information Interchange
PC's use ASCII to code all text in the computer in binary
(each character is represented by 8 bits) |
|
|
Term
|
Definition
unicode is a two byte (16 bit) code for every letter while ASCII is a single byte (8 bit) code
in unicode, the right-hand byte is exactly ASCII code |
|
|