12.07.2015 Views

Boolean Algebra - Etsu

Boolean Algebra - Etsu

Boolean Algebra - Etsu

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 5: <strong>Boolean</strong> <strong>Algebra</strong> 91function. Therefore, the boolean OR function is analogous to themathematical function of addition.ABX = A + BFigure 5-3 <strong>Boolean</strong> Expression for the OR FunctionAn analogy cannot be made between the boolean NOT and anymathematical operation. Later in this chapter we will see how the NOTfunction, unlike AND and OR, requires its own special theorems foralgebraic manipulation. The NOT is represented with a bar across theinverted element.AX = AFigure 5-4 <strong>Boolean</strong> Expression for the NOT FunctionThe NOT operation may be used to invert the result of a largerexpression. For example, the NAND function which places an inverterat the output of an AND gate is written as:X = A · BSince the bar goes across A · B, the NOT is performed after the AND.Let's begin with some simple examples. Can you determine theoutput of the boolean expression 1 + 0 + 1? Since the plus-signrepresents the OR circuit, the expression represents 1 or 0 or 1.1011Figure 5-5 Circuit Representation of the <strong>Boolean</strong> Expression 1+0+1Since an OR-gate outputs a 1 if any of its inputs equal 1, then1 + 0 + 1 = 1.The two-input XOR operation is represented using the symbol ⊕,but it can also be represented using a boolean expression. Basically, the

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!