Boolean Function

1 revision
#11 week ago
+5
Migrated from pages table
+A Boolean function maps binary inputs to a single binary output, embodying true/false logic. Essential in [Digital Logic](/wiki/Digital_Logic) and [Computer Science](/wiki/Computer_Science), it forms the bedrock of computation.
+## See also
+- [Logic Gate](/wiki/Logic_Gate)
+- [Boolean Algebra](/wiki/Boolean_Algebra)
+- [Truth Table](/wiki/Truth_Table)