Question: 1. (a) Solve the following hex addition problems giving the answer in hex. 0x251 + 0x80c 0x567 + 0xbed (b) Fill in the 16 bit
1.
(a) Solve the following hex addition problems giving the answer in hex.
0x251 + 0x80c
0x567 + 0xbed
(b) Fill in the 16 bit result of each of the following bit level expressions.
0x1234 | 0xabcd
0x2345 >> 1
0xabcd ^ 0xabcd
0x2345 & (0xff << 4)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
