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