1
00:00:00,733 --> 00:00:06,166
Hello everyone, in this lesson we will learn about AND gates in gate circuits
2
00:00:06,533 --> 00:00:10,266
AND gate is the most widely used gate circuit in PC
3
00:00:10,666 --> 00:00:13,300
Its circuit symbol is shown in Fig.
4
00:00:14,733 --> 00:00:22,166
We can know from the circuit diagram symbols that the AND gate has two input terminals and one output terminal
5
00:00:24,566 --> 00:00:29,966
What is the connection between its input and output? You can observe the following picture
6
00:00:32,000 --> 00:00:34,466
This is a very simple circuit
7
00:00:34,700 --> 00:00:37,033
It has two switches A and B
8
00:00:37,833 --> 00:00:42,200
When the A switch is closed and the B switch is not closed, the circuit cannot be conducted,
9
00:00:42,533 --> 00:00:45,033
and the small light bulb will not light up.
10
00:00:49,066 --> 00:00:52,033
Only when the two switches A and B are closed at the same time,
11
00:00:53,000 --> 00:00:56,366
the circuit can be turned on and the small light bulb can be lit
12
00:00:58,466 --> 00:01:01,366
This is the operation logic of AND gate
13
00:01:02,000 --> 00:01:08,633
Its logic is that it will output a high level when both input levels of A and B are high.
14
00:01:13,066 --> 00:01:18,366
We can also record the operation logic of the AND gate as AND multiplication
15
00:01:19,333 --> 00:01:24,100
Multiplying can also be written as A times B equals C
16
00:01:25,733 --> 00:01:29,533
Multiplying the two inputs equals the output
17
00:01:30,166 --> 00:01:37,766
Because it is a digital circuit, A, B, and C all have only two values, either 0 or 1
18
00:01:40,300 --> 00:01:46,900
Suppose A is equal to 1 and B is equal to 0, then the result of 1*0 is 0
19
00:01:55,666 --> 00:02:01,200
So if C is 1, then both A and B must be 1.
20
00:02:03,933 --> 00:02:07,933
This is the operation logic of AND gate