A text or graphic element that displays behind document text

a. Screenshot
b. Watermark
c. Crop handle


B

Computer Science & Information Technology

You might also like to view...

Which of these is not an advantage of a Gantt chart?

A) communicating with users B) simplicity C) planning activities D) showing precedence

Computer Science & Information Technology

Which statement below initializes array items to contain 3 rows and 2 columns?

a. int[][] items = {{2, 4}, {6, 8}, {10, 12}}; b. int[][] items = {{2, 6, 10}, {4, 8, 12}}; c. int[][] items = {2, 4}, {6, 8}, {10, 12}; d. int[][] items = {2, 6, 10}, {4, 8, 12};

Computer Science & Information Technology

In VBA, procedures that can be used by any object in an application are stored in a(n) ________ module of VBA

A) class B) active C) object-oriented D) standard

Computer Science & Information Technology

A(n) _________________________ is a group of routers under the control of a single administration.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology