IC Number | IC Name |
---|---|
74LS02 | Quad 2-input NOR Gates |
OR GATE - It is a digital circuit that has two or more inputs and produces an output,which is the logical OR of all those inputs. This logical OR is represented with the symbol ‘+’
Logic OR Gates are available using digital circuits to produce the desired logical function and is given a symbol whose shape represents the logical operation of the OR gate. Like the AND gate, the OR function can have any number of individual inputs. However, commercial available OR gates are available in 2, 3, or 4 inputs types. Additional inputs will require gates to be cascaded together to obtain the required output value
Boolean Expression Y = A+B
"If either A or B is true, then Y is true"
This OR gate produces an output Y, which is the logical OR of two inputs A, B.
NOR GATE - It is a digital circuit that has two or more inputs and produces an output, which is the inversion of logical OR of all those inputs.
Logic NOR Gates are available using digital circuits to produce the desired logical function and is given a symbol whose shape is that of a standard OR gate with a circle, sometimes called an “inversion bubble” at its output to represent the NOT gate symbol with the logical operation of the NOR gate.
As with the OR function, the NOR function can also have any number of individual inputs and commercial available NOR Gate IC’s are available in standard 2, 3, or 4 input types. If additional inputs are required, then the standard NOR gates can be cascaded together to provide more inputs.
Boolean Expression Y = ( A+B)'
"If both A and B are NOT true, then Y is true"
NOR gate operation is same as that of OR gate followed by an inverter. That’s why the NOR gate symbol is represented like that.