Answer:
Data at the following addresses will be as following:-
200 :- 34
201 :- 12
202 :- 78
203 :- 56
Explanation:
If there is 1 byte storage.
if the data is of 4 digits.Then we have to store it in 2 memory locations.
The first two digits will be stored at the higher byte address that is 201 and the last two digits will be stored at then lower byte address that is 200.
The case is same with the next data 5678.
At address 202 :- 78 will be stored and at address 203 :- 56 will be stored.