

1. Design a circuit which will either subtract X from Y or Y from X, depending...
Combinational logic: a) Design a circuit to compare two numbers each is 1-bit: A, B. With 3 outputs X for A-B ,Y for A<B, Z for A B b) Use the previous output (or only one of them) as selection lines for a multiplexer to give the larger number to the output of the multiplexer.
3) [9 marks] Using the combinational circuit design procedure discussed in the notes, design with a truth-table, simplify with K-maps, and draw the combinational circuit that accepts a 3-bit number and generates a 5-bit number output equal to 3X + 2 where X is the input number (if the input is 010 (2), the output should be (01000) 8 . Let the inputs be A, B, C and the outputs be V, W, X, Y, Z.
Stuoymae Campus 20 pts Question 2 XYo Y) in which inputs X are connect to two 4-bit Design a 4-bit Full Adder with inputs (Xo registers via four 2-to-1 Multiplexers and inputs Y are connected to two other 4-bit registers via four 2-to-1 Multiplexers. In this case assume that Carry in is always zero (and is therefore pull down) and that the register outputs 4-bits at a time. Make sure to show the proper connections between Ful adder, MUXS, and...
Design a 4-bit Full Adder with inputs (X0...X3, Y0...Y3.), in which inputs X are connect to two 4-bit registers via four 2-to-1 Multiplexers and inputs Y are connected to two other 4-bit registers via four 2-to-1 Multiplexers. In this case, assume that Carry in is always zero (and is therefore pull down) and that the register outputs 4-bits at a time. Please make sure to show the proper connections between Full adder, MUXS, and registers.
Tim Question 1 Atte 20 pts 2H 24 Design a 1-bit Full Adder using NOR gates only, you must include and show: Truth tables, detail logic gate circuit designs, and Boolean expressions Upload Choose a File 20 pts Question 2 Design a 4-bit Full Adder with inputs (Xo...X3, Yo...Y3) in which inputs X are connect to two 4-bit registers via four 2-to-1 Multiplexers and inputs Y are connected to two other 4-bit registers via four 2-to-1 Multiplexers. In this case...
Design a circuit with three input variables x y z representing the bits in a binary numbers and three outputs( a, b and c) also representing bits in a binary numbers when the inputs 0, 1, 6 or 7. The binary output will be complement of the input when the binary input is 2, 3, 4, or 5. The output is the input shifted left with a rotation( Example 3 = 011, outputs 001)
Design a combinational circuit with three inputs, x, y, z, and three outputs, A, B, C. When the binary input is 0, 1, 2, or 3, the binary output is one greater than the input. When the binary input is 4, 5, 6, or 7, the binary output is two less than the input.
[5 pts] Design a circuit with three inputs (x,y,z) and one output that outputs true if the binary value of the inputs is a perfect square (it's square root is an integer). Construct the truth table, simplify using a K-map, and draw out the logic circuit diagram
[5 pts] Design a circuit with three inputs (x,y,z) and one output that outputs true if the binary value of the inputs is a perfect square (it's square root is an integer). Construct...
8.9 Use FA's to design a device which will calculate 5x +4y where x and y are 4-bit unsigned inputs. Use 8-bit arithmetic. 8.10 Use FA's and logic gates to design a device which will multiply a given 4-bit signed input by -2. (Hint: if you think about this for a bit, you should see the answer is actually pretty straightforward. ..) in addition to the normal sum and carry outputs, a third output called overflow does not. 8.11 Use...
1- Please answer all the question
2- with clear handwriting
Thank you,
3. Design a combinational circuit with inputs a, b, c, d and outputs w, z, y, z, where the input and output both represent a signed numbers (2s complement). The output is 7 less than the input, if the input is positive, or zero. If the input is negative, the output is 3 greater than the input. 7. Use the Boolean functions developed in problem #3 to create...