diff options
Diffstat (limited to '911/CH4/EX4.5.b/ex_4_5_b.sce')
-rw-r--r-- | 911/CH4/EX4.5.b/ex_4_5_b.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/911/CH4/EX4.5.b/ex_4_5_b.sce b/911/CH4/EX4.5.b/ex_4_5_b.sce new file mode 100644 index 000000000..418b38906 --- /dev/null +++ b/911/CH4/EX4.5.b/ex_4_5_b.sce @@ -0,0 +1,10 @@ +//example 4.5//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+a=1.6;
+//when output is LOW, inputs of all gates draw current individually//
+i=5*a;
+//input loading factor//
+disp(i,'current being sourced when output is high (in mA) = ')
\ No newline at end of file |