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
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.
Passing addresses is referred to as a function ____.
a. pass by value b. pass by reference c. call by value d. pass by copy
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.
Which of the following is the wildcard used for any number of characters in SQL?
A) || B) # C) % D) &