Question

3. Design a one bit subtractor. The circuit subtracts the number Y from X and generates a difference D bit and a borrow out B

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer is as follows :

Answer A :

Truth Table For given Scenario :

INPUT OUTPUT

Answer B :

Canonical SOP Forms ;

D = X'Y'Bi + X'YBi' + XY'Bi' + XYBi

Bo = X'Y'Bi + X'YBi' + X'YBi + XYBi

or in little m notation :

D = m( 1,2,4,7)

Bo = m ( 1,2,3,7)

Answer C :

For D, we need following Product terms :

X'Y'Bi , X'YBi' , XY'Bi' , XYBi (1,2,4,7)

For Bo,we need following Product terms :

X'Y'Bi , X'YBi' , X'YBi , XYBi (1,2,3,7)

Out of which (1,2,7) are same and (3,4) are different.

So we need total of 5 product terms i.e. :

X'Y'Bi , X'YBi' , XYBi , XY'Bi' , X'YBi

Answer D

Circuit on PLA :

Bo

if there is any query please ask in comments..

Add a comment
Know the answer?
Add Answer to:
3. Design a one bit subtractor. The circuit subtracts the number Y from X and generates...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • C3PO has run into the Falcon’s computer again. This time he destroys the subtraction circuit, so...

    C3PO has run into the Falcon’s computer again. This time he destroys the subtraction circuit, so it must be rebuilt. Fortunately, C3PO has R2D2 to help him out. R2 suggests that they first build a circuit that can subtract one 1-bit number from another. In particular, it will realize the function x – y, where x and y are both 1-bit wide numbers. The output of the circuit is 2-bits wide. The outputs include “d” for difference and “b_out” for...

  • Q. 2. (a) Using full adders and some other gates, design subtractor that subtracts an 8-bit...

    Q. 2. (a) Using full adders and some other gates, design subtractor that subtracts an 8-bit binary number (Y.... Yo] from 8-bit binary number [X, ... Xo). Write necessary equations. Draw detailed circuit diagram and explain steps. (b) Write Verilog code for the above subtractor.

  • Implement the following bit sequential Adder-Subtractor design. X and Y are two operand inputs and Z...

    Implement the following bit sequential Adder-Subtractor design. X and Y are two operand inputs and Z is for the control signal i.e. Z is the selection bit. When Z has value 0, the circuit is an adder, meanwhile, the D flip-flop should be initialized to 0 for each addition. When Z has value 1, it performs subtraction, meanwhile, the D flip-flop should be initialized to 1 for each subtraction. Test your Adder-Subtractor circuit on the following operations and use the...

  • 1. A circuit has four inputs PORS and five outputs UVWYZ. PQRS represents a binary integer. UVW r...

    1. A circuit has four inputs PORS and five outputs UVWYZ. PQRS represents a binary integer. UVW represents the quotient and YZ the remainder when PORS is divided by 3 (UVW and YZ represent 3-bit and 2-bit binary numbers respectively). Realize the circuit using a PLA spewily the: PMA iable). 2. Implement the functions F,G and H using a PLA and PAL (with minimum number of product terms). Specify the PLA/ PAL table and draw the internal connections of the...

  • 3- Design, Implement a combinational circuit that generates the equation: Y=b2+4 Assuming input b as 3-bit...

    3- Design, Implement a combinational circuit that generates the equation: Y=b2+4 Assuming input b as 3-bit binary number denoted by (b = x, y, z )and the output ( y = yo, Yi, ....yn) Assignment (2) Repeat Assignment (2) using 3X8 line decoder in the implementation Process

  • The circuit below takes as input a four bit unsigned binary number A A2 A Ao and generates a single output F. Design th...

    The circuit below takes as input a four bit unsigned binary number A A2 A Ao and generates a single output F. Design the circuit where F will only be true if the decimal value of the input mod 3 is equal to 1 (F is true if the input mod 3- 1; F will be false otherwise). To implement F, you may use only the 8 x 1 multiplexor given below. You may not use any additional gates (such...

  • Derive the Boolean expression of a combination logic from the following truth table, where A, B,...

    Derive the Boolean expression of a combination logic from the following truth table, where A, B, C are input variables and D is output. Draw the circuit diagram to implement it. Show your working steps. The full subtractor is a combinational circuit, which is used to perform subtraction of three input bits: the minuend X, subtrahend Y, and borrow in B_in. The full subtractor generates two outputs bits: the difference D and borrow out B_out. B_in is set when the...

  • Problem 3 [10 points a) (5 points) Construct a circuit that takes as input a 3-bit number X-XXXo ...

    part c Problem 3 [10 points a) (5 points) Construct a circuit that takes as input a 3-bit number X-XXXo and increments it by one. L.e. if the input is 101 the output should be 110. Use only half adders. b) Construct a circuit that takes as input a 3-bit number X-XXxo and decrements it by one 1. (5 points) Show the truth table of the circuit. Then use a decoder and additional gates to implement it. So Ys Y2...

  • Introduction: This experiment studies the design of an 8-bit adder/subtractor circuit using VHDL capture. The experiment...

    Introduction: This experiment studies the design of an 8-bit adder/subtractor circuit using VHDL capture. The experiment investigates the implementation of addition and subtraction operations with circuits. This lab uses the virtual simulation environment to validate the design practically in the FPGA board. Equipment: • This experiment requires Quartus Prime and the Intel's DE2-115 FPGA board. • All students should have the Intel QP and ModelSim-Intel-Starter-Edition softwares installed in personal computers. • VPN connection to UNB Network and remote desktop software...

  • Computer Science: Computer Architecture 3. Do the following problems: Consider a circuit with 4 binary inputs....

    Computer Science: Computer Architecture 3. Do the following problems: Consider a circuit with 4 binary inputs. It counts the number of 1’s on its input and expresses (encodes or represents) the count as binary values on 2 output lines. a. Draw a truth table to represent the functions of the circuit. b. Provide SOP expressions for the output lines. c. Simplify the SOP expressions. d. Implement the circuit using 2-input NAND gates. 4. do the fowolling problems: a. Verify: xyz...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT