diff options
Diffstat (limited to '911/CH14/EX14.3')
-rw-r--r-- | 911/CH14/EX14.3/ex_14_3.pdf | bin | 0 -> 111434 bytes | |||
-rw-r--r-- | 911/CH14/EX14.3/ex_14_3.sce | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/911/CH14/EX14.3/ex_14_3.pdf b/911/CH14/EX14.3/ex_14_3.pdf Binary files differnew file mode 100644 index 000000000..f19ca51a1 --- /dev/null +++ b/911/CH14/EX14.3/ex_14_3.pdf diff --git a/911/CH14/EX14.3/ex_14_3.sce b/911/CH14/EX14.3/ex_14_3.sce new file mode 100644 index 000000000..0a96b0177 --- /dev/null +++ b/911/CH14/EX14.3/ex_14_3.sce @@ -0,0 +1,6 @@ +//example 14.3//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('Since the overall RAM capacity is 32 MB, it will have 25 address inputs(AB0-AB24) as 32M=2^25. For address inputs hex (0000000) to (0FFFFFF), which account for 16M=(2^24) memory locations, RAM-1 is enabled and 16 M locations of RAM 1 are available. RAM-2 is deselected for these address inputs. For address inputs (1000000)hex to (1FFFFFF)hex, the total no of addresses in this group again being equal to 16M, RAM-2 is selected and RAM-1 is deselected. 16M locations of RAM-2 are available. Thus out of 32 MB, 16 MB is stored in RAM-1 and 16 MB is stored in RAM-2.')
\ No newline at end of file |