summaryrefslogtreecommitdiff
path: root/887/CH7/EX7.4
diff options
context:
space:
mode:
Diffstat (limited to '887/CH7/EX7.4')
-rwxr-xr-x887/CH7/EX7.4/7_4.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/887/CH7/EX7.4/7_4.sce b/887/CH7/EX7.4/7_4.sce
new file mode 100755
index 000000000..42bad2413
--- /dev/null
+++ b/887/CH7/EX7.4/7_4.sce
@@ -0,0 +1,6 @@
+//ex7.4
+N_1=1000.111;
+N_2=1100.011;
+//Adding these two according to the rules of binary addition in fig7.6, we get
+disp("The result of addition of given two binary numbers is")
+disp("10101.010")