Question

1. write a truth table using this symbol: --> 2. write the inputs for the truth...

1. write a truth table using this symbol: -->

2. write the inputs for the truth table to the left of the --> and write the outputs for the truth table to the right of the -->

3. write the compliment, or NOT using '

As an example:

The truth table for AND is written this way:

A B --> A AND B

0 0 --> 0

0 1 --> 0

1 0 --> 0

1 1 --> 1

or this way:

A B --> A AND B

a' b' --> 0

a' b --> 0

a b' --> 0

a b --> 1

As another example:

For a 3 input, 2 output truth table, the truth table is written this way:

A B C --> X Y

0 0 0 --> 0 0

0 0 1 --> 1 0

0 1 0 --> 1 0

0 1 1 --> 0 1

1 0 0 --> 1 0

1 0 1 --> 0 1

1 1 0 --> 0 1

1 1 1 --> 1 1

For these two truth tables

Truth Table 1: Truth Table 2:

A B C --> Output A B C D --> Output

0 0 0 --> 1    0 0 0 0 --> 1

0 0 1 --> 1    0 0 0 1 --> 0

0 1 0 --> 0    0 0 1 0 --> 1

0 1 1 --> 0    0 0 1 1 --> 0

1 0 0 --> 0    0 1 0 0 --> 0

1 0 1 --> 0    0 1 0 1 --> 1

1 1 0 --> 1      0 1 1 0 --> 0

1 1 1 --> 1      0 1 1 1 --> 1

   1 0 0 0 --> 1

     1 0 0 1 --> 0

       1 0 1 0 --> 1

       1 0 1 1 --> 0

       1 1 0 0 --> 0

       1 1 0 1 --> 1

       1 1 1 0 --> 0

       1 1 1 1 --> 1

Part a) Give the sum of products of Truth Table 1

Part b) Reduce the equation in Part a) using the rules of Boolean Algebra to find the most simplified version of the sum of products.

Part c) Give the sum of products of Truth Table 2

Part d) Reduce the equation in Part c) using the rules of Boolean Algebra to find the most simplified version of the sum of products.

For Part b) and Part d) make sure you show every step you performed in the reduction to the simplified sum of product equations.

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
1. write a truth table using this symbol: --> 2. write the inputs for the truth...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Problem 1: consider the following circuit with 4 inputs A, B, c, D, and 3 outputs...

    Problem 1: consider the following circuit with 4 inputs A, B, c, D, and 3 outputs F, G, H. Each input/output is connected to an input/output port. 3-input OR gate Figure 1 a) Determine the Boolean algebra equations relating each input to each output of the circuit. b) Create the truth tables corresponding to the equations obtained above. There should be one truth table per equation c) Produce the Karnaugh maps corresponding to the truth tables d) Determine simplified Boolean...

  • 6. The following is a truth table which contains 3 one-bit inputs (A, B and C)...

    6. The following is a truth table which contains 3 one-bit inputs (A, B and C) and one-bit output (Y). A B С Y 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 1 0 0 0 1 1 0 1 1 a) Write its Boolean expression in the Sum-of-Products form. (4 marks) b) Simplify the expression from part (a). (4 marks) c) Draw the gate diagram based on your answer to part...

  • Given the Boolean function F= xy'z+x'y'z+xyz a.List the truth table of the function. b.Draw the logic...

    Given the Boolean function F= xy'z+x'y'z+xyz a.List the truth table of the function. b.Draw the logic diagram using the original Boolean expression. c.Simplify the algebraic expression using Boolean algebra. d.List the truth table of the function from the simplified expression and show that it is the same as the truth table in part (a). e.Draw the logic diagram from the simplified expression and compare the total number of gates with the diagram of part (b).

  • 1.Show the circuit for the truth table shown above 2.Extract the Boolean equation to describe the...

    1.Show the circuit for the truth table shown above 2.Extract the Boolean equation to describe the circuit you found. Don’t simplify it yet!!! 3,Reduce the Boolean equation to its simplest form. Cite any Boolean identities used 4.Draw the logic circuit corresponding to the simplified expression and its truth table. BC z 0 0 1 ololo 1 0 0 0 0 1 10 110

  • 1- Write the unsimplified POS Boolean equation for F from the Truth Table. F = 2-...

    1- Write the unsimplified POS Boolean equation for F from the Truth Table. F = 2- Write the unsimplified SOP Boolean equation for F' from the Truth Table. F' = 3- Using only DeMorgan’s Theorem (show steps) and the unsimplified POS Boolean equation, find. maxterms minterms 0 1 0 1 0 1 10 101

  • Give the truth table and construct a logic circuit (using AND, OR and NOT gates as...

    Give the truth table and construct a logic circuit (using AND, OR and NOT gates as needed) for the Boolean expression ((NOT A) OR B), using the "sum of products" method.

  • 0 0 0 0 (a) Write the Boolean equation for the output X of the truth...

    0 0 0 0 (a) Write the Boolean equation for the output X of the truth table above (b) By using K-map, determine the expression of X in the form of product-of-sum and sum of-product. (c) Draw the logic circuits representing the expression of X in the form of product-of-sum and sum-of-product. Determine which configuration gives the lowest cost solution.

  • 1. For the Switching Algebra write the truth table of the following Logical Functions. a.) Write...

    1. For the Switching Algebra write the truth table of the following Logical Functions. a.) Write schematic and truth table resulting from: F = A' BC + B' (A + C) b.) Write the equation and the resulting truth table:

  • (1)Try to use NAND gates to achieve the truth table function of an XOR gate (2)...

    (1)Try to use NAND gates to achieve the truth table function of an XOR gate (2) Try to design a clicker for three people, it just needs two people to agree to pass.  A,B,C indicate the people, 0 means don't agree, 1 means agree. If it passes the result is 1. Please write the truth table, the SOP (sum of products) equation and draw the logic circuit for it. (3)Use a Karnaugh-map to simplify the following Boolean function: F= AB'C'+A'B'C'+AB'C+A'B'C+AB...

  • Question 4 (6 points) Part A. Write a truth table such that the output of a...

    Question 4 (6 points) Part A. Write a truth table such that the output of a logic circuit is true if and only if its 3-bit input contains at least two l's. Part B. Derive a logic expression from the truth table obtained in Part A using the sum-of-products implementation Part C. Simplify the logic expression obtained in Part B with a Kamaugh Map. (2 points) (2 points) 2 points)

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT