Which of the following is NOT a graphic file format?

A) JPEG
B) TIFF
C) PNG
D) PDF


D

Computer Science & Information Technology

You might also like to view...

Which of the following best describes what happens when an object no longer has any references pointing to it?

a) The object is overwritten the next time the new operator is called. b) The object is overwritten the next time the new operator is called using the same class. c) The object is immediately deleted from memory. d) The object is marked as garbage and its associated memory is freed when the garbage collector runs. e) The object stays in memory for the remainder of the programs execution.

Computer Science & Information Technology

When removing an item from an array, you must decrement the physical size by one.

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

Computer Science & Information Technology

After you insert a video, you can modify it by changing ____ options, changing the length of time the video plays, and applying formats and styles to the video.

A. playlong B. playback C. playnow D. playforward

Computer Science & Information Technology

A local variable lets you store a value within a(n) ____ for later use.

A. parameter B. method C. argument D. property

Computer Science & Information Technology