A byte addressable memory contains the following Hex data values, stored sequentially, beginning at address 0EOO (i.e. the byte 00 is stored at location 0EOO : 00010203040506070809 OA OB OC OD OE OF 10111213141516171819 1A 1B 1C 1D 1E 1F What value is placed on the data bus when a 32-bit CPU reads from address OEOE, under each of the following circumstances?
a) The CPU is 8-bit and byte addressable
b) The CPU is 16-bit and byte addressable
c) The CPU is 32-bit and byte addressable
d) The CPU is 64-bit and byte addressable