Ask Question
8 February, 15:34

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?

+5
Answers (1)
  1. 8 February, 17:00
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers