Please consider the following tables of memory contents. The memory strip on the left is a single byte line up starting at address 0x0300 and going upwards. The memory strip on the right is a 4-byte line up starting at address 0x0200 and going downwards.
For example, location 0x0200 has hex contents of 0x11 as a byte (or simply 11 without the hex prefix 0x), or contents of 0x2211 as a word (or 2211).
0x0307 80
0x0306 70
0x0305 60
0x0304 50
0x0303 40
0x0302 30
0x0301 20
0x0300 10
0x0200 11 22 33 44
0x0204 31 32 33 34
0x0208 51 52 53 54
0x020C 71 72 55 56
0x0210 91 A1 B1 C1
0x0214 B1 00 01 02
0x0218 D1 D2 D3 D4
0x021C D5 D6 D7 D8
Please answer the following questions by filling the answers in hex without spaces and without the prefix 0x. Use capital letters A, B, C, D, E, and F for upper hex digits.
what is the byte stored at location 0x0303 Answer:
what is the word stored at location 0x0304 Answer:
what is the byte stored at location 0x020F Answer:
what is the byte stored at location 0x0212 Answer:
what is the word stored at location 0x0204 Answer:
what is the word stored at location 0x0216 Answer: