PPT Slide
Incompletely specified functions
Functions of n inputs have 2n possible input configurations
- for a given function, not all input combinations may be possible
- this can be exploited during circuit minimization
Example: binary coded decimal increment by 1
A B C D W X Y Z0 0 0 0 0 0 0 1
BCD digits encode the decimal digits0 – 9 in the bit patterns0000 – 1001
these inputs patterns should never be encountered in practice – "don't care" about associated output values