What selection tool is the least efficient in selecting irregular areas of an image?
What will be an ideal response?
The Marquee tool, having the ability to only select within defined shape areas, such as a rectangle or an ellipse, is the least efficient.
You might also like to view...
A(n) Address Block is an example of a(n) ________ field
Fill in the blank(s) with correct word
What is the Story Editor? How is it used, and how does it make editing easier?
What will be an ideal response?
When you click the Decrease Font Size button, Excel assigns the next highest font size in the Font Size gallery.
Answer the following statement true (T) or false (F)
In the following code that defines the push method for the array-based stack, what is the missing code?
def push (self, item):
A. self.items += 1 B. self.items[len(self)] = item C. items[size] = len(self.item) D. item = self.items[self.size + 1]