Which page description language is the oldest and best supported?

A. PDF
B. PCL
C. XPS
D. Postscript


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the value in wordInSentence after line 5 is run?

``` 1 string sentence = “C++ is my favorite programming language.”.; 2 string word; = “favorite” 3 int sentSize = sentence.size(); 4 int wordSize = word.size(); 5 int wordInSentence = sentence.find(word); ``` A. 9 B. 10 C. -1 D. 8

Computer Science & Information Technology

Information that will display at the top of each page in Excel is called the ________

A) header B) footer C) margin D) heading

Computer Science & Information Technology

What does the red code in the accompanying figure do?

A. centers spanned text B. italicizes spanned text C. both a and b D. none of the above

Computer Science & Information Technology

According to the Gregg Reference Manual, Notes pages are formatted with a ________ between endnotes

A) double space B) single space C) 10 pt space D) triple space

Computer Science & Information Technology