KS3 Computing/Logic/OR

The OR logic symbol for use in diagrams

OR - True when one or more input is true

With the Boolean operator 'OR', the result Q is TRUE when at least one of its inputs are true. So the result is TRUE when either A is true, or B is true, or both are true. The result is FALSE when both A and B are false.


A OR B


ABA OR B
truetruetrue
truefalsetrue
falsetruetrue
falsefalsefalse
Category:Book:KS3 Computing#Logic/OR%20
Category:Book:KS3 Computing