summaryrefslogtreecommitdiff
path: root/3860/CH2/EX2.11/Ex2_11.txt
diff options
context:
space:
mode:
Diffstat (limited to '3860/CH2/EX2.11/Ex2_11.txt')
-rw-r--r--3860/CH2/EX2.11/Ex2_11.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/3860/CH2/EX2.11/Ex2_11.txt b/3860/CH2/EX2.11/Ex2_11.txt
new file mode 100644
index 000000000..6727d6c01
--- /dev/null
+++ b/3860/CH2/EX2.11/Ex2_11.txt
@@ -0,0 +1,11 @@
+ For the full adder C is used as Cin
+
+ Cout = a'bc + ab'c + abc' + abc
+
+ s = a'b'c + a'bc' + ab'c' + abc
+
+ The simplified expression of Cout is as given below
+
+ Cout = bc + ac + ab
+
+ s is already in minimum SOP form \ No newline at end of file