The ____ image file format was created specifically for Web graphics, and it produces high-quality images with small file sizes.
A. JPEG
B. GIF
C. PNG
D. XML
Answer: C
You might also like to view...
Analyze the following code:
``` public class Test extends A { public static void main(String[] args) { Test t = new Test(); t.print(); } } class A { String s; A(String s) { this.s = s; } public void print() { System.out.println(s); } }``` a. The program does not compile because Test does not have a default constructor Test(). b. The program has an implicit default constructor Test(), but it cannot be compiled, because its super class does not have a default constructor. The program would compile if the constructor in the class A were removed. c. The program would compile if a default constructor A(){ } is added to class A explicitly. d. The program compiles, but it has a runtime error due to the conflict on the method name print.
A(n) ________ is a key that is switched from one setting to another; Caps Lock is an example
Fill in the blank(s) with correct word
A ____ utility is used to insert special characters.
a. Character Map b. Gallery c. Picker List d. Menu Map
You can save an Excel file as a text file with which of the following file extensions?
A) .pdf B) .rtf C) .txt D) .csv