- Type: gate
- DIP: 14-pin
- Number of elements: 3
- Inputs per element: 3
- Outputs per element: 1
Provides three OR gates with three inputs and an output each.
| Label | Description |
|---|---|
| An | first input of gate n |
| Bn | second input of gate n |
| Cn | third input of gate n |
| Yn | output of gate n |
| An | Bn | Cn | Yn |
|---|---|---|---|
| L | L | L | L |
| H | X | X | H |
| X | H | X | H |
| X | X | H | H |
- H: HIGH voltage level
- L: LOW voltage level
- X: don't care
