What is logic gate and truth table?

1 answer(s)
Answer # 1 #

A logic gate is a digital circuit that performs a logical operation like AND, OR, NOT. A truth table shows all possible input combinations and the corresponding output for that gate. Example: - AND gate: Only gives 1 if both inputs are 1. - OR gate: Gives 1 if at least one input is 1. - NOT gate: Inverts the input.

[2 Year]