There are ____________________ fixed area tools that allow you to create circular or rectangular selections.

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


Answer: 4

Computer Science & Information Technology

You might also like to view...

Suppose an ArrayList list contains {"red", "green", "red", "green"}. What is the list after the following code?

``` list.remove("red"); ``` a. {"red", "green", "red", "green"} b. {"green", "red", "green"} c. {"green", "green"} d. {"red", "green", "green"}

Computer Science & Information Technology

___________ translates high-level language program into machine language program.

a. An assembler b. A compiler c. CPU d. The operating system

Computer Science & Information Technology

Which of the following utilities was native to the Linux operating system and can be used to do string searches across multiple directories?

a. GREP b. DD c. LIST d. STRINGS

Computer Science & Information Technology

The Crop tool is intended to be used as a practical alternative to the Image Size dialog box.

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

Computer Science & Information Technology