In the fourth century the codex replaced the scroll because

a. it was more durable, and it was much easier to look up a particular passage.
b. it was much lighter, and it could be made much more rapidly.
c. Gutenberg’s printing press had just been invented.
d. there was a worldwide shortage of papyrus.
e. All of the above


A

Computer Science & Information Technology

You might also like to view...

Write the header and body for isEmpty. The method returns true if the list is empty and false otherwise. Does the method need to know if the underlying implementation uses an array or a list structure?

What will be an ideal response?

Computer Science & Information Technology

Label the elements of a 3-by-5 one-dimensional array sales to

``` for ( row = 0; row < 3; row++ ) for ( column = 0; column < 5; column++ ) sales[ row ][ column ] = 0; ```

Computer Science & Information Technology

Which IPv6 multicast addresses are used by OSPFv3 for communications between OSPFv3-configured devices?

A) FF02::5 B) FF02::6 C) FF02::A D) FF02::9

Computer Science & Information Technology

You are notified of an inkjet printer not printing properly. The computer has the printer software loaded and not displaying any errors. A test print was performed, with one of the colors not printing properly. What should you perform first?

A. replace cartridges B. run a cleaning page C. clean heads D. clean fuser assembly

Computer Science & Information Technology