. Find the fourth row, having the bit pattern as an integer in an 8-bit computer, and express the answer in its decimal value. A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 (AU(B-C)) ? please do explain ur answers.....
Total Answers and Comments: 4
Last Update: September 23, 2007 Asked by: kumaresan
RE: . Find the fourth row, having the bit pattern as a...
Ans: 47AU(B-C):B-C=00100010AU(B-C): 00101111Converting this into decimal no. like this:0 0 1 0 1 1 1 10 0 32 0 8 4 2 1so 32+8+4+2+1=47plz tell me is it right....