diff options
Diffstat (limited to '911/CH14/EX14.1.a')
-rw-r--r-- | 911/CH14/EX14.1.a/ex_14_1_a.pdf | bin | 0 -> 108432 bytes | |||
-rw-r--r-- | 911/CH14/EX14.1.a/ex_14_1_a.sce | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/911/CH14/EX14.1.a/ex_14_1_a.pdf b/911/CH14/EX14.1.a/ex_14_1_a.pdf Binary files differnew file mode 100644 index 000000000..dd5228d7b --- /dev/null +++ b/911/CH14/EX14.1.a/ex_14_1_a.pdf diff --git a/911/CH14/EX14.1.a/ex_14_1_a.sce b/911/CH14/EX14.1.a/ex_14_1_a.sce new file mode 100644 index 000000000..e0184a12a --- /dev/null +++ b/911/CH14/EX14.1.a/ex_14_1_a.sce @@ -0,0 +1,9 @@ +//example 14.1.a//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+r=16*1024;
+//given rom capacity//
+row=sqrt(r)
+disp(row,' no of registers in each row = ')
\ No newline at end of file |