When a watermark is inserted into a document, it is stored in the:

A) header.
B) footer.
C) page layout.
D) margin.


A

Computer Science & Information Technology

You might also like to view...

A ____________ copy of an object is a copy that has no references in common with the original object.

(a) bit copy (b) deep copy (c) shallow copy (d) none of the above

Computer Science & Information Technology

________ is a technology applied to digital media files such as music, eBooks, and videos to impose restrictions on the use of these files

Fill in the blank(s) with correct word

Computer Science & Information Technology

What virtual disk editing option will allow you to reduce the size of a dynamically expanding disk by eliminating the space used by deleted files?

A. compact B. merge C. shrink D. compress

Computer Science & Information Technology

The statements int x = 1; int y; y = --x;

a) Assign y the value 1; b) Change the value of x to 0 c) Assign to y the value 1; d) Assign to y the value 0; e) The -- is a prefix operator.

Computer Science & Information Technology