Logic Gates

OR Logic Gate

The operation OR is another Boolean operation. The OR operation is based on compound statements of the form P OR Q where, again, P represents one statement and Q represents another. Such statements are true when at least one of their components is true.

An animation of a OR logic gate is given below.

Back