687 views
0 votes
0 votes
It was stated that the 2’s complement of a binary number can be formed by lowing all the least significant 0’s and the first 1 unchanged and complementing all the other higher significant bits, Design a serial 2’s complementer using this procedure. The circuit needs a shift register to store the binary number and an RS flip-flop to be set when the first least significant 1 occurs. An exclusive-OR gate can be used to transfer the unchanged bits($ x \oplus 0 = x$) or complement the bits  ($ x \oplus 1 = x’$).

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
ajaysoni1924 asked Apr 6, 2019
664 views
what changes are needed to the figure to convert it to a serial subtractor that subtracts the content of register B from the content of register A?
2 votes
2 votes
0 answers
2
0 votes
0 votes
0 answers
4
ajaysoni1924 asked Apr 6, 2019
421 views
Design a shift register with a parallel load that operates according to the following function table:shiftloadregister operation00no change01load parallel data1xshift rig...