A Windows 7 feature that allows you to capture screen shots of any object on your screen is the ________

A) Print Screen Tool B) Snipping Tool C) Capture Tool D) Screen Shot Tool


B

Computer Science & Information Technology

You might also like to view...

Why can you not use the swap template function to swap two complete arrays?

template void swap(T& left, T& right) { T tmp=left; left=right; right=tmp; } a. You can not pass an array to a function b. The swap function does not return anything c. the = operator does not work for an array d. tmp should be an integer

Computer Science & Information Technology

Which of the following represents the Copy button?

A.
B.
C.
D.

Computer Science & Information Technology

A shaded bar that provides a visual cue about the value of a cell relative to other cells is a:

What will be an ideal response?

Computer Science & Information Technology

Is it possible to pass a variable to a function by reference and have the value stored in the original actual parameter remain unchanged?

What will be an ideal response?

Computer Science & Information Technology