summaryrefslogtreecommitdiff
path: root/462/CH11/EX11.6.d/ex_11_6_d.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /462/CH11/EX11.6.d/ex_11_6_d.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '462/CH11/EX11.6.d/ex_11_6_d.sce')
-rwxr-xr-x462/CH11/EX11.6.d/ex_11_6_d.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/462/CH11/EX11.6.d/ex_11_6_d.sce b/462/CH11/EX11.6.d/ex_11_6_d.sce
new file mode 100755
index 000000000..319325a37
--- /dev/null
+++ b/462/CH11/EX11.6.d/ex_11_6_d.sce
@@ -0,0 +1,9 @@
+//example 11.6(d)//
+clc
+//clears the screen//
+clear
+//clears already existing variables//
+disp('In this case, the memory locations 3 and 5 are selected for writing since Y3=Y5=0. The contents of these locations will become 10 and')
+disp('D1D0=10')
+//given A1A0=00, W''=0, Y=11010111//
+//I1I0=10// \ No newline at end of file