summaryrefslogtreecommitdiff
path: root/462/CH11/EX11.6.b
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.b
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.b')
-rwxr-xr-x462/CH11/EX11.6.b/ex_11_6_b.pdfbin0 -> 88033 bytes
-rwxr-xr-x462/CH11/EX11.6.b/ex_11_6_b.sce9
2 files changed, 9 insertions, 0 deletions
diff --git a/462/CH11/EX11.6.b/ex_11_6_b.pdf b/462/CH11/EX11.6.b/ex_11_6_b.pdf
new file mode 100755
index 000000000..7ab27f835
--- /dev/null
+++ b/462/CH11/EX11.6.b/ex_11_6_b.pdf
Binary files differ
diff --git a/462/CH11/EX11.6.b/ex_11_6_b.sce b/462/CH11/EX11.6.b/ex_11_6_b.sce
new file mode 100755
index 000000000..dfb4af3b2
--- /dev/null
+++ b/462/CH11/EX11.6.b/ex_11_6_b.sce
@@ -0,0 +1,9 @@
+//example 11.6(b)//
+clc
+//clears the screen//
+clear
+//clears already existing variables//
+disp('since Y5=Y4=0, the memory locations 4 and 5 are selected for readout. The output is obtained by ORing the contents of these locations, i.e.')
+disp('D1D0=11')
+disp('The memory contents do not change')
+//given A1A0=00, W''=1, Y=11001111// \ No newline at end of file