Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In C Program,electronics, voltage drop is the decrease of electric potential along the path of a current flowingin a circuit. Voltage drops in the internal
In C Program,electronics, voltage drop is the decrease of electric potential along the path of a current flowingin a circuit. Voltage drops in the internal resistance of the source, across conductors, acrosscontacts, and across connectors are undesirable because some of the energy supplied is dissipated.A voltage drop occurs when the voltage at the end of a run of cable is lower than at the beginning.Any length or size of wires will have some resistance, and as the length of the cable increases, sodoes its resistance and reactance increase in proportion which causes the voltage to drop. Hence,voltage drops are particularly a problem with long cable runs, for example in larger buildings oron larger properties such as farms. Voltage drops can be measured with a Voltage DropCalculator.Voltage Drop Calculator is a technique often used when properly sizing conductors in any linetoline electrical circuit. You have been assigned the responsibility of developing the VoltageDrop Calculator based on the following equations and requirements:Table : Resistivity of wire based on metal type.Wire Type Resistivity mSilver x Aluminum x Tungsten x Iron x Inputs of the program consist of wire type, current type, wire length in meters voltage in voltsand wire current in ampsThe system should be able to automatically assign a resistivity value based on the selected wiretype entered by the user as shown in Table There are two different current types that users can choose from Single Phase or Triple Phase.Each of these has a different equation for calculating the voltage drop.Equation for SinglePhase Voltage Drop: Equation for Triple Phase Voltage Drop: The system should be able to calculate the percentage of voltage drop based on the followingequation: Voltage Finally, the system should be able to accumulate all the voltage drop values if the user chooses todo more than one calculation. An example of the input and output operation can be seen in Figure You are required to develop the program using TWO userdefined functions both withparameter and with a return value selection, repetition and any other appropriate programmingtechniques if needed.
Step by Step Solution
★★★★★
3.44 Rating (154 Votes )
There are 3 Steps involved in it
Step: 1
Solutions Step 1 Certainly Below is a stepbystep explanation of how you can develop the Voltage Drop Calculator program in C meeting the specified requirements include stdio h Function to calculate re...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started