What are the truthtable for AND operation?
Answers
Answered by
3
Answer:
Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates. The basic operations are described below with the aid of truth tables. The OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high.
hope it helps ⬆️⬆️⬆️☺☺
Answered by
0
Answer:
A truth table is a good way to show the function of a logic gate. It shows the output states for every possible combination of input states. The symbols 0 (false) and 1 (true) are usually used in truth tables. The truth table below shows the inputs and output of an AND gate.
Input A Input B Output Q
0 0 0
0 1 0
1 0 0
1 1 1
Explanation:
Similar questions