One method of displaying the entire contents of a window is to ____ it.

A. extend
B. restore
C. maximize
D. navigate


Answer: C

Computer Science & Information Technology

You might also like to view...

Rewrite the code below using the ranged for loop and the auto keyword.

``` map personIDs = { {1,"Walt"}, {2,"Kenrick"} }; map::const_iterator iter; for (iter = personIDs.begin(); iter != personIDs.end(); iter++) { cout << iter->first << " " << iter->second << endl; } ```

Computer Science & Information Technology

A TV is marked down from $300 to $200.

What will be an ideal response?

Computer Science & Information Technology

List and describe the three types of frames that MPEG video is processed in.

What will be an ideal response?

Computer Science & Information Technology

During a recent audit, it was discovered that several user accounts belonging to former employees were still active and had valid VPN permissions.Which of the following would help reduce the amount of risk the organization incurs in this situation in the future?

A. Time-of-day restrictions B. User access reviews C. Group-based privileges D. Change management policies

Computer Science & Information Technology