Which of the following file types is commonly used by digital cameras to store digital pictures in an efficient file size?

A) GIF B) JPEG C) BMP D) WAV

B

Computer Science & Information Technology

You might also like to view...

Why does the compiler complain if I attempt to use a vector as a base container for a stack of double values?

The declaration is: stack> myStack; The VC++ compiler says stack> myStack; //error: missing ',' //before identifier 'myStack'

Computer Science & Information Technology

What kind of iterators does the queue template container have?

What will be an ideal response?

Computer Science & Information Technology