_________ are the windows that display commands for working with an app and its workspace.
A. App windows
B. App guide
C. App commands
D. App details

Fill in the blank(s) with the appropriate word(s).


App windows

Rationale: There are three types of windows: app windows, File Explorer windows, and dialog boxes. App windows display commands for working with an app and its workspace. See 7-2: Working with Windows on the Desktop

Computer Science & Information Technology

You might also like to view...

The _____ usually begins with a formal request to the IT department, called a systems request, which describes problems or desired changes in an information system or a business process.?

A. ?systems design phase B. ?systems planning phase C. ?systems support and security phase D. ?systems analysis phase

Computer Science & Information Technology

Briefly describe how Microsoft combines the NetBIOS naming system into DNS.

What will be an ideal response?

Computer Science & Information Technology

What stack operation does the following algorithm implement?Algorithm someStackOperation (stack)   if (stack not empty)      loop (stack not empty)         delete top node      end loop   end if   delete stack headend someStackOperation

A. empty stack B. destroy stack C. stack count D. full stack

Computer Science & Information Technology

Which statement about the #include directive is false?

a) The difference between the various forms of the #include directive is the location the preprocessor searches for the file to be included. b) If the file name is enclosed in quotes, the preprocessor searches in the same directory as the file being compiled for the file to be included. c) If the file name is enclosed in angle brackets, the preprocessor searches in the same directory as the file being compiled for the file to be included. d) The preprocessor searches for standard library header files in an implementation-dependent manner.

Computer Science & Information Technology