Page 1 of 1

[Tutorial] Introduction to Boolean Algebra, Index

Posted: Mon Jul 01, 2013 8:42 pm
by Acid_Snake
This is the index of my tutorials about boolean algebra, logic gates and low-level hardware understanding of modern computers.

I will enumerate not only the parts of the tutorials I've written, but also the parts I will write in the future to give you an idea on how the tutorial will be.

Chapters:
- Part 1: Introduction, main operations and functions.
- Part 2: Properties of Boolean Algebra and simplification of functions
- Part 3: Minterms and Maxterms
- Part 4: Karnaugh maps
- Part 5: Implementing boolean functions using basic logic gates (AND, OR, NOT)
- Part 6: Universal logic gates: NAND and NOR.
- Part 7: Implementing boolean functions using universal logic gates (NAND, NOR)
- Part 8: Special logic gates: XOR and XNOR
- Part 9: Multiplexors, Demultiplexors and Decoders.