Which of the following file types cannot be opened by Microsoft Paint?
A. Windows Bitmap
B. Word document
C. GIF
D. JPEG
Answer: B
You might also like to view...
What would be the result after the following code is executed?
``` int[] x = {23, 55, 83, 19}; int[] y = {36, 78, 12, 24}; for(int a = 0; a < x.length; a++) { x[a] = y[a]; y[a] = x[a]; } ``` a. x[] = {36, 78, 12, 24} and y[] = {23, 55, 83, 19} b. x[] = {36, 78, 12, 24} and y[] = {36, 78, 12, 24} c. x[] = {23, 55, 83, 19} and y[] = {23, 55, 83, 19} d. Nothing. This is a compile error.
Which of the following is ALWAYS included in a business letter?
A) Initials of the preparer of the letter B) Inside address C) Enclosure notation D) Subject line
A list is ordered if its elements are ordered according to some criteria.
Answer the following statement true (T) or false (F)
Using style sheets allows you to deal with both the content and the formatting of that content simultaneously.
Answer the following statement true (T) or false (F)