When you save a presentation that contains photos, PowerPoint automatically compresses the photos to a resolution of ____ pixels per inch (ppi).
A. 120
B. 180
C. 220
D. 280
Answer: C
Computer Science & Information Technology
You might also like to view...
What is wrong with the following calling statement and its corresponding Sub statement?
``` MyProcedure("The Jetsons", 1000, 209.53) Sub MyProcedure(var1 As Double, var2 As Double, var3 As Double) ``` (A) It is not valid to pass something like "The Jetsons." (B) Constant values like 1000 cannot be passed, only variables. (C) var1 is not of the same data type as "The Jetsons." (D) Nothing is wrong with them.
Computer Science & Information Technology
Describe forged deauthentication.
What will be an ideal response?
Computer Science & Information Technology