Which of the following file formats allows users to easily to share images with people who have different graphic programs?

A) .jpg B) .png C) .tif D) .bmp


D

Computer Science & Information Technology

You might also like to view...

Which if statement would be true if you needed to see if x (an int) was either 1 or 2?

A. if ( x == 1 || 2 ) B. if ( x =1 || 2 ) C. if ( x == 1 && x == 2 ) D. if( x == 1 || x == 2)

Computer Science & Information Technology

After using Ribbon Display Options to hide the Ribbon, how would you temporarily redisplay the Ribbon?

A) Click a Ribbon tab B) Click Collapse the Ribbon C) Click Ribbon Display Options D) Click at the top of the Ribbon

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1.An object of a derived class can be stored in a base class variable 2. The derived class may define variables and member functions other than those that are in the base class. 3. The base class has everything that is in the derived class and more 4. The constructor for a class is inherited. 5. A derived class automatically gets all the member variables from the base class.

Computer Science & Information Technology

The data type is most suited to a flag.

(A) Boolean (B) Integer (C) Decimal (D) Double (E) String

Computer Science & Information Technology