music |
| | OSdata.com |
Boolean NOT Exclsuive OR (NXOR)
summary
This subchapter looks at Boolean NOT Exclsuive OR (NXOR).
free music player coding example
Coding example: I am making heavily documented and explained open source code for a method to play music for free almost any song, no subscription fees, no download costs, no advertisements, all completely legal. This is done by building a front-end to YouTube (which checks the copyright permissions for you).
View music player in action: www.musicinpublic.com/.
Create your own copy from the original source code/ (presented for learning programming).
stub section
This subchapter is a stub section. It will be filled in with instructional material later. For now it serves the purpose of a place holder for the order of instruction.
Professors are invited to give feedback on both the proposed contents and the propsed order of this text book. Send commentary to Milo, PO Box 1361, Tustin, California, 92781, USA.
Boolean NOT Exclsuive OR (NXOR)
This subchapter looks at Boolean NOT Exclsuive OR (NXOR).
XNOR
XNOR (or NXOR) is the combination of a NOT and a XOR. XNOR produces the opposite of XOR.
The truth table for XNOR (Not eXclusive OR) is as follows:
XNOR
A | B | result |
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 1 |
The XNOR gate in logic circuits looks like:
Because I no longer have the computer and software to make PDFs, the book is available as an HTML file, which you can convert into a PDF.
Names and logos of various OSs are trademarks of their respective owners.