15.2 Boolean Algebra and Logic Circuits (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

A logic circuit has two inputs, P and Q, and a single output R. The Boolean expression for R is given by R = (P + Q) * (~P * Q). Using a Karnaugh map, simplify this expression. Show your working.

2.

A digital circuit is designed to perform a Boolean function with three inputs, A, B, and C. The truth table for this function is given below:

ABCOutput
0000
0011
0101
0111
1000
1010
1100
1111

Using a Karnaugh map, simplify the Boolean expression for the output of this circuit. Show your working.

3.

Question 1: Consider the following Boolean expression: (A B) (¬B ¬A). Simplify this expression using Boolean algebra laws. Show each step of your simplification.