You set ________ to prevent users from changing the content of a document

A) formatting restrictions B) editing restrictions
C) user exceptions D) IRM


B

Computer Science & Information Technology

You might also like to view...

In an operation called "____ the buffer," unwritten values in the buffer are written to a file.

A. cleaning B. closing C. flushing D. validating

Computer Science & Information Technology

The ____ option is used to retrieve documents that would otherwise be lost as a result of system glitches or unplanned shutdowns.

A. AutoRetrieve B. AutoRecover C. AutoRestore D. AutoReplace

Computer Science & Information Technology

Which of the following creates an array of five book titles?

A. var bookTitles = new Array(5); B. var bookTitles = Array(5); C. var bookTitles = new Array(0 to 5); D. var SIZE = 5; var bookTitles; bookTitles = new Array(SIZE-1);

Computer Science & Information Technology

Imagine that you own your own business, and you have decided to write your own code of ethics. List at least five "imperatives," or guidelines, that you would like to include in your company's code of ethics.?

What will be an ideal response?

Computer Science & Information Technology