The ________ file format was created by Adobe Systems for document exchange independent of software application and operating system environment

A) PDF
B) DOCX
C) XLS
D) XML


A

Computer Science & Information Technology

You might also like to view...

You define a class using the ____ statement.

A. Object B. ClassType C. Type as Class D. Class

Computer Science & Information Technology

switch is an example of a

A. preprocessor directive B. comment C. keyword D. statement

Computer Science & Information Technology

Which of the following is NOT true of XSLT?

a. it can convert XML data to database formats b. it can transform XSLT stylesheets to new stylesheets c. it can convert HTML web pages to formats for mobile or handheld devices d. all of the above are true

Computer Science & Information Technology

Suppose that the class Mystery is derived from the class Secret. Consider the following statements.Secret secRef = new Secret();Mystery mysRef = new Mystery();Which of the following statements is legal in Java?(i)  secRef = mysRef;(ii)  mysRef = secRef;

A. Only (i) B. Only (ii) C. Both (i) and (ii) D. None of these

Computer Science & Information Technology