SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
www.studentyogi.com                                                                                        www.studentyogi.com

         Code No: RR420803
                                                                                               Set No. 1
                IV B.Tech II Semester Regular Examinations, Apr/May 2007
               COMPUTER APPLICATION IN CHEMICAL ENGINEERING
                                       (Chemical Engineering)
         Time: 3 hours                                                                                     Max Marks: 80
                                     Answer any FIVE Questions
                                  All Questions carry equal marks



           1. Apply Runge-Kutta third order metho d to nd an approximate value of y when x
              =0.2 in steps of 0.1, given that dy/dx = x+y2 and y = 1 when x = 0. [16]

           2. Solve by Cramer’s rule, the equations:2x1+5x2+3x3 = 1,-x1+2x2+x3=2,x1+x3+x2=
              0.                                                                                                           [16]

           3. Find the solution to the set of equations shown below. 2 1 - 3 2 - 3 3 + 6 - 4 =
              15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13
              using Gauss Elimination metho d.                                                                         [16]

           4. (a) Solve the equation e-x - x = 0 by Newton-Raphson method.
               (b) How does one choose the initial guess value of the root? [12+4]

           5. An elementary liquid phase reaction A + B R+S is conducted in a multiple
              reactor system in which 100liters capacity CSTR is used as the rst unit and a
              PFR is used as the second unit. Find the intermediate conversion between the
              both the units using iterative method. Data: Initial molar ratio of B to A, M
              =2, Reaction rate constant (k) =0.2 lit/gmol.min, CA0=0.5 gmol/lit and 0=93.3
              lit/min.                                                                                                     [16]

           6. The speci c heat of the Hexane was measured at various temperatures during the
              heating and given in the following table
                Temp(T),K 298 350 400 450 500 550
                  Cp/R 16.24 18.229 20.07 21.84 23.53 25.14

              If the relationship between speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3
              Estimate the coe cients using polynomial regression. What is the value of speci c
              heat at 700K.                                                                                                [16]

           7. (a) Explain the necessary and su cient conditions for the extreme of an uncon-
                    strained function.
               (b) Determine the nature of stationary point of the function f(x) = -3 5 + 10 3 -
                     20
                                                                                                                      [8+8]

           8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing
                    the number of experiments required to get an accuracy of = 0.01.
               (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d
www.studentyogi.com             www.studentyogi.com

         Code No: RR420803
                             Set No. 1
www.studentyogi.com                                                                           www.studentyogi.com

         Code No: RR420803
                                                                                         Set No. 2
                IV B.Tech II Semester Regular Examinations, Apr/May 2007
               COMPUTER APPLICATION IN CHEMICAL ENGINEERING
                                       (Chemical Engineering)
         Time: 3 hours                                                                       Max Marks: 80
                                     Answer any FIVE Questions
                                  All Questions carry equal marks



           1. Use Runge- Kutta 4th order method to approximate y at x = 0.1 and x = 0.2 for
               dy/dx = x+y with x0 = 0 and y0 =1 and h = 0.1.                                                [16]

           2. Solve the following equations using Cramer’s rule: x+y+z = 3; x+2y+3z = 4;
               x+4y+9z = 6.                                                                                  [16]

           3. Solve by Gauss elimination method x + y + z = 6.6 x - y + z = 2.2 x + 2y + 3z
               = 15.2.                                                                                       [16]

           4. (a) Find a real ro ot of the equation 3 2 5 = 0 by the Regula-falsi metho d
                       correct to three decimal places.
                 (b) How does one choose the initial value of the root .                               [12+4]

           5. A gaseous mixture has the following composition (in mol / )CH4= 20 / 2 4
               =30 / , 2= 50 / . Find the molar volume at 90 atm pressure and 100 C using
               Vander Waals equation of state with averaged constants of the following type 3-
               (b’ + RT/b) 2 + (a’/P)V - a’.b’/P =0 where a’, b’ are the average constants a’=2.3
                   106 atm( 3 )2 , b’=45.0 3/gmol. Use the Newton Raphson method. [16]

           6. A new microorganism has been discovered which at each cell division yields three
              daughter cells. The growth rate data during the batch cultivation is given below
                   Time(t),h 0 .5 1 1.5 2.0
                 Dry Wt(X),g/l 0.1 0.15 0.23 0.34 0.51
               Fit the above data using least square regression in the exponential growth model
               x=a ebt where a and b are constants.                                                          [16]

           7. (a) Describe the Newton-Raphson method of nding the extrema of an uncon-
                    strained single variable function.
                 (b) Minimize f(Q) = 4 Q + 16/Q using Newton Raphson method. Start with the
                      rst estimate at Q = 1.                                                            [8+8]

           8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing
                    the number of experiments required to get an accuracy of 0.01.
                 (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d
                      when the number of experiments is 10.                                             [8+8]
www.studentyogi.com                                                                                        www.studentyogi.com

         Code No: RR420803
                                                                                                Set No. 3
                IV B.Tech II Semester Regular Examinations, Apr/May 2007
               COMPUTER APPLICATION IN CHEMICAL ENGINEERING
                                       (Chemical Engineering)
         Time: 3 hours                                                                                     Max Marks: 80
                                     Answer any FIVE Questions
                                  All Questions carry equal marks



           1. Using Euler’s method, nd an approximate value of y corresponding to x = 1, given
              that dy/dx = x + y and y = 1 when x = 0.                                                                     [16]

           2. In a given electrical network, the equations for the currents i1 i2 i3 are 3 1 + 2 + 3=
               8; 2 1 - 3 2 - 2 3 = -5; 7 1 + 2 2 - 5 3 = 0. Calculate 1 and 3 by Cramers rule.[16]

           3. Develop a step-by-step computational pro cedure to solve the following equation by
              Gauss elimination method x + 4y - z = -5; x + y - 6z = -12; 3x - y - z = 4. [16]

           4. (a) Find the roots of 2 - 25 = 0 numerically using Regula-falsi method.
                (b) Write the computational procedure to evaluate the roots of the equation.
                                                                                                                     [10+6]

           5. For the reaction 2 (g) + 4 2( ) 2 2 ( ) + 4( ) the standard heat of
               reaction can be expressed as 0              T = H’ + T + ( /2) 2 + ( /3) 3 ; H’=-
               148345 j; =-62.54; =46.3510-3 ; = -7 21 × 10-6 . Find the relevant
               temperature at which standard heat of reaction is equal to -183950j using iterative
               method.                                                                                                 [16]

           6. The speci c heat of the Hexane was measured at various temperatures during the
              heating and given in the following table
                Temp(T),K 298 350 400 450 500 550
                  Cp/R 16.24 18.229 20.07 21.84 23.53 25.14

              If the relationship between speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3
               Estimate the coe cients using polynomial regression. What is the value of speci c
               heat at 700K.                                                                                               [16]

           7. (a) Illustrate the importance of optimization techniques in chemical engineering
                      giving at least four examples.
                (b) Given the function f(x) = 80/x + 20x + 20, nd the stationary points and
                     test them for maxima or minima.                                                                  [8+8]

           8. Find the e ectiveness of preplanned regular interval method, sequential two point
               regular interval method, sequential dichotomous search and preplanned dichoto-
               mous search when the number of experiments is 20.                                                           [16]
www.studentyogi.com                                                                                www.studentyogi.com

         Code No: RR420803
                                                                                              Set No. 4
                IV B.Tech II Semester Regular Examinations, Apr/May 2007
               COMPUTER APPLICATION IN CHEMICAL ENGINEERING
                                       (Chemical Engineering)
         Time: 3 hours                                                                             Max Marks: 80
                                     Answer any FIVE Questions
                                  All Questions carry equal marks



           1. Using Euler’s method, nd an approximate value of y corresponding to x = 1, given
              that dy/dx = x + y and y = 1 when x = 0.                                                             [16]

           2. Solve by Cramer’s rule, the equations:2x1+5x2+3x3 = 1,-x1+2x2+x3=2,x1+x3+x2=
              0.                                                                                                   [16]

           3. Find the solution to the set of equations shown below. 2 1 - 3 2 - 3 3 + 6 - 4 =
              15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13
              using Gauss Elimination metho d.                                                                 [16]

           4. (a) Solve the equation 2 - 25 = 0 numerically using Newton-Raphson method.
                (b) Write the computational procedure to evaluate the roots of the equation .
                                                                                                             [10+6]

           5. Calculate the molar volume of methanol vapor at 400 K and 8 bar by using Redlich-
              Kwong equation of stateV = [RT P + b - a(V - b) {T0.5 PV(V + b)}] Where a=0.4278 2
              Tc2.5 / c; b= 0.0867R c/ c ; c=512.6 K; c =81 bar. Use the regular falsi method.
                                                                                                               [16]

           6. A zero order liquid phase reaction A R is conducted in a constant volume batch
              reactor and the following data were reported. Fit the data in the zero order rate
              equation using least square regression technique and nd the rate constant(k).
              Data: Initial reactant concentration CA0=2gmol/lit, - A=-d A/dt=k. [16]

                 Time(t),min 0 0.25 0.5 0.75 1.0 1.25 1.50
                Conversion(X) 0 0.11 0.19 0.31 0.39 0.51 0.60

           7. (a) Illustrate the importance of optimization techniques in chemical engineering
                      giving at least four examples.
                (b) Given the function f(x) = 80/x + 20x + 20, nd the stationary points and
                     test them for maxima or minima.                                                          [8+8]

           8. Minimize y = (2 - 9)2
              0 x 10 for 6 Fibonacci experiments.                                                              [16]

Contenu connexe

Tendances

lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...mathsjournal
 
Lesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and DecayLesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and DecayMatthew Leingang
 
Local Volatility 1
Local Volatility 1Local Volatility 1
Local Volatility 1Ilya Gikhman
 
Fft presentation
Fft presentationFft presentation
Fft presentationilker Şin
 
Chapter 9 computation of the dft
Chapter 9 computation of the dftChapter 9 computation of the dft
Chapter 9 computation of the dftmikeproud
 
Multilayer Neural Networks
Multilayer Neural NetworksMultilayer Neural Networks
Multilayer Neural NetworksESCOM
 
Quantum assignment
Quantum assignmentQuantum assignment
Quantum assignmentViraj Dande
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...mathsjournal
 
1.differential approach to cardioid distribution -1-6
1.differential approach to cardioid distribution -1-61.differential approach to cardioid distribution -1-6
1.differential approach to cardioid distribution -1-6Alexander Decker
 
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...Alexander Decker
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Pierre Jacob
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Pierre Jacob
 
BITS C464.doc
BITS C464.docBITS C464.doc
BITS C464.docbutest
 

Tendances (20)

lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
 
Mgm
MgmMgm
Mgm
 
Lesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and DecayLesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and Decay
 
Local Volatility 1
Local Volatility 1Local Volatility 1
Local Volatility 1
 
Fft presentation
Fft presentationFft presentation
Fft presentation
 
Bertail
BertailBertail
Bertail
 
Fourier series 2
Fourier series 2Fourier series 2
Fourier series 2
 
Sect5 4
Sect5 4Sect5 4
Sect5 4
 
Chapter 9 computation of the dft
Chapter 9 computation of the dftChapter 9 computation of the dft
Chapter 9 computation of the dft
 
Multilayer Neural Networks
Multilayer Neural NetworksMultilayer Neural Networks
Multilayer Neural Networks
 
Quantum assignment
Quantum assignmentQuantum assignment
Quantum assignment
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
 
4th Semester Mechanincal Engineering (2012-December) Question Papers
4th Semester Mechanincal Engineering (2012-December) Question Papers4th Semester Mechanincal Engineering (2012-December) Question Papers
4th Semester Mechanincal Engineering (2012-December) Question Papers
 
1.differential approach to cardioid distribution -1-6
1.differential approach to cardioid distribution -1-61.differential approach to cardioid distribution -1-6
1.differential approach to cardioid distribution -1-6
 
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
 
Module 5 Sets
Module 5 SetsModule 5 Sets
Module 5 Sets
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 
1st semester Physics stream (2013-June) Question Papers
1st semester Physics stream (2013-June) Question Papers 1st semester Physics stream (2013-June) Question Papers
1st semester Physics stream (2013-June) Question Papers
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 
BITS C464.doc
BITS C464.docBITS C464.doc
BITS C464.doc
 

En vedette

Computer & Computation
 Computer & Computation Computer & Computation
Computer & ComputationBilal Ejaz
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02WIN World
 
EPM Assignment 2
EPM Assignment 2EPM Assignment 2
EPM Assignment 2Delongr
 
La fuentedelas7virgenes n.2
La fuentedelas7virgenes   n.2La fuentedelas7virgenes   n.2
La fuentedelas7virgenes n.2silviafavaretto
 
Bernard Mohr Design Slides Short
Bernard Mohr Design Slides ShortBernard Mohr Design Slides Short
Bernard Mohr Design Slides Shortbukikpsi
 
Holly Stewart 2009
Holly Stewart 2009Holly Stewart 2009
Holly Stewart 2009hollystewart
 
明日から使える Java SE 7
明日から使える Java SE 7明日から使える Java SE 7
明日から使える Java SE 7Yuichi Sakuraba
 
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02WIN World
 
Easy as Pie: The Complexities of Cookbook Indexing
Easy as Pie: The Complexities of Cookbook IndexingEasy as Pie: The Complexities of Cookbook Indexing
Easy as Pie: The Complexities of Cookbook IndexingFred Leise
 
Online educational videos as a tool for promoting child neurology
Online educational videos as a tool for promoting child neurologyOnline educational videos as a tool for promoting child neurology
Online educational videos as a tool for promoting child neurologyIvor Kovic
 
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Plant biology (258121) biology ii (243102)
Plant biology (258121) biology ii (243102)Plant biology (258121) biology ii (243102)
Plant biology (258121) biology ii (243102)Joie Petit
 
Steve Jobs's Best Quotes
Steve Jobs's Best QuotesSteve Jobs's Best Quotes
Steve Jobs's Best QuotesMichal Ugor
 

En vedette (18)

Computer & Computation
 Computer & Computation Computer & Computation
Computer & Computation
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
 
Brs management academy insert
Brs management academy insertBrs management academy insert
Brs management academy insert
 
EPM Assignment 2
EPM Assignment 2EPM Assignment 2
EPM Assignment 2
 
La fuentedelas7virgenes n.2
La fuentedelas7virgenes   n.2La fuentedelas7virgenes   n.2
La fuentedelas7virgenes n.2
 
Bernard Mohr Design Slides Short
Bernard Mohr Design Slides ShortBernard Mohr Design Slides Short
Bernard Mohr Design Slides Short
 
Saving Oxford Medicine
Saving Oxford MedicineSaving Oxford Medicine
Saving Oxford Medicine
 
Holly Stewart 2009
Holly Stewart 2009Holly Stewart 2009
Holly Stewart 2009
 
Raul
RaulRaul
Raul
 
明日から使える Java SE 7
明日から使える Java SE 7明日から使える Java SE 7
明日から使える Java SE 7
 
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
 
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
 
Easy as Pie: The Complexities of Cookbook Indexing
Easy as Pie: The Complexities of Cookbook IndexingEasy as Pie: The Complexities of Cookbook Indexing
Easy as Pie: The Complexities of Cookbook Indexing
 
Online educational videos as a tool for promoting child neurology
Online educational videos as a tool for promoting child neurologyOnline educational videos as a tool for promoting child neurology
Online educational videos as a tool for promoting child neurology
 
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
 
Plant biology (258121) biology ii (243102)
Plant biology (258121) biology ii (243102)Plant biology (258121) biology ii (243102)
Plant biology (258121) biology ii (243102)
 
Steve Jobs's Best Quotes
Steve Jobs's Best QuotesSteve Jobs's Best Quotes
Steve Jobs's Best Quotes
 

Similaire à Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}

12 mmd11 applied mathematics -dec 2013,jan 2014
12 mmd11 applied mathematics -dec 2013,jan 201412 mmd11 applied mathematics -dec 2013,jan 2014
12 mmd11 applied mathematics -dec 2013,jan 2014Dover Solutions India
 
10 mmd11 applied mathematics - june, july 2013
10 mmd11  applied mathematics - june, july 201310 mmd11  applied mathematics - june, july 2013
10 mmd11 applied mathematics - june, july 2013Dover Solutions India
 
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...guestd436758
 
F I N I T E E L E M E N T M E T H O D S J N T U M O D E L P A P E R{Www
F I N I T E  E L E M E N T  M E T H O D S  J N T U  M O D E L  P A P E R{WwwF I N I T E  E L E M E N T  M E T H O D S  J N T U  M O D E L  P A P E R{Www
F I N I T E E L E M E N T M E T H O D S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
10 mmd11 applied mathematics -dec 2013,jan 2014
10 mmd11 applied mathematics -dec 2013,jan 201410 mmd11 applied mathematics -dec 2013,jan 2014
10 mmd11 applied mathematics -dec 2013,jan 2014Dover Solutions India
 
08 mtp11 applied mathematics - dec 2009,jan 2010
08 mtp11  applied mathematics - dec 2009,jan 201008 mtp11  applied mathematics - dec 2009,jan 2010
08 mtp11 applied mathematics - dec 2009,jan 2010Dover Solutions India
 
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
M A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
Algorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdfAlgorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdfselememg
 
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...guest3f9c6b
 
Applied mathematics iv
Applied mathematics   ivApplied mathematics   iv
Applied mathematics ivAnand Gadge
 
Master’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisMaster’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisIRJET Journal
 
12 epe11 applied mathematics - june, july 2013
12 epe11  applied mathematics - june, july 201312 epe11  applied mathematics - june, july 2013
12 epe11 applied mathematics - june, july 2013Dover Solutions India
 

Similaire à Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com} (20)

12 mmd11 applied mathematics -dec 2013,jan 2014
12 mmd11 applied mathematics -dec 2013,jan 201412 mmd11 applied mathematics -dec 2013,jan 2014
12 mmd11 applied mathematics -dec 2013,jan 2014
 
Applied mathematics 40
Applied mathematics 40Applied mathematics 40
Applied mathematics 40
 
10 mmd11 applied mathematics - june, july 2013
10 mmd11  applied mathematics - june, july 201310 mmd11  applied mathematics - june, july 2013
10 mmd11 applied mathematics - june, july 2013
 
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
 
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
 
4th Semester Mechanical Engineering (2013-June) Question Papers
4th Semester Mechanical Engineering (2013-June) Question Papers 4th Semester Mechanical Engineering (2013-June) Question Papers
4th Semester Mechanical Engineering (2013-June) Question Papers
 
Cf dfinal1 (may11)
Cf dfinal1 (may11)Cf dfinal1 (may11)
Cf dfinal1 (may11)
 
F I N I T E E L E M E N T M E T H O D S J N T U M O D E L P A P E R{Www
F I N I T E  E L E M E N T  M E T H O D S  J N T U  M O D E L  P A P E R{WwwF I N I T E  E L E M E N T  M E T H O D S  J N T U  M O D E L  P A P E R{Www
F I N I T E E L E M E N T M E T H O D S J N T U M O D E L P A P E R{Www
 
10 mmd11 applied mathematics -dec 2013,jan 2014
10 mmd11 applied mathematics -dec 2013,jan 201410 mmd11 applied mathematics -dec 2013,jan 2014
10 mmd11 applied mathematics -dec 2013,jan 2014
 
08 mtp11 applied mathematics - dec 2009,jan 2010
08 mtp11  applied mathematics - dec 2009,jan 201008 mtp11  applied mathematics - dec 2009,jan 2010
08 mtp11 applied mathematics - dec 2009,jan 2010
 
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
M A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
 
Algorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdfAlgorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdf
 
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
 
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...
 
Applied mathematics iv
Applied mathematics   ivApplied mathematics   iv
Applied mathematics iv
 
F.Y.B.Sc(2013 pattern) Old Question Papers:Dr.Kshirsagar
F.Y.B.Sc(2013 pattern) Old Question Papers:Dr.KshirsagarF.Y.B.Sc(2013 pattern) Old Question Papers:Dr.Kshirsagar
F.Y.B.Sc(2013 pattern) Old Question Papers:Dr.Kshirsagar
 
Master’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisMaster’s theorem Derivative Analysis
Master’s theorem Derivative Analysis
 
Laboratory 7
Laboratory 7Laboratory 7
Laboratory 7
 
S.Y.B.Sc. 2013 Pattern Old question Paper
S.Y.B.Sc. 2013 Pattern Old question PaperS.Y.B.Sc. 2013 Pattern Old question Paper
S.Y.B.Sc. 2013 Pattern Old question Paper
 
12 epe11 applied mathematics - june, july 2013
12 epe11  applied mathematics - june, july 201312 epe11  applied mathematics - june, july 2013
12 epe11 applied mathematics - june, july 2013
 

Plus de guest3f9c6b

Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 

Plus de guest3f9c6b (20)

Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
 
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
 

Dernier

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 

Dernier (20)

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 

Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}

  • 1. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 1 IV B.Tech II Semester Regular Examinations, Apr/May 2007 COMPUTER APPLICATION IN CHEMICAL ENGINEERING (Chemical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Apply Runge-Kutta third order metho d to nd an approximate value of y when x =0.2 in steps of 0.1, given that dy/dx = x+y2 and y = 1 when x = 0. [16] 2. Solve by Cramer’s rule, the equations:2x1+5x2+3x3 = 1,-x1+2x2+x3=2,x1+x3+x2= 0. [16] 3. Find the solution to the set of equations shown below. 2 1 - 3 2 - 3 3 + 6 - 4 = 15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13 using Gauss Elimination metho d. [16] 4. (a) Solve the equation e-x - x = 0 by Newton-Raphson method. (b) How does one choose the initial guess value of the root? [12+4] 5. An elementary liquid phase reaction A + B R+S is conducted in a multiple reactor system in which 100liters capacity CSTR is used as the rst unit and a PFR is used as the second unit. Find the intermediate conversion between the both the units using iterative method. Data: Initial molar ratio of B to A, M =2, Reaction rate constant (k) =0.2 lit/gmol.min, CA0=0.5 gmol/lit and 0=93.3 lit/min. [16] 6. The speci c heat of the Hexane was measured at various temperatures during the heating and given in the following table Temp(T),K 298 350 400 450 500 550 Cp/R 16.24 18.229 20.07 21.84 23.53 25.14 If the relationship between speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3 Estimate the coe cients using polynomial regression. What is the value of speci c heat at 700K. [16] 7. (a) Explain the necessary and su cient conditions for the extreme of an uncon- strained function. (b) Determine the nature of stationary point of the function f(x) = -3 5 + 10 3 - 20 [8+8] 8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing the number of experiments required to get an accuracy of = 0.01. (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d
  • 2. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 1
  • 3. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 2 IV B.Tech II Semester Regular Examinations, Apr/May 2007 COMPUTER APPLICATION IN CHEMICAL ENGINEERING (Chemical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Use Runge- Kutta 4th order method to approximate y at x = 0.1 and x = 0.2 for dy/dx = x+y with x0 = 0 and y0 =1 and h = 0.1. [16] 2. Solve the following equations using Cramer’s rule: x+y+z = 3; x+2y+3z = 4; x+4y+9z = 6. [16] 3. Solve by Gauss elimination method x + y + z = 6.6 x - y + z = 2.2 x + 2y + 3z = 15.2. [16] 4. (a) Find a real ro ot of the equation 3 2 5 = 0 by the Regula-falsi metho d correct to three decimal places. (b) How does one choose the initial value of the root . [12+4] 5. A gaseous mixture has the following composition (in mol / )CH4= 20 / 2 4 =30 / , 2= 50 / . Find the molar volume at 90 atm pressure and 100 C using Vander Waals equation of state with averaged constants of the following type 3- (b’ + RT/b) 2 + (a’/P)V - a’.b’/P =0 where a’, b’ are the average constants a’=2.3 106 atm( 3 )2 , b’=45.0 3/gmol. Use the Newton Raphson method. [16] 6. A new microorganism has been discovered which at each cell division yields three daughter cells. The growth rate data during the batch cultivation is given below Time(t),h 0 .5 1 1.5 2.0 Dry Wt(X),g/l 0.1 0.15 0.23 0.34 0.51 Fit the above data using least square regression in the exponential growth model x=a ebt where a and b are constants. [16] 7. (a) Describe the Newton-Raphson method of nding the extrema of an uncon- strained single variable function. (b) Minimize f(Q) = 4 Q + 16/Q using Newton Raphson method. Start with the rst estimate at Q = 1. [8+8] 8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing the number of experiments required to get an accuracy of 0.01. (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d when the number of experiments is 10. [8+8]
  • 4. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 3 IV B.Tech II Semester Regular Examinations, Apr/May 2007 COMPUTER APPLICATION IN CHEMICAL ENGINEERING (Chemical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Using Euler’s method, nd an approximate value of y corresponding to x = 1, given that dy/dx = x + y and y = 1 when x = 0. [16] 2. In a given electrical network, the equations for the currents i1 i2 i3 are 3 1 + 2 + 3= 8; 2 1 - 3 2 - 2 3 = -5; 7 1 + 2 2 - 5 3 = 0. Calculate 1 and 3 by Cramers rule.[16] 3. Develop a step-by-step computational pro cedure to solve the following equation by Gauss elimination method x + 4y - z = -5; x + y - 6z = -12; 3x - y - z = 4. [16] 4. (a) Find the roots of 2 - 25 = 0 numerically using Regula-falsi method. (b) Write the computational procedure to evaluate the roots of the equation. [10+6] 5. For the reaction 2 (g) + 4 2( ) 2 2 ( ) + 4( ) the standard heat of reaction can be expressed as 0 T = H’ + T + ( /2) 2 + ( /3) 3 ; H’=- 148345 j; =-62.54; =46.3510-3 ; = -7 21 × 10-6 . Find the relevant temperature at which standard heat of reaction is equal to -183950j using iterative method. [16] 6. The speci c heat of the Hexane was measured at various temperatures during the heating and given in the following table Temp(T),K 298 350 400 450 500 550 Cp/R 16.24 18.229 20.07 21.84 23.53 25.14 If the relationship between speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3 Estimate the coe cients using polynomial regression. What is the value of speci c heat at 700K. [16] 7. (a) Illustrate the importance of optimization techniques in chemical engineering giving at least four examples. (b) Given the function f(x) = 80/x + 20x + 20, nd the stationary points and test them for maxima or minima. [8+8] 8. Find the e ectiveness of preplanned regular interval method, sequential two point regular interval method, sequential dichotomous search and preplanned dichoto- mous search when the number of experiments is 20. [16]
  • 5. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 4 IV B.Tech II Semester Regular Examinations, Apr/May 2007 COMPUTER APPLICATION IN CHEMICAL ENGINEERING (Chemical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Using Euler’s method, nd an approximate value of y corresponding to x = 1, given that dy/dx = x + y and y = 1 when x = 0. [16] 2. Solve by Cramer’s rule, the equations:2x1+5x2+3x3 = 1,-x1+2x2+x3=2,x1+x3+x2= 0. [16] 3. Find the solution to the set of equations shown below. 2 1 - 3 2 - 3 3 + 6 - 4 = 15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13 using Gauss Elimination metho d. [16] 4. (a) Solve the equation 2 - 25 = 0 numerically using Newton-Raphson method. (b) Write the computational procedure to evaluate the roots of the equation . [10+6] 5. Calculate the molar volume of methanol vapor at 400 K and 8 bar by using Redlich- Kwong equation of stateV = [RT P + b - a(V - b) {T0.5 PV(V + b)}] Where a=0.4278 2 Tc2.5 / c; b= 0.0867R c/ c ; c=512.6 K; c =81 bar. Use the regular falsi method. [16] 6. A zero order liquid phase reaction A R is conducted in a constant volume batch reactor and the following data were reported. Fit the data in the zero order rate equation using least square regression technique and nd the rate constant(k). Data: Initial reactant concentration CA0=2gmol/lit, - A=-d A/dt=k. [16] Time(t),min 0 0.25 0.5 0.75 1.0 1.25 1.50 Conversion(X) 0 0.11 0.19 0.31 0.39 0.51 0.60 7. (a) Illustrate the importance of optimization techniques in chemical engineering giving at least four examples. (b) Given the function f(x) = 80/x + 20x + 20, nd the stationary points and test them for maxima or minima. [8+8] 8. Minimize y = (2 - 9)2 0 x 10 for 6 Fibonacci experiments. [16]