(Solved): solve the first one using bolean expressions with steps Problem 3. Simplify the following Boolean al ...
solve the first one using bolean expressions with steps
Problem 3. Simplify the following Boolean algebraic expressions and draw a block diagram of the circuit for each simplified expression using AND and OR gates. (a) AB?C?+A?B?C?+A?BC?+A?B?C (b) A?BC+AB?C+A?BC+ABC?+AB?C?+A?BC?+A?B?C? (c) (A+B+C)(A+B?+C?)(A+B+C?)(A+B?+C) Problem 4. Prepare the Truth Table for the following Boolean expressions: (a) XYZ+X?Y?Z? (b) (A+B)(A+C)(A?+B?) (c) AB+AC Problem 5. Write the Boolean expression (in Sum of Products form) for the logic circuit that will have a loutput when X=0,Y=0,Z=1 and X=1,Y=1,Z=0, and a zero (0) output for all other input states. Draw the logic diagram for this circuit. Problem 6. Draw a logic diagram of your own provided that it has at least three inputs and three gates (NOTs are not counted). Write the Boolean expression (function) and generate the truth table for this circuit.