When you ________ an image, the picture becomes fuzzier

Fill in the blank(s) with correct word


soften

Computer Science & Information Technology

You might also like to view...

What will be the value of discountRate after the following statements are executed?

``` double discountRate = 0.0; int purchase = 100; if (purchase > 1000) discountRate = 0.05; else if (purchase > 750) discountRate = 0.03; else if (purchase > 500) discountRate = 0.01; ``` a. 0.0 b. 0.05 c. 0.03 d. 0.01

Computer Science & Information Technology

Which of the following is the best example of a rapid-onset disaster?

A. flood B. hurricane C. famine D. environmental degradation

Computer Science & Information Technology

Components that are used by a computer but are located outside the system unit are known as ___________.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Arranging the patients in a dental data source by patient's ages is an example of ________

Fill in the blank(s) with correct word

Computer Science & Information Technology