Critical Thinking QuestionsCase 1-1You work for a design firm and are creating documents for an upcoming marketing campaign.  For each of the following scenarios describe how to apply the appropriate formatting to the document.
The project leader tells you that the colors of your documents are not consistent. What can you use to make sure that the colors used in your documents are consistent?
a.A themec.A displayb.A viewd.A gallery

What will be an ideal response?


Answer: a

Computer Science & Information Technology

You might also like to view...

What is sum after the following loop terminates?

``` int sum = 0; int item = 0; do { item++; if (sum >= 4) continue; sum += item; } while (item < 5); ``` a. 6 b. 7 c. 8 d. 9 e. 10

Computer Science & Information Technology

The part of the security policy that defines what company resources can be accessed from home is

A) The acceptable use part B) The physical access part C) The remote access part D) The emergency procedures part

Computer Science & Information Technology

The expression "*AB" is in _____.

A. prefix notation B. infix notation C. postfix notation D. rpn

Computer Science & Information Technology

In the enumeration phase, attackers create active connections to the target system and perform directed queries to gain more information about the target.

a. true b. false

Computer Science & Information Technology