1.

The result of>> of 11001 by 3-bits will be ______________(a) 01000(b) 01111(c) 00011(d) 11111I got this question by my college director while I was bunking the class.My doubt stems from Booth’s Algorithm topic in section Computer Arithmetic of Computer Fundamentals

Answer»

Correct CHOICE is (a) 01000

Easy explanation: >> is the bitwise LEFT SHIFT operator in binary arithmetic.

Applying >>(left-shift) by 3-bits on the number 11001 will RESULT in 3 ZEROES on the right, i.e., 01000.



Discussion

No Comment Found

Related InterviewSolutions