Computer Science, asked by sahir2357, 9 months ago

Define AND gate and its operation.

Answers

Answered by mayanksharma789594
2

Explanation:

The AND gate is a basic digital logic gate that implements logical conjunction - it behaves according to the truth table to the right. A HIGH output (1) results only if all the inputs to the AND gate are HIGH (1). If none or not all inputs to the AND gate are HIGH, a LOW output results. The function can be extended to any number of inputs.

Attachments:
Answered by 007Boy
27

Answer:

The AND gate is a logic gate that has two or more inputs but only one output. However, the output Y of an AND gates is HIGH when all inputs are HIGH. The output Y of an AND gate is LOW if any or all the inputs are LOW.For this reason, the AND gate is sometimes called "any or nothing gate".

Similar questions