Preview

Logical Design

Satisfactory Essays
Open Document
Open Document
781 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Logical Design
Boolean algebra finds its most practical use in the simplification of logic circuits. If we translate a logic circuit's function into symbolic (Boolean) form, and apply certain algebraic rules to the resulting equation to reduce the number of terms and/or arithmetic operations, the simplified equation may be translated back into circuit form for a logic circuit performing the same function with fewer components. If equivalent function may be achieved with fewer components, the result will be increased reliability and decreased cost of manufacture.
To this end, there are several rules of Boolean algebra presented in this section for use in reducing expressions to their simplest forms. The identities and properties already reviewed in this chapter are very useful in Boolean simplification, and for the most part bear similarity to many identities and properties of "normal" algebra. However, the rules shown in this section are all unique to Boolean mathematics.

This rule may be proven symbolically by factoring an "A" out of the two terms, then applying the rules of A + 1 = 1 and 1A = A to achieve the final result:

Please note how the rule A + 1 = 1 was used to reduce the (B + 1) term to 1. When a rule like "A + 1 = 1" is expressed using the letter "A", it doesn't mean it only applies to expressions containing "A". What the "A" stands for in a rule like A + 1 = 1 is any Boolean variable or collection of variables. This is perhaps the most difficult concept for new students to master in Boolean simplification: applying standardized identities, properties, and rules to expressions not in standard form.
For instance, the Boolean expression ABC + 1 also reduces to 1 by means of the "A + 1 = 1" identity. In this case, we recognize that the "A" term in the identity's standard form can represent the entire "ABC" term in the original expression.
The next rule looks similar to the first one shown in this section, but is actually quite different and requires a more

You May Also Find These Documents Helpful

  • Satisfactory Essays

    USA TEST PREP ANSWER MATH

    • 1491 Words
    • 6 Pages

    This property allows you to change the order of the terms when adding OR multiplying without changing the outcome.…

    • 1491 Words
    • 6 Pages
    Satisfactory Essays
  • Satisfactory Essays

    a. Adds 2 to a and stores the result in b// Ans.)B = 2 + A…

    • 453 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Homework Unit 3

    • 354 Words
    • 2 Pages

    4. AND operator- combines more than one condition in a program. Makes a compunf Boolean operation.…

    • 354 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Nt1330 Unit 9 Quiz

    • 1332 Words
    • 6 Pages

    Any problem that can be solved by building circuitry (AND, OR, NOT, XOR circuits) can also be solved by implementing the solution in a computer program.…

    • 1332 Words
    • 6 Pages
    Satisfactory Essays
  • Good Essays

    There are many properties of Algebra. Distributive, associative, identity, inverse, closure, simplification and commutative are a few we studied in this week’s assignments. Below I will show a few examples of Algebra simplifying some expressions using the distribution properties with like terms and coefficients.…

    • 611 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    ECT114 Week3 Homework

    • 1022 Words
    • 15 Pages

    Z is the output of a NAND gate. The Boolean operator for the NAND gate is , there should be an inversion bar over the entire expression, and the inputs are (A + B) and (C D). Refer to Chapter 3…

    • 1022 Words
    • 15 Pages
    Satisfactory Essays
  • Good Essays

    Compter Science

    • 819 Words
    • 4 Pages

    truth table construction, subexpression construction using AND and NOT gates, subexpression combination using OR gates, circuit diagram production…

    • 819 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    In this paper, I will be using the properties of real numbers to simplify the given expressions for this assignment. I will demonstrate how to simplify expressions using the distributive property method, combining like terms, and by removing parentheses. I have broken down each problem to its lowest terms by using the proper steps in solving the algebraic expressions. I will also touch on the subject of why real numbers are important, and the ways they are useful in solving algebraic expressions.…

    • 402 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Simplifying Expressions

    • 433 Words
    • 2 Pages

    Include in this paper I have demonstrated the following solutions for the three problems listed below. Using th given vocabulary words I have broken down each problem using the proper steps in solving the algebraic expressions. Also shown will be what is important about real numbers and in what way they are useful in using real numbers in solving algebraic expressions.…

    • 433 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Distributive: a ( b + c ) = a * b + a * c…

    • 407 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Simplifying Expressions

    • 530 Words
    • 2 Pages

    The number preceding the variables in a term is called the coefficient (Dugopolski, M. (2012). The commutative property allows movement of terms to different locations within expressions and the operation symbol in front of the term will move as well. The associative property is used to group like terms together so they can all be combined. Like terms must have the same variable raised to the same power, or with the same exponent.…

    • 530 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    Every sixth grade student learns to transition from multiplication with numbers to variables. This transition also includes a development from the distributive property of a monomial times a binomial to the product of two binomials. Finding the product of two binomials can be a daunting task, unless students are presented the material in connection with a learning strategy that they are able to master. The lesson, found in the appendix, is designed to facilitate the evolution of multiplication of monomials and binomials. It was taught to one struggling seventh grade student who is the product of social passing throughout her mathematical career. The mathematics was written to help the young lady succeed, despite other mathematical shortcoming that could stand in her way.…

    • 1251 Words
    • 6 Pages
    Powerful Essays
  • Good Essays

    Circuits

    • 1002 Words
    • 5 Pages

    Much of today’s logic design is based on two major assumptions: all signals are binary, and time is discrete. Both of these assumptions are made in order to simplify logic design. By assuming binary values on signals, simple Boolean logic can be used to describe and manipulate logic constructs. By assuming time is discrete, hazards and feedback can largely be ignored. However, as with many simplifying assumptions, a system that can operate without these assumptions has the potential to generate better results.…

    • 1002 Words
    • 5 Pages
    Good Essays
  • Good Essays

    As mentioned earlier, A.D Booth proposed a encoding technique for the reduction of partial products for designing a low power and an efficient multiplier. Booth algorithm provides a process for multiplying binary integers in signed –2‘s complement form.…

    • 719 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Module1 - Number systems and code. Number systems - Efficiency of number system, Decimal, Binary, Octal, Hexadecimalconversion from one to another- Binary addition, subtraction, multiplication and division, representation of signed numbers, addition and subtraction using 2’s complement and I’s complement. Binary codes - BCD code, Excess 3 code, Gray code, Alphanumeric code, Error detection codes, Error correcting code. Module II - Logic Gates and Boolean Algebra. Logic Gates - Basic logic gates- AND, OR, NOT, NAND, NOR, Exclusive OR, Exclusive NOR gates- Logic symbols, truth table and timing diagrams. Boolean Algebra - Basic laws and theorems , Boolean functions, truth table, minimization of boolean function using K map method, Realization using logic gates and universal gates. Module III - Combinational and Sequential Logic Circuits. Combinational circuits - Half adder, Full Adder, Parallel binary adder, Subtracter, Magnitude Comparator, Decoders, Encoders, Multiplexers, Demultiplexers, Parity bit generator, PLA. Sequential circuits - Flip Flops – RS, JK, T and D Flip Flops, Edge triggered Flip Flops, Master slave Flip Flops. Module IV - Registers and counters. Registers - Serial in serial out, Serial in Parallel out, Parallel in serial out, Parallel in Parallel out registers, Bidirectional shift registers, universal shift registers. Counters - Synchronous and asynchronous counters, UP/DOWN counters, Modulo-N Counters, Cascaded counter, Programmable counter, Counters using shift registers, application of counters. Module V - Introduction to computers. Basic components of a computer , I/O devices - Input and output devices, printers, Display devices, Scanners. Mother Board - components of mother board. Secondary storage devices Hard disk- components of hard disk, data storage in hard disk, disk geometry.CD Family, DVD.…

    • 325 Words
    • 2 Pages
    Satisfactory Essays

Related Topics