To create an alpha channel from a selection, press ____ and then click the ‘Create new channel’ button.
a. ALT
b. CTRL
c. ESC
d. F11
a. ALT
You might also like to view...
When using a command line interface, there are many commands to be learned, and each command has its own __________, much like a programming language.
Fill in the blank(s) with the appropriate word(s).
A slide can contain text, pictures, tables, charts, and other multimedia or graphic objects
Indicate whether the statement is true or false
A binary search function receives an array of integers to be searched. The formal parameter for the array is coded as int* list. Which of the following statements properly determines the next mid point to be tested when first and last are pointer variables and mid is an index?
A. mid = first + last - first / 2; B. mid = (first * last - first) / 2; C. mid = first + (last - first) / 2; D. mid = *first + *last - *first / 2; E. mid = *first + (*last - *first) / 2;
A(n) ____ computer uses light, such as from laser beams or infrared beams, to perform digital computations.
A. optical B. digital C. hybrid D. solar