Answer the following statement(s) true (T) or false (F)

1. You can add a layer to a file by drawing a bitmap object or by using the Type Tools on the Tools panel.
2. You can cut or copy a selection on one layer—or even in another file—and then paste it into your composition to add it as a new layer.
3. When you paste a selection, Photoshop puts the object on a new layer on the Layers panel.
4. When you paste a selection, Photoshop puts the object on a new layer on the Layers panel.


1. FALSE
2. TRUE
3. TRUE
4. TRUE

Computer Science & Information Technology

You might also like to view...

Suppose we have an array of String objects identified by the variable names. Which of the following for loops will not correctly process each element in the array.

a) for(int i = 0; i < names.length; i++) b) for(String name : names) c) for(int i = 0; i < names.length(); i++) d) none of these will correctly process each element e) all of these will correctly process each element

Computer Science & Information Technology

A monospaced typeface uses the same width for every character

Indicate whether the statement is true or false

Computer Science & Information Technology

One of the core notions of the design method is to employ a singular approach called the funnel

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ option means to bring a selected object in front of other items on the same layer.

a. Advance b. Forward c. Top d. Next

Computer Science & Information Technology