Word includes a variety of document ____ to assist you with coordinating these visual elements in a document.
A. layouts
B. formats
C. themes
D. graphs
Answer: C
You might also like to view...
16. If the variable x has the original value of 3.4, what is the value in x after the following?
cout << static_cast
Answer the following statements true (T) or false (F)
1. It is good program style to put spaces between words and symbols. 2. A C++ statement cannot extend over more than one line. 3. In C++ addition is always evaluated before subtraction. 4. the value of 3/7 is 0. 5. >> is used for output.
Answer the following statements true (T) or false (F)
1. If a program contains procedures for both the Click and DoubleClick events on a list box and the user double-clicks on the list box, only the Click event will be raised. 2. If a list box has its sorted property set to True and the list box contains all numbers, then the values in the list box will always be in increasing numerical order. 3. Like other variables, array variables can be declared and assigned initial values at the same time. 4. After an array has been declared, its type (but not its size) can be changed with a ReDim statement. 5. If you use the ReDim statement to make an array smaller than it was, data in the eliminated elements can be retrieved by using the Preserve keyword.
____________________ is a networking protocol that assigns IP addresses and other network configuration information to hosts automatically.
Fill in the blank(s) with the appropriate word(s).