A demo of de Morgans rule:
A AND B == NOT (NOT A OR NOT B)
The top and bottom logic circuits produce the same output.
This equivalence is handy if you are using active low signals, then an OR gate performs the same function as an AND gate with active high signals.