


Please upvote !!!
Problem 4 a) Design a 4 to 1 line multiplexer .Show all your work b) Design...
1. Write the truth table for a half adder (inputs A and B; outputs Sum and Carry). From the truth table design a logic circuit that will act as a half adder.
Implement Full adder using 8 times 1 multiplexer. Implement Full adder using 4 times 1 multiplexer. Show the Implementation adding two (4-bit numbers) using full adders. What is the main difference between pulse-trigger, positive-edge trigger and negative-edge trigger D Flip-flop? Design and implement a sequential circuit that can detect the code "111"with repetition. Show the state diagram, stale table and the circuit.
1. Design and implement a 4 to 1 multiplexer circuit using CMOS transistors. (30 Marks) (Note: Students are expected to design the circuit with truth table, solve the output expression by use of K Map or suitable circuit Reduction technique and implement using CMOS transistors.)
Multiplexer Example Implement the following Boolean function using a 4x1 Mux; F(x,y,z) = Σ (1,2,6,7) Decoder Example Implement the following functions for a full adder using decoder; S(x,y,z) = Σ (1,2,4,7) C(x,y,z) = Σ (3,5,6,7) Implement the following Boolean function; F(x,y,z) = Σ (0,2,3,7): Using; 1. Two 2x4 decoders and logic gates 2. One 4x1 multiplexer Decoder . Draw the truth table for the function to be implemented. . Pick the terms for output. . Derive appropriate logic to combine terms. . Use two 2x4 decoders to make one3x8 decoder. . Pay attention to fact...
Q2 (20pts) Design a combinational ct that accepts an input 3-bit binary number (XYZ) and generates an output 4-bit binary number (ABCD) where output equal to the double of the input number. (a) Construct the truth table (b) State each output-bit as a function in sum of minterms (SOM) form: (c) State each output-bit as a function in product of maxterms (POM) form: ΠΜ(.) (d) Optimize the circuit using K-maps and find the simplified functions Show your work full-credit. Q3...
design a logic gate level 14X1 multiplexer . your design should show the connections between the selection lines.the different inputs and output line input pins to the eight output pins using the required logic gate
design a 1-bit full adder using a two level OR-AND circuit. Show truth tables, detail logic gate circuit design and boolean expression
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...
Implement the function F (x,y,z)= (not x)(not z)+ xy using a. One 4-to-1 multiplexer and any additional inverters. Show your truth-table and justify your choice of select inputs. b. One 2-to-1 multiplexer and the minimal number of gates. Show the truth table used to derive your circuit.
3. PRELAB 1. A half adder is a circuit that has two inputs, A and B, and two outputs, sum and carry. It adds A and B according to the rules of binary addition and outputs the sum and carry. Design a half-adder circuit using one XOR gate and one AND gate. Verify your design through truth table and with Multisim. 2. Whereas the half adder added two inputs A and B, the full adder adds three inputs together, A,...