Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thanks you are telling about K map to simply the expressionSuppose you have a Karnaugh map with some 0s, 1s, and a few "don't cares". Your job is to use the K-map to simplify the expression to the most basic sum-of-products form.
thanks you are telling about K map to simply the expression
N A B C next state
0 0 0 0 001
1 0 0 0 001
2 0 1 0 011
3 0 1 1 100
4 1 0 0 101
5 1 0 1 110
6 1 1 0 111
7 1 1 1 000
I have simple example for up counter
how to apply k map for this table