All colors displayed on your monitor are a mixture of what colors?

A) Red, green and blue B) Red, Black, and Yellow
C) Cyan, Magenta, Black and Yellow D) White, Red, Green and Blue

A

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a) The compiler always creates a default constructor for a class. b) If a class has constructors, but none of the public constructors are parameterless, and a program attempts to call a parameterless constructor to initialize an object of the class, a compilation error occurs. c) A constructor can be called with no arguments only if the class does not have any constructors or if the class has a public parameterless constructor. d) Parameterless constructors do not have any arguments.

Computer Science & Information Technology

A __________ is a collection of similar records.

A) ?file ? B) ?database ? C) ?record D) ?field

Computer Science & Information Technology