Using any selection tool, what shortcut key command lets you add to a selection? Subtract from a selection?

What will be an ideal response?


To add to a selection with a selection tool, hold down the Shift key as you draw over the areas you want to add. To subtract from a selection, hold down the Alt/Option key as you draw over the areas you want to remove from the selection.

Computer Science & Information Technology

You might also like to view...

A quick and easy way to identify the DNS server domain and IP address in Windows, Mac, and Linux is to type __________ at the command prompt.

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

Computer Science & Information Technology

Translate the following into IA64 code, making use of predication.

for (i = 0; i < 100: i++)
{ if (X[i] = Y[i])
Y[i] = Y[i] + 1;
else X[i] = X[i] – 1;
}

Computer Science & Information Technology

As available memory is lost because of a memory leak, system operation can slow down, applications can fail, and the computer can crash.

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

Computer Science & Information Technology

________ recognizes patterns in data as you type and automatically fills in values for text and numeric data

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

Computer Science & Information Technology