MCS-284 Appendix B Homework (Fall 2000)
When turning in a homework problem, if it is one from the book, you
should indicate the exercise number. If it is not from the book, you
should indicate the number I give with an x in it, as in B.x1
below. These will be the reference numbers I use in reporting back
your standing on the homework.
-
Problem B.x1:
Design a PLA with four inputs, X3,
X2, X1, and
X0, and two outputs D3 and
D5. The four inputs should be considered as
forming a four-bit unsigned number,
X3X2X1X0,
with X3 as the most significant bit. The
D3 output should be asserted if and only if that
number is divisible by 3. Similarly, the D5
output should be asserted if and only if the input number is divisible
by 5.
Instructor: Max Hailperin