A watermark is a text or graphic element that displays ________ the document text

A) above
B) below
C) to the right of
D) behind

D

Computer Science & Information Technology

You might also like to view...

Virtually all operating systems come with tools to manage the hard disk. The vast majority of these tools are inable to read metafiles such as the $MFT file in Windows 7. Why is this?

a. The $MFT file is actually not part of the file system. b. Metafiles are database internal to the file system and are therefore locked out whenever the file system is mounted. c. While the metafiles are an integral part of the file system, the files themselves reside outside of the directory structure. d. Metafiles are protected system files and require access that user-level utilities are not granted by the OS.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) Attempting to modify a readonly instance variable after it's initialized is a fatal execution-time error. 2) The classes, variables and methods in a program are displayed in a hierarchical structure in Class View. 3) Developers use the Object Browser to learn about the functionality provided by a specific class. 4) An object initializer calls the default constructor before executing. 5) An object initializer list cannot be empty.

Computer Science & Information Technology