Week 7 Flashcards

(20 cards)

1
Q

What is system documentation?

A

Flowcharts, narratives, and written materials describing inputs, processing, and outputs of an Accounting Information System (AIS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is documentation important?

A

Traces data flow/business processes.

Trains users.

Controls development costs.

Ensures compliance (e.g., SOX).

Supports audits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the three types of flowcharts.

A

Document flowcharts.

System flowcharts.

Program flowcharts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do document flowcharts show?

A

The physical flow of documents (e.g., paper forms) through departments. Used by auditors to analyze control weaknesses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Key symbols in document flowcharts.

A

📄 Document: Paper/electronic file.

🗂️ File: Alphabetical/numerical storage.

↔️ Flow Line: Direction of movement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Purpose of system flowcharts.

A

Depict electronic data flow (e.g., payroll systems) and processing steps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Key symbols in system flowcharts.

A

💻 Computer Processing: Data transformation.

📊 Input/Output: Terminal, report.

❓ Decision: “Yes/No” branches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the “sandwich rule”?

A

Always place a process symbol between input and output symbols in system flowcharts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do program flowcharts outline?

A

Processing logic in software (e.g., loops, calculations). Example:

Start → Read Record → Compute Sales → Print → Stop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What do DFDs show?

A

Logical flow of data between processes, stores, and external entities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name the three DFD types.

A

Context diagrams.

Physical DFDs.

Logical DFDs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a context diagram?

A

A top-level DFD with 1 process bubble (e.g., “Payroll System”) showing inputs/outputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Focus of physical DFDs.

A

How tasks are done (nouns: job titles, physical documents).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Focus of logical DFDs.

A

What tasks are done (verbs: processes like “Compute Gross Pay”).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Key DFD symbols.

A

▢ External Entity: Source/destination (e.g., “Employee”).

⭕ Process: Task (e.g., “Prepare Paycheck”).

➡️ Data Flow: Movement (e.g., “Time Card Data”).

≡ Data Store: Storage (e.g., database).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is DFD decomposition?

A

Breaking down a process (e.g., “Process Paycheck”) into sub-processes in lower-level DFDs.

17
Q

Key guidelines for DFDs.

A

Avoid detail in high-level diagrams.

Name data flows uniquely.

Ensure data stores have input/output flows.

18
Q

How do physical and logical DFDs differ?

A

Physical: Focuses on how (nouns, infrastructure).

Logical: Focuses on what (verbs, tasks).

19
Q

How does documentation relate to SOX?

A

Documentation ensures accountability and audit trails, meeting Sarbanes-Oxley Act requirements.

20
Q

Key difference between flowcharts and DFDs.

A

Flowcharts: Show controls and processing steps.

DFDs: Focus on data flow, not controls.