Question

Draw flowchart AND write pseudo code Ohm’s law state that volts (V) is Current (I) times...

Draw flowchart AND write pseudo code

Ohm’s law state that volts (V) is Current (I) times resistance (R) V=I*R

Calculate volts given the current and resistance for a circuit

Homework Answers

Answer #1

Answer:

Pseudocode-

Function Main
Declare Integer I, R, V //declare variables
  
Output "Enter the current in ampere"
Input I //takes input for I varaible
Output "Enter the resistance in Ohm"
Input R //takes input for R variable
Assign V = I*R //calculate volts with formula as you given
Output "Voltage is: "&V //output display on the screen
End

Flowchart-


Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Draw flowchart AND write pseudo code Boeing 747 uses fuel at the rate of 4,776 gallons...
Draw flowchart AND write pseudo code Boeing 747 uses fuel at the rate of 4,776 gallons per hour at cruising speed and 2600 gallons for takeoff and 1500 gallons for landing. Calculate the fuel needed for a trip. User will input the trip length in hours.
Draw flowchart AND write pseudo code User asks you to develop a program to calculate and...
Draw flowchart AND write pseudo code User asks you to develop a program to calculate and print weekly payroll. Calculations must take into account the following: User input ? a. Income tax rate is rate is 15% (.15*salary) b. Social Security tax is 7.65% (.0765*salary) c. Display salary, income tax, social security tax, and net pay net pay=salary-income tax – social security tax
According to Ohm’s Law in electricity, the voltage (V ) across a resistor with a resistance...
According to Ohm’s Law in electricity, the voltage (V ) across a resistor with a resistance (R ) is directly proportional to the current (I) passes through the resistor. Accordingly V= IR Data listed in the following table is the results of an experiment measuring the voltage across a resistor R vesrus the current it passes through it. Use the least square linear fitting to find the resistance R. Voltage (V) Current, I (mA) 0.5 2.3 1 5.2 1.5 7.0...
Draw flowchart AND write pseudo code for each of the following problems. 1. User asks you...
Draw flowchart AND write pseudo code for each of the following problems. 1. User asks you to develop a program that calculates and then prints interest earned on a bank balance. Program should print interest earned for the same balance when interest is accumulated annually, semiannually and quarterly. Interest earned yearly=balance * rate /100 for annual Interest earned semiannually =balance*rate/2/100 for semi annual Interest earned quarterly= balance*rate/4/100 for quarterly
PLEASE DRAW THE FLOW CHART AND PSEUDO CODE FOR BELOW CASE ° If projectile with initial...
PLEASE DRAW THE FLOW CHART AND PSEUDO CODE FOR BELOW CASE ° If projectile with initial velocity u (m/sec) is fired at angle θ(with horizontal), then the horizontal range R is given by R =u² sin 2θ/g where g =9.81 m/sec2. °Draw a flowchart to compute each value of R when u varied from 20-150 m/s and 400 to 500 m/s at θ=50° .
A voltage V across a resistance R generates a current I=V/R. If a constant voltage of...
A voltage V across a resistance R generates a current I=V/R. If a constant voltage of 11 volts is put across a resistance that is increasing at a rate of 0.6 ohms per second when the resistance is 8 ohms, at what rate is the current changing?
Write a program display the following menu: Ohms Law Calculator 1. Calculate Resistance in Ohms 2....
Write a program display the following menu: Ohms Law Calculator 1. Calculate Resistance in Ohms 2. Calculate Current in Amps 3. Calculate Voltage in volts 4. Quit Enter your choice (1-4) If the user enters 1, the program should ask for voltage in Volts and the current in Amps. Use the following formula: R= E/i Where: E= voltage in volts I= current in amps R= resistance in ohms If the user enters 2 the program should ask for the voltage...
4. (i) State Ohm’s Law, defining all quantities involved. [4 marks] (ii) An electron is travelling...
4. (i) State Ohm’s Law, defining all quantities involved. [4 marks] (ii) An electron is travelling due east. It enters perpendicularly a magnetic field whose magnitude is B = 5 × 10−3 T. After entering the field, the particle completes one-half of a circle and exits the field travelling due west. (a) Draw a diagram showing the velocity of the electron, the magnetic field, the magnetic force on the electron, and the trajectory of the electron in the magnetic field....
The resistance R in ohms of a conductor is given by R = E/I when E...
The resistance R in ohms of a conductor is given by R = E/I when E is the potential in volts and I is the current in amperes . Write a script that will: 0. call a function to prompt the user for the potential and the current 0. call a function that will print resistance ; this will call a subfunction to calculate and return the resistance . write the function as well using MATLAB
In this assignment, you will write pseudo-code for Markov Decision Process. A Markov Decision Process also...
In this assignment, you will write pseudo-code for Markov Decision Process. A Markov Decision Process also known as MDP model contains the following set of features: A set of possible states S. A set of Models. A set of possible actions A. A real valued reward function R (s, a). A solution of Markov Decision Process. Consider the following Grid (3 by 3): Fire Diamond 3    2 Start Blocked 1 1 2 3 An agent lives in a grid....
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT