Boolean expression word problems

From WLCS

Resources:

Directions: For each of the following word problems, do the following in order:

  1. Determine what your Boolean variables are and what they represent. Write what they are in a key/legend
  2. Write out the truth table that represents the word problem. Fill out the truth table according to the scenario's constraints
  3. Simplify the Boolean expression. You can verify your simplified expression with another truth table
  4. Draw the digital circuit for the simplified Boolean expression

Exercises:

  1. Three sensors are attached to a printing device, with three alarms attached to the sensors. The first sensor, "A," detects if the device needs ink. The second sensor, "B," detects if the device needs repair. The third sensor, "C," detects if the device should jam. An alarm sounds if 2 or more problems occur.
  2. Schools are given snow days given specific circumstances. If there is ice on the roads, but no salt, then a snow day is given. If there is salt however, then a snow day is not given. Regardless of whether or not there is salt, whenever there is >2 inches of snow, then a snow day is given.
  3. A computer chip controls whether or not children are allowed to watch a specific TV show. If the time is before 5PM, then the TV always works. However, if it's after 5PM, then the shows rating is used. If the rating is for General Audiences, then the TV will work; however, if the rating is for Mature Audiences, then the TV does not turn on.