You are using a new LCD monitor and notice that the icons and images look distorted or elongated. ?What video setting can you use to fix this problem?
A. Adjust font size
B. Resolution
C. Refresh rate
D. ClearType
Answer: B
You might also like to view...
How many times will the following function call itself if 5 is passed as the argument?
``` void showMessage(int n) { if (n > 0) { cout << "Good day!" << endl; showMessage(n + 1); } } ``` a. 1 b. 4 c. 5 d. An infinite number of times
Which is a function of an operating system?
a. Browse the internet b. Edit images c. Protect against malware d. Provide user interface
int *ptNum = &miles; is ____.
A. always valid B. never valid C. only valid if miles is declared as an integer variable before ptNum is declared D. only valid if miles is declared as an array of integers before ptNum is declared
What are the requirements for the VMM database server?
What will be an ideal response?