Question: In this problem, consider the following truth table: A B C D out3 out2 out1 out0 0 0 0 0 0 0 0 1 0

In this problem, consider the following truth table:

A B C D out3 out2 out1 out0
0 0 0 0 0 0 0 1
0 0 0 1 0 0 1 0
0 0 1 0 0 0 1 1
0 0 1 1 0 1 0 0
0 1 0 0 0 1 0 1
0 1 0 1 0 1 1 0
0 1 1 0 0 1 1 1
0 1 1 1 1 0 0 0
1 0 0 0 1 0 0 1
1 0 0 1 1 0 1 0
1 0 1 0 1 0 1 1
1 0 1 1 0 0 0 0

Fill the PLA diagram that based on the table above.

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 A -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- A' -x---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- B -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- B' -x---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- C -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- C' -x---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- D -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- D' -x---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -|---|---|---|---|---|---|---x---x---x---x---|---|---|---|---|-- out3 -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- out2 -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- out1 -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|-- out0

To complete the PLA:

For each intersection in the AND plane (where intersections occur between the input wires and each possible input value), replace vertical bars with a single x where appropriate. The input value 0 is done for you.

For each intersection in the OR plane (where intersections occur between possible input values and outputs), replace vertical bars with a single x where appropriate. The output row for out3 is done for you.

You should not mark any points with an x in columns 12 through 15. However, in order to pass the autograder, those columns must nonetheless be present.

You should not do any minimization on any of the output variables. Each row in the truth table corresponds to a column in the PLA. The binary number represented by the four input variables can be matched with the equivalent decimal number above each column in the PLA. (The row with inputs 0000, for instance, can be matched with the column labeled 0, and the row with inputs 1001 can be matched with the column labeled 9.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!