When you click the ________ button in an Office application, you hide a window so it is visible only on the taskbar

A) Maximize B) Minimize C) Restore Down D) Close

B

Computer Science & Information Technology

You might also like to view...

The PowerShell cmdlet for managing Windows Store apps that lists the app packages installed or information about a specific app installed in a user profile is Get-AppxPackageManifest

Indicate whether the statement is true or false

Computer Science & Information Technology

Classes and methods are declared final for all but the following reasons:

a. final methods allow inlining the code. b. final methods and classes prevent further inheritance. c. final methods are static. d. final methods can improve performance.

Computer Science & Information Technology