Q1) Write a C program that calculates the given output parameters for the serial and parallel circuits shown in Fig. 1. The program will ask to the user to select a choice and if the user enters *1' serial circuit parameter will be calculated and if the user enters '2' parallel circuit parameters will be calculated. Use while repetition structure and the loop will continue until the choice is entered as 0'. Vs, R1, and R2 will be taken from the user as inputs and the following output parameters (Is, Req, I1, I2, V1, V2, P1, and P2) will be calculated using the formulas given in the figure and printed on the screen for each iteration. (Hint: Use switch/case for the selection). R1 Vs R2 Vs I,VER, SR2 Fig 1. (i) Serial Circuit (ii) Parallel Circuit C language

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
C language
Q1) Write a C program that calculates the given output parameters for the serial and parallel
circuits shown in Fig. 1. The program will ask to the user to select a choice and if the user enters
*1' serial circuit parameter will be calculated and if the user enters '2' parallel circuit parameters
will be calculated. Use while repetition structure and the loop will continue until the choice is
entered as '0'. Vs, R1, and R2 will be taken from the user as inputs and the following output
parameters (Is, Req, I1, I2, V1, V2, P1, and P2) will be calculated using the formulas given in the
figure and printed on the screen for each iteration. (Hint: Use switch/case for the selection).
R1
Vs
R2
Vs
I,VŽR, R2
Fig 1. (i) Serial Circuit (ii) Parallel Circuit
C
C language
Transcribed Image Text:Q1) Write a C program that calculates the given output parameters for the serial and parallel circuits shown in Fig. 1. The program will ask to the user to select a choice and if the user enters *1' serial circuit parameter will be calculated and if the user enters '2' parallel circuit parameters will be calculated. Use while repetition structure and the loop will continue until the choice is entered as '0'. Vs, R1, and R2 will be taken from the user as inputs and the following output parameters (Is, Req, I1, I2, V1, V2, P1, and P2) will be calculated using the formulas given in the figure and printed on the screen for each iteration. (Hint: Use switch/case for the selection). R1 Vs R2 Vs I,VŽR, R2 Fig 1. (i) Serial Circuit (ii) Parallel Circuit C C language
Serial Circuit
Parallel Circuit
Reg = R1 + R2
Iş = Vs/Req
V = (Vs × R1)/(R, + R2)
V2 = (V, x R2)/(R1 + R2)
I, = I, = I,
P, = (V,)²/R1 , P2 = (V2)²/R2
Reg = (R1 × R2)/(R1 +R2)
Is = Vs/Req
4 = (I, × R2)/(R, + R2)
I2 = (Is × R1)/(R, + R2)
V = V2 = V,
P = (V)²/R1 , P2 = (V2)²/R2
%3D
%3D
%3D
Transcribed Image Text:Serial Circuit Parallel Circuit Reg = R1 + R2 Iş = Vs/Req V = (Vs × R1)/(R, + R2) V2 = (V, x R2)/(R1 + R2) I, = I, = I, P, = (V,)²/R1 , P2 = (V2)²/R2 Reg = (R1 × R2)/(R1 +R2) Is = Vs/Req 4 = (I, × R2)/(R, + R2) I2 = (Is × R1)/(R, + R2) V = V2 = V, P = (V)²/R1 , P2 = (V2)²/R2 %3D %3D %3D
Expert Solution
steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY