Wednesday, March 21, 2007

Excel stuff


I actually enjoyed this lab. Excel wasn't as bad as I thought it would be! I can definitely see how it would help to organize and manipulate large chunks of data.

Friday, March 9, 2007

logic gates



task 2 truth table:

A B Out
-------
1 1 1
1 0 0
0 1 0
0 0 1

This circuit is a biconditional and it functions as equivalence, the circuit is only true when the inputs are the same.



task 3 truth table:

A B Out1 Out2
--------------
1 1 0 0
1 0 1 1
0 1 1 1
0 0 1 1

They are the same and Demorgan's Law holds true.