1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
boyakko [2]
2 years ago
5

Assume a computer that has 32-bit integers. Show how each of the following values would be stored sequentially in memory, starti

ng at address 0x100, assuming that each address holds 1 byte. Be sure to extend each value to the appropriate number of bits. You will need to add more rows (addresses) to store all given values.
a) 0xAB123456

b) 0x2BF876

c) 0x8B0A1

d) 0x1

e) 0xFEDC1234

byte order
address big endian little endian
0x100
0x101
0x102
0x103
0x104
0x105
0x106
0x107
Computers and Technology
1 answer:
finlep [7]2 years ago
6 0

Answer:

Adresses                          Big endian                                    Little Endian

0x100                                  AB                                                 56

0x101                                   12                                                  34

0x102                                  34                                                  12

0x103                                  56                                                 AB

0x104                                  00                                                 76

0x105                                  2B                                                 F8

0x106                                  F8                                                 2B

0x107                                 76                                                 00

0x108                                00                                                 A1

0x109                                08                                                B0  

0x10A                                B0                                                08

0x10B                                A1                                                 00

0x10C                               00                                                  01

0x10D                               00                                                 00  

0x10E                               00                                                  00

0x10F                                01                                                   00

0x110                                FE                                                   34

0x111                                 DC                                                  12

0x112                                12                                                    DC  

0x113                                34                                                   FE

Explanation:

As, it is mentioned that all the integers have 32 bits and all the data given in the question is in Hexadecimal. In Hexadecimal each number consists of 4 bits.

Each memory location contains 1 byte = 8 bits of data. So we store 2 digits of Hexadecimal number each location from each number in given data. If any number contains less than 32 bits in binary, we will add zeros to complete the number in 32 bits.

In big endian order, data is stored from upper most bit to lower most bit in sequential order and in Little Endian order it is vise versa.

You might be interested in
Alex is nearing graduation. His counselor showed him this information. Alex's College Costs & Payment Options per Year Costs
Pie

Answer:

A

Explanation:

In my opinion, it is best he works the extra $1300 which wouldn't require him to abandon his college plans, wait an extra year or get himself into the trouble of loans.

Cheers

6 0
3 years ago
Read 2 more answers
When 2 or more computers are connected it is called?
Alenkasestr [34]

When two or more computers are connected it is called Local Area Network (LAN).

5 0
2 years ago
What law formalizes many licensing arrangements used by the software industry and attempts to standardize their use from state t
andrew11 [14]

Answer: (C) Uniform Computer Information

Explanation:

  The uniform computer information is one of the type of transactional act is basically designed the various types of electronic commerce in the united states and by using this act it helps in recognizing the electronic contract by mention all the requirements.

  • The uniform computer information formalizing the various types of licensing arrangement and also standardize their specific use.  
  • In the united state, this model law specify their guidelines from state to another State.    

 According to the given question, the uniform computer information transaction act is used by the software organizations and developed for the purpose of regulate the computer data transactions products like the online based database management and software.    

8 0
3 years ago
Repl.it Assignment 4.1.3 (Max and Min)<br> Please help me<br> I will give brainliest and a like
earnstyle [38]
-31 or 21- 50 it may also carry -31
3 0
3 years ago
Which of the following are efficient ways to use the Internet? Check all of the boxes that apply.
alexdok [17]

Answer:

The Answers are A & B

Explanation:

the other answers obviously make no sense what so ever seeing as they refer to using the internet for recreational purposes

5 0
3 years ago
Read 2 more answers
Other questions:
  • Tim has an old server computer that his company uses as a backup. One of the hard drives has gone bad and needs to be replaced.
    13·1 answer
  • Why is the transmission of information impartial on websites?
    10·2 answers
  • Which type of computer graphic can be blown up to a much larger size without getting distorted or losing quality?
    5·1 answer
  • Please as soon as possible
    13·1 answer
  • 4.8 code practice question 2
    10·1 answer
  • What key value does Accenture’s myConcerto bring to clients looking for automated solutions?
    6·1 answer
  • One last question
    7·2 answers
  • Amogus :0) owo have a good day y'all
    12·1 answer
  • To what extent do you agree with the assertion that “Collection development begins with community analysis”. (Give reasons to bu
    7·1 answer
  • HELP 20 points THIS IS ON EDGE IF YOU DON'T KNOW THE ANSWER DON'T RESPOND
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!