Which of the following are the correct margins for a single-page unbound report?
A. 1-inch top and bottom margins; 1.25-inch left and right margins
B. 2-inch top margin; 1-inch bottom, left, and right margins
C. 2-inch top, left, and right margins; 1-inch bottom margin
D. none of the above
Answer: B
You might also like to view...
What is wrong with the following code?
``` class TVset { private: int screen; bool HiDef; public: TVset( ){}; int Getscreen(int scr); }; int main( ) { TVset myTV; return 0; } ``` A. Nothing is wrong with this code. B. the constructor does not initialize private values. C. there is a semi-colon after the class declaration. D. There are no set or get functions.
Access can also store images inside a database field by using the ________ data type
A) OLE Object B) JPEG Object C) Image Object D) Figure Object
Match the following terms to their meanings:
I. Task Name column II. Task Mode column III. Quick Access Toolbar IV. Timeline V. Timescale A. How Project 2013 will schedule tasks, either manually or automatically B. A visual representation of the project from start to finish C. Can be modified by adding or removing buttons D. Displays the unit of measure that determines the length of the Gantt bars on a Gantt chart E. Should be descriptive but not too wordy
If two style rules have equal specificity, and thus equal importance, then the one that is defined _____ in the style sheet is the one used.?
A. ?last B. ?first C. ?second D. ?third