In which situation can be used the
Don't-care
term?Suppose that I want to use 6 symbols: I need 3 bits, which in turn can generate 8 combinations. Since the last two combinations aren't useful in my case, should I put them to
0
orDon't care
?
This is the truth table of the useful symbols
0 0 0 | 1
0 0 1 | 0
0 1 0 | 0
0 1 1 | 1
1 0 0 | 0
1 0 1 | 1
------
The output of the combinations below doesn't exist, or it's irrelevant
1 1 0
1 1 1
No comments:
Post a Comment