The ________ allows a user to take a picture of the current computer screen

A) Snipping Tool B) scroll bar C) Live Tiles D) GUI

A

Computer Science & Information Technology

You might also like to view...

For the following code, which statement is not true?

``` class Point { private: double y; double z; public: double x; }; ``` a. x is available to code that is written outside the class. b. The name of the class is Point. c. x, y, and z are called members of the class. d. z is not available to code that is written out-side the class. e. All of these are true.

Computer Science & Information Technology

Which of the following is not a KeyListener method?

a. keyPressed. b. keyReleased. c. keyClicked. d. keyTyped.

Computer Science & Information Technology