summaryrefslogtreecommitdiff
path: root/911/CH14/EX14.4
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /911/CH14/EX14.4
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '911/CH14/EX14.4')
-rw-r--r--911/CH14/EX14.4/ex_14_4.pdfbin0 -> 109248 bytes
-rw-r--r--911/CH14/EX14.4/ex_14_4.sce6
2 files changed, 6 insertions, 0 deletions
diff --git a/911/CH14/EX14.4/ex_14_4.pdf b/911/CH14/EX14.4/ex_14_4.pdf
new file mode 100644
index 000000000..e40d9e00c
--- /dev/null
+++ b/911/CH14/EX14.4/ex_14_4.pdf
Binary files differ
diff --git a/911/CH14/EX14.4/ex_14_4.sce b/911/CH14/EX14.4/ex_14_4.sce
new file mode 100644
index 000000000..71938ee4a
--- /dev/null
+++ b/911/CH14/EX14.4/ex_14_4.sce
@@ -0,0 +1,6 @@
+//example 14.4//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('The address bit AB10 is low for the first 1024 address inputs (from 00000000000 to 01111111111) and ROM - 1 is selected. For the remaining 1024 address inputs (from 10000000000 to 11111111111), AB10 bit is HIGH thus enabling ROM-2.') \ No newline at end of file