When you increase the screen resolution, Windows displays more information on the screen, but the information ____.
A. decreases in size
B. increases in size
C. stays the same size
D. changes color
Answer: A
You might also like to view...
Which of the following code segments does not increment val by 3:
a. val += 3; b. val = val + 1; val = val + 1; val = val + 1; c. c = 3; val = val + (c == 3 ? 2 : 3); d. All of the above increment val by 3.
Given the definitions below. Each occurrence of a const is a promise to the compiler that the compiler will enforce. What is the promise in each case?
``` const int x = 17; //a) class A { public: A( ); A(int n): int f( ) const; // b) int g(const A& x); // c) private: int i; ``` What will be an ideal response?
What is intelligent placement? Give an example.
What will be an ideal response?
In Word, use the ________ Cells command to create one cell from two or more cells
A) Merge B) Combine C) Join D) Split