CSCI 255 Homework 2

This assignment is due in class or to my office assistant in RH 215 by 9:30 AM on 4 September.

Problem 1 and only

There are three ways of representing combinational digital logic: (1) a Boolean equation, (2) a truth table, and (3) an acyclic logic circuit.

Below are example of each of these three representations. Translate each representation into the other two.

  1. X' + Y Z' + (Y + Z) Y'
  2. XYZout
    0000
    0011
    0101
    0111
    1001
    1010
    1100
    1111
  3. Homework 2 circuit