Homework 5, K-maps and Quine-McCluskey.
Short Description:
Simplify expressions using K-maps and the Quine-McCluskey algorithm.
Goals
When you finish this homework, you should have:
- Simplified expressions using K-maps and the Quine-McCluskey algorithm.
Formal Description
Please do the following
- [4 points each] Simplify the following expressions using k-maps. Make sure you provide the final expression in terms of variables.
- f = Σm(1,2,3)
- f = Σm(0,2,5,7)
- f = Σm(0,2,4,6)
- f = Σm(1,2,6,7)
- f = Σm(4,6,9,11,13,15)
- [5 points each] Simplify the following expressions using the Quine-McCluskey algorithm.. Make sure you provide the final expression in terms of variables.
- f = Σm(1,2,3)
- f = Σm(1,2,6,7)
- f = Σm(4,6,9,11,13,15)
Required Files
You may either
- Turn this homework in as a word document to the D2L folder Homework 5
- Turn in a paper version of this homework by the end of class.
In either case, the document should be cleanly written.
Submission
Hand in the paper by class time on the due date, or submit the word document to the D2L folder Homework 5 by the due date.