Suppose that memory contains the following data starting at the address given in the left column (in hex dump format):
0x00001000: 0000 0000 0000 0000 fffe 1020 0102 feffOn a little-endian architecture machine, what is the numerical value of the two-byte unsigned integer starting at address 0x00001008? Write your answer as an expression involving sums of powers of 256. ~+ 255 * 256^0 + 254 * 256^1 ~~ Suppose that memory contains the following data starting at the address given in the left column (in hex dump format):
00001000: 0000 0000 0000 0000 fe01 1020 0102 01feOn a big-endian architecture machine is the two-byte signed integer value with address 0x00001008: ~ positive ~+ negative ~~ Suppose that memory contains the following data starting at the address given in the left column (in hex dump format):
00001000: 0000 0000 0000 0000 fe01 1020 0102 01feOn a little-endian architecture machine is the four-byte signed integer value with address 0x0000100c: ~positive ~+ negative