If an object reflected 100% of the light that strikes it, how would it appear?
A. it would appear as a rainbow
B. it would be white
C. it would be invisible
D. it would be black
Answer: B
You might also like to view...
The information that makes up a multimedia presentation is referred to as ____________________.
Fill in the blank(s) with the appropriate word(s).
A dictionary object contains zero or more entries where each entry associates a unique key with a value.
Answer the following statement true (T) or false (F)
A ____ is an integer greater than 1 that can only be written as the product of itself and 1.
A. prime number B. primary number C. natural number D. whole number
The following pseudocode describes a stack's ____ function.Move the structure contents pointed to by the top-of-stack pointer into a work areaFree the structure pointed to by the top-of-stack pointerMove the address in the work area address field into the top-of-stack pointer
A. PUSH B. POP C. ISEMPTY D. NEW