The company Chris works for has notifications posted at each door reminding employees to be careful to not allow people to enter when they do. Which type of controls best describes this?

A. Detective
B. Physical
C. Preventive
D. Directive


Answer: D. Directive

Computer Science & Information Technology

You might also like to view...

Polymorphism specifically enables the creation of programs that handle:

a) classes that are containers for other classes b) large amounts of data with efficiency c) a wide variety of classes in a general manner d) None of the above

Computer Science & Information Technology

If you convert a fractional value into its decimal equivalent (i.e. ½ to 0.5), how can you be sure to obtain an accurate result? Explain your rationale.

What will be an ideal response?

Computer Science & Information Technology

Write a script that outputs HTML text that displays the following checkerboard pattern:



Your program may use only three output statements, one of the form
```
document.write( "* " );
```

one of the form
```
document.write( " " );
```

and one of the form
```
document.writeln( "
" );
```

[Hint: Repetition structures are required in this exercise.]

Computer Science & Information Technology

Which view gives the database designer more control over the look of the form or report?

A) Design B) Form C) Layout D) Report

Computer Science & Information Technology