?Which of the following formats is not considered to be a standard graphics file format?

A. ?gif
B. ?jpeg
C. ?dxf
D. ?tga


Answer: D

Computer Science & Information Technology

You might also like to view...

Keyword ________ indicates that an element contains parseable character data.

a) PARSEDATA b) NDATA c) CDATA d) PCDATA

Computer Science & Information Technology

Suppose that a researcher decides to use an ordered list to organize Student objects. What must be done to the Student class to support this?

What will be an ideal response? ``` public class Student { private String name; private double courseAverage; // accessor, mutator, and // support methods ... } ```

Computer Science & Information Technology

In single inheritance, a class exists in a(n) _____ relationship with its derived classes.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Macro action used to open a new record in a form

a. NewForm b. OpenNewForm c. GoToRecord

Computer Science & Information Technology