Case-Based Critical Thinking QuestionsCase 5-1Part of your new job on the Web development team is to review the page download sizes of new pages added to the site to make sure that everything added is well-considered. If you know that a new page added to a particular site is mainly viewed by users on cable modem connections, how small does the page have to be in order to download in less than a second?
A. less than 100 kb
B. less than 50 kb
C. less than 10 kb
D. any of the above
Answer: D
You might also like to view...
Heap sort is an __________ sorting algorithm.
a) O(1) b) O(n) c) O(n log n) d) O() e) none of the above
A UNIX user communicates with the operating system through the __________.
a. kernel b. shell c. device driver d. text segment
When using the rand() function, how do you ensure that you will obtain the same series of numbers?
A. Pass srand() the same seed value. B. Call it from a different location in the code. C. Use the modulus operator with a different number after it. D. You can’t. You always obtain random numbers.
Compressed files can be saved with the built-in ability to automatically decompress and place themselves on the hard disk. Such files are called ____________________ (three words).
Fill in the blank(s) with the appropriate word(s).