Sometimes we have a function where for a subset of inputs we don’t care about what the output is

  • These situations are called “don’t cares” or incompletely specified function
  • Rather than using a “1” or a “0” we can use a “d” to mark a don’t care as the output

If