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