diff options
Diffstat (limited to '911/CH4/EX4.4.a/ex_4_4_a.sce')
-rw-r--r-- | 911/CH4/EX4.4.a/ex_4_4_a.sce | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/911/CH4/EX4.4.a/ex_4_4_a.sce b/911/CH4/EX4.4.a/ex_4_4_a.sce new file mode 100644 index 000000000..d4ac15a84 --- /dev/null +++ b/911/CH4/EX4.4.a/ex_4_4_a.sce @@ -0,0 +1,20 @@ +//example 4.4(a)//
+//The input loading factor (HIGH 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=a/f;
+disp(s,'The input loading factor (HIGH state) = ')
\ No newline at end of file |