When you ________ an image, you resize it to a percentage of its original size

Fill in the blank(s) with correct word


scale

Computer Science & Information Technology

You might also like to view...

Complete the code fragment below so that it displays on the same line the first alphabetic letter in str and the last digit in str. You may assume that str contains at least one alphabetic letter and at least one digit.

``` int fst_let, last_dig; /* positions of first letter, last digit */ char str[30]; int i; printf("Enter a string> "); scanf("%s", str); ```

Computer Science & Information Technology

The point of origin on an object is the point____.

A. that is locked on the artboard B. from which an object is duplicated C. from which an object is transformed D. cannot be anything other than the center point

Computer Science & Information Technology

IEEE has divided the ____ layer into two sublayers: Logical Link Control (LLC) and Media Access Control (MAC).

A. Physical B. Data Link C. Transport D. Session

Computer Science & Information Technology

The IIf function in Access, which stands for ________, is similar to the IF function in Excel

Fill in the blank(s) with correct word

Computer Science & Information Technology