GATES Flashcards
(73 cards)
1
Q
What is the function of an AND gate?
A
AND gate gives output only when both inputs are true
2
Q
What is the function of an OR gate?
A
OR gate gives a true output only when at least one input is true
3
Q
What is the function of a NOT gate?
A
NOT gate inverts the input
4
Q
What is Boolean Logic
A
Boolean logic means a result that can only have one of two possible values: true or false.
5
Q
What is the function of a XOR gate?
A
XOR gate has 2 inputs and 1 output, it is true when only one output is true
6
Q
A
7
Q
A
8
Q
A
9
Q
A
10
Q
A
11
Q
A
12
Q
A
13
Q
A
14
Q
A
14
Q
A
15
Q
A
16
Q
A
17
Q
A
18
Q
A
18
Q
A
19
Q
A
20
Q
A
21
Q
A
22
Q
A
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71