Answer the following statements true (T) or false (F)
1. A color management system guarantees exact color reproduction.
2. A digital image can gain detail if it is displayed on a higher resolution monitor.
3. Displaying a digital image on a high-resolution monitor will increase the image’s resolution.
4. Displaying a digital image on a high-resolution monitor will increase the image’s file size.
1. False
2. False
3. False
4. False
You might also like to view...
What is assigned to lblMessage.Text when the following code segment executes?
Dim strName1 As String = ”Jim” Dim strName2 As String = “John” If strName1 > strName2 Then lblMessage.Text = “Jim is greater” Else lblMessage.Text = “John is greater” End If a. True b. False c. Jim is greater d. John is greater
When configuring a group of radio button form controls, the value of the ______ attribute on each radio button must be the same
a. name b. id c. value d. none of the above
All of the following are comparison operators EXCEPT:
A) >< B) <> C) <= D) =
Designers use ___________, which are blueprints of different aspects of the program that also indicate how a user gets from one area of the program to another.
Fill in the blank(s) with the appropriate word(s).