Open the ________ tab to insert a header or footer

A) REVIEW
B) PAGE LAYOUT
C) HOME
D) INSERT


D

Computer Science & Information Technology

You might also like to view...

Class HttpClient’s ________ method starts a new Task in a separate thread and uses the URL specified as the method’s string argument to request information from a web server.

a) RequestWebStringAsync b) QueryWebStringAsync c) StartTaskStringAsync d) GetStringAsync

Computer Science & Information Technology

In the function round of Display 3.6, which of these explains what happens in the body of the function? We reproduce the one line from the function body here:

``` return static_cast(floor(number+0.5)); ``` a) This is overkill, it would be sufficient to use the floor function alone. b) Adding 0.5 to number pushes the range up so floor can produce the correct rounding. c) The static_cast is used because floor returns a double. If the double value were returned, there would be at least a warning of a double to int conversion in returning the value. d) This is wrong. The argument for the floor function should be number-0.5.

Computer Science & Information Technology

________ is a worldwide outdoor event where a person uses a GPS device to locate small receptacles containing a small log book of who has accessed the cache, as well as a present

A) Geotagging B) Geocaching C) Geolocation D) Geologging

Computer Science & Information Technology

If you want to share only what times you are available on your calendar, share your calendar's ________.

a. public events b. details c. free/busy schedule d. all of the above

Computer Science & Information Technology