Text or a graphic element that displays behind the document text is a:

A) background mark.
B) watermark.
C) water seal.
D) water background.

B

Computer Science & Information Technology

You might also like to view...

What is the output of the following statements, given that the variable Num1 = 3 and the variable Num2 = 5?

``` Write “The sum of” + Num1 + “and” + Num2 + “is 8.”.``` a. The sum of 3 and 5 is 8. b. The sum of Num1 and Num2 is 8. c. The sum of3and5is 8. d. The sum of 3and5 is 8.

Computer Science & Information Technology

When passing an array to a function, what is actually passed to the function?

What will be an ideal response?

Computer Science & Information Technology