As shown in the accompanying figure, a(n) ____________________ color mode adds colors together to create a different color.

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




additive

Computer Science & Information Technology

You might also like to view...

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

1. Vector assignment is well behaved. 2. If v is a vector and i is an int variable, then in the following the value of i can be any nonnegative int value: v[i] = i; 3. If we use an out of range index with a vector, there will be an error message from the compiler. 4. Using the resize member function alone, you can increase the capacity of an STL vector. 5. If vector v has fewer than 24 elements and you call v.resize(24) the newly allocated elements are not initialized.

Computer Science & Information Technology

Which of the following statements is false?

a. A dictionary associates keys with values. Each key maps to a specific value. b. A dictionary’s keys must be mutable (such as strings, numbers or tuples) and unique (that is, no duplicates). c. Multiple keys can have the same value, such as two different inventory codes that have the same quantity in stock. d. All of the above are true.

Computer Science & Information Technology

The token ring transport method uses a physical ____ topology along with the logic of a ring topology.

A. bus B. star C. mesh D. grid

Computer Science & Information Technology

A ____ is a computer program that lies dormant until it is triggered by a specific event.

A. worm B. virus C. spam D. logic bomb

Computer Science & Information Technology