diff options
Diffstat (limited to '3860/CH3/EX3.11/Ex3_11.txt')
-rw-r--r-- | 3860/CH3/EX3.11/Ex3_11.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/3860/CH3/EX3.11/Ex3_11.txt b/3860/CH3/EX3.11/Ex3_11.txt new file mode 100644 index 000000000..a8909d166 --- /dev/null +++ b/3860/CH3/EX3.11/Ex3_11.txt @@ -0,0 +1,34 @@ +
+ W'X' W'X WX WX'
+
+ Y'Z' -
+
+ YZ' 1 1 1
+
+ YZ 1 1 1
+
+ YZ' 1 1 1
+
+ From the map, high outputs are for 5,6,7,8,9,10,13,14,15
+
+ 0. 1. 0. 1.
+ 0. 1. 1. 0.
+ 0. 1. 1. 1.
+ 1. 0. 0. 0.
+ 1. 0. 0. 1.
+ 1. 0. 1. 0.
+ 1. 1. 0. 1.
+ 1. 1. 0. 0.
+ 1. 1. 1. 1.
+
+ Evaluating expression from truth table and map
+
+!W'XY'Z + W'XY Z' + W'XYZ + WX'Y' Z' + WX'Y'Z + WX'Y Z' + WXY'Z + WXY' Z' + WXYZ !
+
+ Three different reduced expression using boolean algebra
+
+ G = XZ + WZ + W'YZ' + WX'Y
+
+ G = XZ + WZ + W'YZ' + X'YZ'
+
+ G = XZ + WZ + X'YZ' + W'XY
|