Ask Question

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?

+3
Answers (1)
  1. 25 October, 18:18
    0
    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.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers