The ____ Tool softens hard edges or reduces detail in an image when you drag in the selection or image, by decreasing the color contrast between consecutive pixels.
a. Relax
b. Blur
c. Sharpen
d. Round
b. Blur
You might also like to view...
Recovery of a function from knowledge of its rate of change calls for
a. approximation of a first derivative b. approximation of a second derivative c. solution of a differential equation d. approximation of a zero of the function
The following program has been partitioned into two files. Before we commented out the keyword namespace and the curly braces that were around func(int) this program compiled and had this output:
```
func(5) = 25
junk(5) = 75
```
Will the code compile now? If so, predict the output and explain.
```
// This goes in file A.cpp
//namespace //
//{
int func(int i)
{
return i*3;
}
//}
int junk (int i)
{
return i*func(i);
}
// This goes in file B.cpp
#include
The field size indicates the ________ length of a data field
Fill in the blank(s) with correct word
Windows 10 replaces older mobile versions of Windows, including ____ and Windows RT, as well as older embedded versions of Windows.
A. Windows Phone Dragon B. Windows Phone 5 C. Windows Phone 8 D. Windows Server 2014