?The most popular formats for pictures on the web are JPG, GIF, and ____.
A. ?BMP
B. ?PNG
C. ?TIFF
D. ?MP3
Answer: B
You might also like to view...
Which of the following is not a syntax error?
a. std::cout << 'Hello world! '; b. std::cout << "Hello world! "; c. std::cout << "Hello world! "; d. std::cout << Hello world!;
The __________ in a binary tree is similar to the head pointer in a linked list.
a. root pointer b. leaf pointer c. null pointer d. binary pointer e. None of these
Main memory divided into a number of static partitions at system generation time is _______
A) ?fixed partitioning ? B) ?simple segmentation C) ?dynamic partitioning ? D) ?simple paging
If the string passed to parseInt contains text characters, parseInt will ________.
a) return NaN b) return 0 c) return the sum of the characters' ASCII values d) truncate the text entries