Adding all the three primary colors-red, green, and blue-at maximum intensity produces the color _____, while adding any two of the three primary colors at maximum intensity produces the trio of complementary colors-yellow, magenta, and cyan.?
A. ?white
B. ?blue
C. ?lime
D. ?black
Answer: A
You might also like to view...
What is syntax?
a. the rules that must be followed when writing a program b. the words that have a special meaning in the programming language c. the symbols or words that perform operations in a program d. the words or characters that are defined by the programmer
Answer the following statements true (T) or false (F)
1. A statement of the form IO.File.WriteAllLines("fileName.t", numArray) copies the contents of the numeric array numArray into a text file. 2. The acronym CSV stands for "Comma Separated Values". 3. When you place the OpenFileDialog control on a form, it will not be visible on the form. 4. In order to use the OpenFileDialog control, the programmer must first change its Name property to something other than the default OpenFileDialog1. 5. The following statement could be used to set the Filter property of the OpenFileDialog control so that it displays files with the .txt extension. Text Files (*.txt)|(.txt)