
There are two most commonly used gates in the fault tree analysis: AND Gate and OR Gate.
OR Gate

- Output occurs if any inputs occur.
- If all of the inputs fail, the system fail.
AND Gate

- Output occurs if all inputs occur.
- If any of the inputs fail, the system fail.