BEC - Processing, File, and Output Controls Flashcards

1
Q

A poor quality connection caused extensive line noise, resulting in faulty data transmission.
Which of the following controls is most likely to detect this condition?

A. 	Line check.
B. 	Batch control total.
C. 	Closed loop verification.
D. 	Parity check.
A

D. Parity check

A parity check is designed to detect errors in data transmission.

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

Batch control totals

A

Detect errors in data entry and file update processes.

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

Closed loop verification

A

Assists in the detection of data entry errors in online real-time applications.

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

Parity check

A

Designed to detect errors in data transmission

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

What is the primary objective of data security controls?

A. 	 To establish a framework for controlling the design, security, and use of computer programs throughout an organization.

B. 	 To ensure that storage media are subject to authorization prior to access, change, or destruction.

C. 	 To formalize standards, rules, and procedures to ensure that the organization's controls are properly executed.

D. 	 To monitor the use of system software to prevent unauthorized access to system software and computer programs.
A

B.

To ensure that storage media are subject to authorization prior to access, change, or destruction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
The distribution of reports is considered what type of control?
	A. 	Input.
	B. 	Processing.
	C. 	Output.
	D. 	Software.
A

C. Output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
An audit trail is considered what type of control?
	A. 	Input.
	B. 	Processing.
	C. 	Output.
	D. 	Software.
A

B. Processing

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

What purpose do run-to-run controls serve?

A

These controls monitor the number of units in a batch as it moves from one programmed procedure (run) to another. Totals of processed transactions are reconciled to batch totals: a difference indicates an error.

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

What are processing controls?

A

Controls to ensure that master file updates are completed accurately and completely and to detect unauthorized transactions entered into the system and maintain processing integrity

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

Define “diagnostic routines.”

A

Program utilities that check the internal operations of hardware components

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

What is an electronic audit trail?

A

Transactions are written to a transaction log as they are processed. The transaction logs are an electronic audit trail.

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

What is boundary protection in an accounting system?

A

When multiple programs and/or users are running simultaneously and sharing the same resource (usually the primary memory of a CPU), boundary protection protects program instructions and data from one program from being overwritten by program instructions and/or data from another program.

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

What purpose do output controls serve?

A

These controls ensure that computer reports are accurate and distributed as authorized.

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

Define “parity check (parity bit).”

A

It is an example of a check digit. It consists of a 0 or 1 included in a byte of information that makes the sum of bits either odd or even.

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

Define “hardware controls.”

A

Controls built into the computer equipment to ensure that data are transmitted and processed accurately

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

Describe spooling (print queue) controls.

A

obs sent to a printer that cannot be printed immediately are spooled—stored temporarily on disk—while waiting to be printed. Access to this temporary storage is controlled to prevent unauthorized access to printed files.