144k views
0 votes
What are the contents of memory locations 200, 201, 202, and 203 if the word 1234 is stored at offset 200 and the word 5678 is stored at offset 202?

User Grwlf
by
8.1k points

1 Answer

5 votes

Answer:

Data at the following addresses will be as following:-

200 :- 34

201 :- 12

202 :- 78

203 :- 56

Step-by-step 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.

User Jamesatha
by
9.4k points

Related questions

asked Oct 11, 2024 208k views
Cristian Llanos asked Oct 11, 2024
by Cristian Llanos
7.4k points
1 answer
0 votes
208k views
asked Dec 26, 2024 40.8k views
Jason Howard asked Dec 26, 2024
by Jason Howard
7.4k points
1 answer
2 votes
40.8k views