The ____ format is suitable for import to a page layout application and is also a format often requested by printing companies

a. JPG
b. PDF
c. TIF
d. WMF


b. PDF

Computer Science & Information Technology

You might also like to view...

Give the values of the List attributes after each of the following operations.

``` List ex = new LinkedList(); ex.add("Pooh"); ex.add(1, "Tigger"); ex.add(1, "Piglet"); ex.add(0, "Owl"); List exView = ex.sublist(1,4); exView.clear(); ```

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) The width of all data cells in a table must be the same. 2) The thead element is mandatory in a table. 3) You are limited to a maximum of 100 internal links per page. 4) All browsers can render framesets.

Computer Science & Information Technology

Outliers are data that are abnormally different from the other values in a random sample

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which video port was made for digital flat panel monitors?

A) S-Video B) VGA C) DVI D) S/PDIF

Computer Science & Information Technology