help me with this problem please :(
Design a digital circuit that having an 8-bit binary number at its input, shows the quantity of 1's and 0's it contains and the difference between both quantities.
The output must be represented by 3 display’s:
○ Quantity of 1’s
○ Quantity of 0’s
○ Difference 1’s - 0’s
help me with this problem please :( Design a digital circuit that having an 8-bit binary...
help me with this problem please :( Design a digital circuit that having an 8-bit binary number at its input, shows the quantity of 1's and 0's it contains and the difference between both quantities. The output must be represented by 3 display’s: ○ Quantity of 1’s ○ Quantity of 0’s ○ Difference 1’s - 0’s The procedure for the design of digital circuits must be carried out, including the digital diagram, using a block view.
can someone help me with the following problems :( Problem 1 Design a digital circuit that determines the amount of 1’s and 0’s in an 8-bit binary number and check whether both quantities are odd or even. Problem 2 Create a medium subtractor circuit, which allows subtracting the x-y bits which generate the difference in the output and the loan in the output p.
Help with the next problem Design a digital circuit that determines the amount of 1's and 0's in an 8-bit binary number and checks whether both quantities are even or odd.
help with the next problem Design a digital circuit that is a 2-bit, upstream and descending synchronous counter that with an input A, defines whether to ascend or descend. Comply with: A x 0 (ascending) A s 1 (descend), use Flip-Flop type D that is cyclic.
Design a combinational circuit that accepts a 3-bit binary number input x and generates a 6-bit binary number output equal to the xth Fibonacci number F(x) = F(x-1) +F(x-2) where F(0) = 2 and F(1) = 3.The book we are using in class is this: http://www.cramster.com/logic-and-computer-design-fundamentals-4th-solutions-3631 and we are on chapter 3.
Design a combinational circuit that accepts a 2-bit number and generates a 4-bit binary number output equal to the square of the input number. Use Decoder and any other external gates as necessary to implement your design. Draw the logic diagram and clearly label all input and output lines.
Need help with this digital logic problem please show work for
all parts thanks
[2] [20 points] A 2-bit Binary Comparator logic circuit receives 2-bit numbers, P = P.P, and Q = Q.Qo, and has three outputs Y2, Y1, and Yo: Output Y2 is 1 if and only if P < Q, otherwise it is 0. Output Y1 is 1 if and only if P > Q, otherwise it is 0. Output Yo is 1 if and only if P...
Please show process and I will rate faster!!!
2. Design a two-bit up/down binary counter using T-fip-flops that can count in binary from 0 to 3. When the control input x is 0, the circuit counts up and when it is 1, the circuit counts down. (a) Obtain the state table of the two-bit counter (P. S., Input, N. S., Output). (b) Obtain the state diagram. (c) Draw the logic diagram of the circuit.
Design a digital circuit that takes two 4-bit numbers A and B as input and generates output Z as follows: (20 points) - If A and B are odd numbers then Z-A-B. - If A and B are even numbers then Z-B-A 5. If A is an even number and B is an odd number then Z-A+B If A is an odd number and B is an even number then Z-A-B-1 Assume that you have access to as many as...
(a) Write a truth table. The input is 4-bit binary ABCD, A is
MSB, D is LSB. The output is also represented by x.
(b) Obtain an output expression in the form of a SOP.
(c) Use Boolean Algebra to design a circuit consisting of only
four inverters, four 3-input and gate, and one 4-input OR gate
using the simplified and simplified expression obtained in (b).
4-6. The Excess-3 coding system is a four-bit digital coding system for encoding all...