Boolean expressions are a compact notation for combining boolean operations that go together. A boolean expression results in a boolean result.
The operations that can be combined are the boolean operations.
!
&&
||
The T-Table of
!a || b && c
is
Expression | Operation |
---|---|
!a || b && c | |
t1 || b && c | t1 = !a |
t1 || t2 | t2 = b && c |
t3 | t3 = t1 || t2 |
The T-Form is
t1 = !a
t2 = b && c
t3 = t1 || t2
For more information about T-Tables and T-Forms, see T-Tables.
We would be more than happy to help you. Our opening hours are 9–15 (CET).
📞 (+47) 93 68 22 77
Nils Bays vei 50, 0876 Oslo, Norway