In Windows Explorer use the ________ key if you want to select a full range of files that are adjacent

A) Alt B) Shift C) Ctrl D) Tab

B

Computer Science & Information Technology

You might also like to view...

If Circle is a structure type, the statement Circle *pcirc;

A) defines a structure variable called *pcirc. B) defines a structure pointer called pcirc. C) is illegal in C++. D) initializes a Circle pointer. E) None of the above

Computer Science & Information Technology

NumberFormat static method ________ returns a NumberFormat that’s used to format a number as a percentage.

a. percent b. getPercentInstance c. percentage d. toPercent

Computer Science & Information Technology