MCQOPTIONS
Saved Bookmarks
| 1. |
Suppose we transfer a file written on a little endian machine to a big endian machine and there is no transformation from little endian to big endian, then what happens? |
| A. | The big endian machine throws an error when it receives the file |
| B. | The big endian machine reads the file in the reverse order |
| C. | The big endian machine does not read the file |
| D. | The big endian machine reads the file in the normal order |
| Answer» B. The big endian machine reads the file in the reverse order | |