To format a side heading of a report, apply the ____ style.
A. Heading 1
B. Heading 2
C. Heading 3
D. Title
Answer: A
You might also like to view...
Market research includes information about what the company's ____ are doing to attract the target audience.
A. employees B. subsidiaries C. competitors D. customers
ICT use in emerging nations lags behind its use in developed nations.
Answer the following statement true (T) or false (F)
What will be displayed as a result of executing the following code? int x = 5, y = 20; x += 32; y /= 4; System.out.println("x = " + x + ", y = " + y);
a. x = 32, y = 4 b. x = 9, y = 52 c. x = 37, y = 5 d. x = 160, y = 80
The ________ approach to systems implementation is used only in cases in which the cost of failure or of interrupted operation is great.
A. pilot B. direct C. phased D. parallel