Posts tagged binary
Before the circuit here are the digital blocks which have been already designed and exist as part of the division block 1 bit subtractor: 2 bit subtractor(in the digital block diagram of the di...
Suppose we have this stream of data.Let's assume the data stream lasts 1 sec. How do we find the bandwidth of the data?Do we Fourier transform the signal in order to find its components in the ...
I have a problem which I don’t understand how to solve. I have this 2-bit adder, but when I select A1AO to be (11)2 3 and B1BO to be (11)2 3 and run it on Logisim it doesn’t show me 6. Instead it s...
If we want to divide two numbers I have problem implementing this logic.I am posting 1 images with 2 different steps to the solution. In example a) the most significant digits of the divident >...
Can we make a n-bit subtractor using full subtractors or if we want do subtract one binary from another we must use full adders and use the complement of the 2nd number to do the subtraction? I ha...