How can the resolution of an LCD screen be changed?

A) It cannot.
B) Operating system
C) Multipixelation
D) By using the software that comes with a PCI, AGP, or mini-PCIe video card


B

Computer Science & Information Technology

You might also like to view...

Which of the following usages of the Me reference is syntactically correct (assume mHour is an instance variable of class CTime and the current object is an instance of CTime)?

a) Me.mHour b) Me(CTime.mHour) c) Me(CTime).mHour d) None of the above.

Computer Science & Information Technology

Passing addresses is referred to as a function ____.

a. pass by value b. pass by reference c. call by value d. pass by copy

Computer Science & Information Technology

Care must be taken when adding or removing chart elements, since the position of other elements may change

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which of the following is the wildcard used for any number of characters in SQL?

A) || B) # C) % D) &

Computer Science & Information Technology