In Windows, pressing ____ is the fastest and easiest way to duplicate a layer.

A. [Ctrl][J]
B. [Ctrl][C]
C. [Ctrl][D]
D. [Ctrl][A]


Answer: A

Computer Science & Information Technology

You might also like to view...

The below question refer to the program segment. (Assume that all variables are of type int.)

``` z = 0; g = 0; s = 0; i = 0; while (i < 50) { cin >> t; s += t; if (t >= 0) g++; else z++; i++; } ``` How many times is the while statement executed? a. Once. b. Never. c. 49 times. d. 50 times. e. Until a number of 50 or larger is entered.

Computer Science & Information Technology

________ is a type of internal storage often used as internal storage in tablets and mobile devices

A) CompactFlash B) An optical disc C) A hard drive D) A flash drive

Computer Science & Information Technology

In SharePoint, the ________ list enables you to group messages and responses in the order in which they arrived, or by threads

Fill in the blank(s) with correct word

Computer Science & Information Technology

If content is hard to read, in what category does the Accessibility Checker place this issue?

A) Error B) Caution C) Warning D) Tip

Computer Science & Information Technology