diff options
Diffstat (limited to '911/CH4/EX4.4.b/ex_4_4_b.sce')
-rw-r--r-- | 911/CH4/EX4.4.b/ex_4_4_b.sce | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/911/CH4/EX4.4.b/ex_4_4_b.sce b/911/CH4/EX4.4.b/ex_4_4_b.sce new file mode 100644 index 000000000..c127c0a6b --- /dev/null +++ b/911/CH4/EX4.4.b/ex_4_4_b.sce @@ -0,0 +1,20 @@ +//example 4.4(b)//
+//The input loading factor (LOW state) in TTL//
+clc
+//clears the variables//
+clear
+//clears the screen//
+a=20
+//I(ih) in micro A//
+b=.1
+//I(il) in mA//
+c=.4
+//I(oh) in mA//
+d=4
+//I(OL) in mA//
+e=1.6
+//UL (low state) in mA//
+f=40
+//UL (high state) in micro Amp//
+s=b/e;
+disp(s,'The input loading factor (LOW state) = ')
\ No newline at end of file |