When you change the size of a selection, it is called ________ .

a. resizing
b. rescaling
c. scaling
d. repositioning


c. scaling

Computer Science & Information Technology

You might also like to view...

You can set import preferences for Photoshop files in the ____________________ dialog box.

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

Computer Science & Information Technology

Complete the following function for calculating the value of a number (base) raised to a power. Assume that power is positive.

int raiseTo_power (int base, int power) int ans; if (power == ______________ ) ans = ______________ ; else ans = ____________ *______________ ; return ans; }

Computer Science & Information Technology

Modify Exercise 30.10 to continuously rotate the cube.

What will be an ideal response?

Computer Science & Information Technology

A businessperson does most of their work inputting data into an online database. Which design would most likely benefit this user?

A) Liquid cooling B) Thin client C) HTPC D) Server

Computer Science & Information Technology