The _________________________ contains areas where you can view and enter document properties.

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


Document Information Panel

Computer Science & Information Technology

You might also like to view...

The references listed on the reference page are formatted as a ____.

A. First-line paragraph indent B. Hanging indent C. Left indent D. Left and right indent

Computer Science & Information Technology

Structure objects are normally passed ____________ to a method.

a. by reference b. globally c. by value d. locally

Computer Science & Information Technology

______ are considered when choosing the next city to visit in a stack-based nonrecursive solution to the HPAir problem.

a) All cities b) All unvisited cities adjacent to the destination city c) All cities adjacent to the city on the top of the stack d) All unvisited cities adjacent to the city on the top of the stack

Computer Science & Information Technology

To declare a c-string and initialize it to the value of "phonebook",

a. char s1=phonebook; b. char s1[10]="phonebook"; c. c-string phonebook; d. char s1[10]=phonebook;

Computer Science & Information Technology