Answer the following statement(s) true (T) or false (F)
1. You can click a history state on the History panel to revert an image to the state it was in when you performed that action. When you do, the states beneath that action appear dimmed on the History panel. _________________________
2. The Magnetic Lasso Tool selects the outline of a complex object on a low contrast background. _________________________
3. An RGB image has a composite RGB color channel and two individual color channels. _________________________
4. In an alpha channel, black indicates the selection. _________________________
1. TRUE
2. FALSE
3. FALSE
4. FALSE
You might also like to view...
<< is called the stream ____________________ operator.
Fill in the blank(s) with the appropriate word(s).
Which of the following is true about extended IP ACLs?
A. the ‘established' keyword is not available except on standard ACLs B. you can apply multiple outbound ACLs on a single interface C. the default inverse mask for the source is 0.0.0.0 D. they should be applied to an interface close to the traffic source
This option in AD Users and Computers will allow you to see folders such as LostAndFound, Program Data, System, NTDS Quotas and TPM Devices.
What will be an ideal response?
?In the code below, what is the scope of the num1 variable? ? int num1; int main() { cin >> num1; cout << num1 *.10; ? ... more code here ... }
A. the program lifetime B. ?local C. ?until the cout function finishes D. ?global