Press ____________________ while dragging the Rectangular Marquee tool to create a square.
Fill in the blank(s) with the appropriate word(s).
[Shift]
Computer Science & Information Technology
You might also like to view...
List at least six precautions you should take to prevent technology-related tendonitis or CTS.
What will be an ideal response?
Computer Science & Information Technology
The function call ____ requests enough memory to store 10 characters.
A. realloc(10,sizeof(char)) B. calloc(sizeof(char),10) C. malloc(sizeof(char)) D. malloc(10 * sizeof(char))
Computer Science & Information Technology