33.3k views
10 votes
Whats the boolean expression of this circuit?

Whats the boolean expression of this circuit?-example-1

1 Answer

8 votes

Answer:

G8 = x0'x2' +x0'x3' +x1x2

Step-by-step explanation:

The expression can be written different ways, depending on the need to avoid hazards. One of them is ...


G_8=\overline{X_0}\,\overline{X_2}+\overline{X_0}\,\overline{X_3}+X_1X_2

__

A truth table and Karnaugh map are shown for the circuit. The terms used in the Boolean expression come from the corners, the upper half of the left- and right-columns, and the right half of the middle two rows. If a static hazard is to be avoided, a term x1x0' could be added representing the right column.

Whats the boolean expression of this circuit?-example-1
User Adrian Coman
by
5.2k points