diff options
Diffstat (limited to '911/CH11/EX11.4')
-rw-r--r-- | 911/CH11/EX11.4/ex_11_4.pdf | bin | 0 -> 110264 bytes | |||
-rw-r--r-- | 911/CH11/EX11.4/ex_11_4.sce | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/911/CH11/EX11.4/ex_11_4.pdf b/911/CH11/EX11.4/ex_11_4.pdf Binary files differnew file mode 100644 index 000000000..aac29a506 --- /dev/null +++ b/911/CH11/EX11.4/ex_11_4.pdf diff --git a/911/CH11/EX11.4/ex_11_4.sce b/911/CH11/EX11.4/ex_11_4.sce new file mode 100644 index 000000000..e2879fe18 --- /dev/null +++ b/911/CH11/EX11.4/ex_11_4.sce @@ -0,0 +1,11 @@ +//example 11.4//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('From the given function table, we can write the boolean expressions for the four output as follows:')
+disp('P=A''BC''D+A''BCD''+A''BCD+AB''C''D''+AB''C''D')
+disp('Q=A''BC''D''+A''BC''D')
+disp('R=A''B''CD''+A''B''CD+A''BC''D''+A''BC''D+A''BCD''+A''BCD')
+disp('S=A''B''C''D+A''B''CD''+A''BCD+AB''C''D''')
+disp(' minimizing them we get, P= BD + BD + A, Q= BC'', R= B+C AND S= A''B''C''D + BCD + AD''+ B''CD''')
\ No newline at end of file |