Commit Graph

5 Commits

Author SHA1 Message Date
ReinyLegit
00f473ed97 Standardized and corrected truth tables (#29203)
Improved the truth tables by capitalization of truth values and standard order.
Changed "A" and "B" to "P" and "Q" (the standard abbreviations in propositional logic).
Corrected an explicit error in the truth table for Conjunction (one of the values for "P&&Q" was incorrect).
2019-02-13 19:56:54 -07:00
absentMindedDeveloper
316b0e7d6d Fixed typo (#32327)
The heading for XOR labeled "eXclusive or" was changed to "exclusive or".
2018-11-14 17:06:09 +05:30
absentMindedDeveloper
8b2c780949 Update index.md (#20903)
Added a note underneath the Xor description describing the ability to form all other logical operators using only xor.
2018-11-03 19:11:44 -07:00
Sayali
5c4864ae00 change answer to f (#23918)
In logical AND operation ( t & f ) the result should be f not t
2018-11-01 04:01:21 -04:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30