A battery of 10 volts emf and points internal resistance of 0.50 ohms is connected in parallel with another battery of 12 volts and internal resistance of 0.80 ohms. The terminals are connected to an external load resistance of 20 ohms. What is the load current?
Implement the following logic function using a Multiplexer having three select lines.
F(P,Q,R,S) = PQ̅R + QRS̅ + PQR̅
Implement:
i) Full-Adder
ii)Full-Subtractor
in a Active High output Decoder Circuit and 2-input NAND Gates.
Design a 4-bit combinational circuit 2’s complimenter. (The output generates 2’s
compliment of input binary number.) Show that the circuit can be constructed with XOR
gates.
Design a Combinational circuit using 2-input basic gates only which has three inputs A, B
& C and three outputs X, Y & Z. When the decimal equivalent of the binary input is 0, 1, 5
or 3, the decimal equivalent of the binary output is one greater than the input and when
decimal equivalent of the binary input is 4, 2, 6 or 7, the decimal equivalent of the binary
output is one less than the input.
What is the difference between ‘Ripple carry adder’ and ‘Look-ahead carry adder’ explain
in brief.
‘A 4-bit adder circuit could be used to convert BCD codes to Excess-3 codes’.
Justify this statement using proper circuit diagram in brief.