4. Find the output sequence Y for;
i) an AND gate with inputs A, B, C where ,
A = 11111100; B = 10101010; C = 00111100.
ii) A NOT gate with inputs A ; where ,
A = 11000011
Answers
Answer:
gagdjjfjcmcmcnncnbsbbdn
Answer: (i) Y = 00101000 (ii) Y = 00111100
Explanation:
AND gate and NOT gate are the basic logic gates in digital electronics.
The AND gate is a basic digital logic gate that implements logical operation from mathematical logic. AND gate behaves according to the truth table. A HIGH results in output only if all the inputs to the AND gate are HIGH. If not all inputs to the AND gate are HIGH, then LOW output is given.
Given : A = 11111100;
B = 10101010;
C = 00111100;
∴ Y = 00101000
In digital logic, a NOT gate is a logic gate which implements logical negation, i.e., reverses an input. Not gate is also called an inverter. In a NOT gate, a logic inverts the digital input signal.
Given : A = 11000011
∴ Y = 00111100
_______________________________________________________
Related Links :
Explain OR gate AND gate and NOT gate.
https://brainly.in/question/32581501
Define AND gate and its operation.
https://brainly.in/question/13922326
#SPJ2