1.) Using Python programming language, create a SERIES CIRCUIT program.
Input: 1 voltage source Number of resistors Value of each resistor Output: Display total current and display each voltage of each resistor. Example: Voltage value (V): 12 Number of resistors: 2 Resistor 1 value (ohm): 6 Resistor 2 value (ohm): 4
Total current is 1.2 A Resistor 1 voltage is 7.2 V Resistor 2 voltage is 4.8 V
2.) Using Python programming language, create a PARALLEL CIRCUIT program.
Input: 1 voltage source Number of resistors Value of each resistor Output: Display total current and display each current of each resistor. Example: Voltage value (V): 12 Number of resistors: 2 Resistor 1 value (ohm): 5 Resistor 2 value (ohm): 8
Total current is 3.9 A Resistor 1 current is 2.4 A Resistor 2 current is 1.5 A
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here