Windows ____ is a format used with Microsoft products and associated clip art.
a. Metafile
b. GIF
c. PNG
d. Publisher
a. Metafile
Computer Science & Information Technology
You might also like to view...
What is the output of the following code? boolean even = false; System.out.println((even ? "true" : "false"));
a. true b. false c. nothing d. true false
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1) A main method can only access static or local variables. 2) In a class that has variables called height and width, methods called getHeight() and getWidth() are examples of accessor methods. 3) Every class has a constructor, whether defined by the programmer or not. 4) Variables that are declared as static are shared among all instances of a class. 5) Aggregation is sometimes described as a has-a relationship.
Computer Science & Information Technology