The boss of electronics [Part-4] is the logic gate, which is, how many types and uses

12
620
This entry is part [part not set] of 5 in the series আসুন হই ইলেক্ট্রনিক্স এর বস

Assalamu Alaikum,

I hope everyone is very good. I came to you about something about electronics. Let’s start talking without talking. We will know about the logic gate today.

Logic gate key: Providing true or false output through one or more input switching of electronic circuits
By calling him a logic gate.
Logic Gate Type:
Three types of logic gate namely:
1 / AND
2 / OR
3 / NOT.
The names of different types of logic gates and their symbols are given: e.g., AND, OR, NOT, NAND, NOR, X-OR, X-NOR

AND Gate Truth Tables:

INPUT            INPUT                        OUTPUT

A                      B                            Y
0                      0                             0
1                      0                             0
0                      1                             0
1                      1                             1

The Truth Table:

 INPUT                   INPUT                                             OUTPUT

A                              B                                                      Y
0                              0                                                      0
0                              1                                                      1
1                              0                                                      1
1                              1                                                      1

NOT Gate Truth Table:

INPUT OUTPUT
0         1
1         0

Series Navigation

12 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here