Lab 6 -- Circuits

Due date: Wednesday, 11/14, 11:55pm

We will be working with an on-line simulator at http://www.neuroproductions.be/logic-lab/.
Below, I'll be using the following notation:


 
  1. Given the following truth table produce the circuit diagram and boolean expression, in the most simplified format. You will hand in your work showing how you simplified the expression (can be hand written or on the computer). The circuit can be submitted by taking a screenshot of the simulator and submitting it, or you can use the Save function and include the relevant URL in your lab submission.
         A   B   C   |  F
        -------------|-----
         0   0   0   |  1
         0   0   1   |  0
         0   1   0   |  1
         0   1   1   |  1
        -------------|-----
         1   0   0   |  0
         1   0   1   |  1
         1   1   0   |  0
         1   1   1   |  1
    	
  2. Given the following boolean expression produce the circuit diagram and truth table.
    
    	
    
    	
    	F(A,B,C) = A'BC + A'B'C' + ABC'
    
    	
    
    
    
    	
  3. Given the following circuit diagram produce the truth table and boolean expression, in the most simplified format (again, show your work).