Computer Science, asked by ramgulhane2204, 1 day ago

explain the basic Gate with definition symbol and truth table​

Answers

Answered by ishikaraut2007
34

Answer:

A logic gate is a basic building block of a digital circuit that has two inputs and one output. ... The basic logic gates are categorized into seven: AND, OR, XOR, NAND, NOR, XNOR, and NOT. These logic gates with their logic gate symbols and truth tables are explained below.

please make me brainliest

Attachments:
Answered by atharvabhargude2
0

Explanation:

1)AND gate:- If A is true and B is true only then Y is true.

A B Y

0 0 0

0 1 0

1 0 0

1 1 1

2)OR gate:- If A is true or B is true then Y is true.

A B Y

0 0 0

0 1 1

1 0 1

1 1 1

3) NOT gate:- If A is true then Y is false and if A is false then Y is true. It inverse the input.

A Y

0 1

1 0

___________________________________________

hope this was helpful mark me as "BRAINILIST"

Similar questions
Math, 12 hours ago