Color Theory is ____.

a. the theory that the most interesting components of a composition, like a web page, is found off-center
b. the idea that colors can affect human thought and emotions
c. repeating an element to create visual consistency
d. creating a feeling of wholeness


b. the idea that colors can affect human thought and emotions

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 10-3Simon's Leathervane sells handmade leather clothing online. He has added some JavaScript functions to calculate how much a person has to pay before they submit the order page, but is having some trouble. One way to break up a program's different tasks into smaller more manageable chunks is to write  ____.

A. CSS B. JavaScript C. modular code D. step code

Computer Science & Information Technology

________ are characters that are not displayed on the keyboard but are available from the INSERT tab

A) Shapes B) Symbols C) Bullets D) Lines

Computer Science & Information Technology

Each presentation in PowerPoint has a set of ____________________that store information about the theme and slide layouts.

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

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. Calls to methods that throw StackException must be enclosed in try blocks. 2. In a reference-based implementation of a stack, it is necessary to call the isFull method before calling the push method. 3. A client can access all the elements of a stack.

Computer Science & Information Technology