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

1. A Frequency box allows you to specify the rate at which the magnetic lasso sets fastening points.

2. The Anti-alias check box selects colors using data from all visible layers.

3. Flip transformations do not have to be committed.

4. The Single Row Marquee Tool has no shortcut key.

5. The initial state of the document is displayed at the bottom of the History panel shown in the accompanying figure.




1. True
2. False
3. True
4. True
5. False

Computer Science & Information Technology

You might also like to view...

What is the number of iterations in the following loop:

``` int count = 5; while (count < n) { count = count + 3; } ``` A. n - 3 B. n - 5 C. (n - 5) / 3 D. n / 3 - 1 E. the ceiling of (n - 5) / 3

Computer Science & Information Technology

“Most of the challenges in creating good mobile usability boil down to ___________.”

a. making user experiences delightful b. chopping content up into small enough chunks c. making good tradeoffs

Computer Science & Information Technology

In the two-phase commit protocol, suppose a cohort crashes in each of the following situations. Explain what should it do when it recovers

(a) It crashed before it sends it vote message (b) It crashed after it had voted while it was in its uncertain period.

Computer Science & Information Technology

A(n) _________________________ is a good way to compare visually a small set of numbers.

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

Computer Science & Information Technology