Which of the following is not a way to create a layer?

A. Click the Create a new layer button on the Layers panel
B. Duplicate an existing layer
C. Click the Create a new layer button on the Tools panel
D. Use the New Layer command on the Layers panel menu


Answer: C

Computer Science & Information Technology

You might also like to view...

The following program segment is supposed to print the first n integers, but it doesn't work. Correct the statements so that they achieve the intended purpose.

``` i = 0; while (i < n) cout << x << endl; i++; ```

Computer Science & Information Technology

Which of the following statements about pipes is true?

a) A pipe serves as a buffer through which two or more processes can exchange data. b) The operating system synchronizes access to a pipe. c) After a process reads data from the pipe, the data is removed from the pipe. d) all of the above

Computer Science & Information Technology

Startup macros can be used to automate common startup tasks

Indicate whether the statement is true or false

Computer Science & Information Technology

The LCD has to use an edge-blurring technique called _______________ to soften the jagged corners of the pixels when running at lower than native resolution, which simply does not look as good.

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

Computer Science & Information Technology