(Binary) 10101 + 11001 =
- (Binary) 46
- (Octal) 46
- (Decimal) 46
jamesmuendo asking:
Calculation please
Community Comments (2)
D
dimky Posts: 511 09.06.2016 / 23:30
S
st_eagle Posts: 2 27.06.2016 / 23:22
10101=1*(2^4)+0*(2^3)+1*(2^2)+0*(2^1)+1*(2^0)=16+0+4+0+1=21
11001= do the same thing .... =16+8+0+0+1=25
11001= do the same thing .... =16+8+0+0+1=25
Please Sign In to post a comment.