Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Suppose we are going to store the 32 bit integer 0x12ab34cd at memory address 0x100. Our memory is byte-addressable, which means that each memory
1. Suppose we are going to store the 32 bit integer 0x12ab34cd at memory address 0x100. Our memory is byte-addressable, which means that each memory address stores a single byte.
(a) What byte is stored at address 0x101 if our architecture is big endian?
(b) What byte is stored at address 0x101 if our architecture is little endian?
2. (x << 3) + (x << 5) = x * N, where N is some constant. What is N (in base 10)?
3.Compute the 4 result for these integer additions.
(a) 1011 + 0110
(b) 0110 + 0010
(c) 1001 + 1010
write answer in 4-bit:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started