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.
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
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.
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 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.
Design a two-bit up/down binary counter using D flip-flops that can count in binary from 0 to 7. When the control input x is 0, the circuit counts down, and when it is 1, the circuit counts up. (a) Obtain the state table of the two-bit counter. (b) Obtain the state diagram (c) Draw the logic diagram of the circuit.
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 circuit that has a 3 bit binary input and a single output (D). D=0 when the input is less than 5 subscript 10 and D=1 otherwise.
Please design and implement a combinational circuit called 4-bit adder to add two 4-bit binary numbers, e.g. 1011 + 1110 = 1 1 0 0 1, the 5-bit result is 1 1 0 0 1 in which the leftmost bit is carry-out bit and sum result is 1 0 0 1, so that final sum is 1 1 0 0 1 which is 25 in decimal. (b) Design and Implement the four-bit adder circuit preferably using CEDAR logic simulator...