SOLUTION: Ineed some helpw with the following two questions...
1. Compute the sum of the following unsigned integers. 0b11000100 + 0b00110110
2. How many bits are required to repre
Algebra ->
Sequences-and-series
-> SOLUTION: Ineed some helpw with the following two questions...
1. Compute the sum of the following unsigned integers. 0b11000100 + 0b00110110
2. How many bits are required to repre
Log On
You can put this solution on YOUR website! Well first of all I am not used to seeing binary numbers with a b in them but it has been a couple years since I delt with them.
A) I used 11000100 + 00110110
. 11000100
+ 00110110
-------------
11111010
B)To see how many bits some takes use the equation
For example if X = 3 or 3 bits; with three bits you can go up to 8 in decimal but not reach 8.
For your question, for 1497 in decimal form, you need 11 bits.