A(n) ____ color scheme uses colors that are next to each other on the color wheel.

a. monochromatic
b. analogous
c. gradient
d. complementary


B. analogous

Computer Science & Information Technology

You might also like to view...

Is the following implementation of testPopEmpty() equivalent to that shown in Listing 6.2?

``` 1 public void testPopEmpty() { 2 Stack s = new ListStack(); 3 4 try { 5 s.pop(); 6 fail("testPopEmpty EmptyStackException expected"); 7 } catch ( EmptyStackException ex ) { 8 return; // this is what we expect 9 } 10 } ```

Computer Science & Information Technology

A computer has Windows 7 installed from the factory. Another computer has been built and the Windows 7 from the first computer _______ [ can | cannot ] be used on the second computer

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ____ portion of the SELECT statement determines which fields to retrieve from a table.

A. attribute B. criteria C. command D. select

Computer Science & Information Technology

A(n) ____ value is not allowed in an index if the setting for the Primary property is Yes.

A. date B. null C. data type D. input mask

Computer Science & Information Technology