If you are sending a word document with images to a graphic designer to do work on it, to what extent should you compress the file?

A) It does not matter: graphic designers do not care about graphic quality.
B) A little bit: no one wants to wait while a slow connection sends an email.
C) A lot: the graphic designer should be able to reproduce graphics even with low quality images.
D) None at all: best to leave the images in the highest possible quality.


D

Computer Science & Information Technology

You might also like to view...

What happens when the following code is executed?

ComboBox myComboBox = new ComboBox<>(); myComboBox.getItems().addAll(5, 10, 15, 20); a. A ComboBox displaying the numbers 5, 10, 15, and 20 will be created. b. The values 5, 10, 15, and 20 will be added to a ComboBox named myComboBox. c. The values 5, 10, 15, and 20 will be converted to strings and added a new ComboBox named myComboBox. d. A compiler error will occur.

Computer Science & Information Technology

Pick the best answer

(a) Recursive methods may include a recursive call (b) Recursive methods may not use iteration (c) Recursive methods must include a recursive call (d) none of the above

Computer Science & Information Technology

If you have two values in one field, which normal form have you violated?

A) 2NF B) 1NF C) 0NF D) 3NF

Computer Science & Information Technology

The motion effects that occur in Slide Show view when you move from one slide to the next during a presentation are slide ________

Fill in the blank(s) with correct word

Computer Science & Information Technology