diff options
Diffstat (limited to '911/CH7/EX7.1/EX_7_1.sce')
-rw-r--r-- | 911/CH7/EX7.1/EX_7_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/911/CH7/EX7.1/EX_7_1.sce b/911/CH7/EX7.1/EX_7_1.sce new file mode 100644 index 000000000..a5735c12b --- /dev/null +++ b/911/CH7/EX7.1/EX_7_1.sce @@ -0,0 +1,9 @@ +//example 7.1//
+clc
+//clears the screen//
+clear
+//clears all variables//
+close
+//closes all other window//
+disp('Given products can be identified by the MUX diagram given. Variable A and B are chosen as selection line. C is given as one of the inputs.')
+disp('Q = A''B''C'' + A''BC + AB''C'' + ABC'' + ABC')
\ No newline at end of file |