2023 2024 EduVark > Education Discussion > General Discussion


  #1  
June 19th, 2014, 09:46 AM
Super Moderator
 
Join Date: Mar 2012
University Of Mysore, Diploma in Computer Engineering previous years question papers

Can you please give me the University Of Mysore, Diploma in Computer Engineering previous years question papers?

As you want to get the University Of Mysore, Diploma in Computer Engineering previous years question papers so here is the information of the same for you:

University Of Mysore, Diploma in Computer Engineering previous years question papers

· Question 1 is compulsory and carries 20 marks. Answer to Q. 1. must be written in the space provided for it in the answer book supplied and nowhere else.

· Out of the remaining EIGHT Questions answer any FIVE Questions. Each question carries 16 marks.

· Any required data not explicitly given, may be suitably assumed and stated.


Q.1 Choose the correct or best alternative in the following: (2x10)


a. The divided difference is equal to (if

(A) . (B) .

(C) . (D) .

b. An approximation to is written as Then, the values of the coefficients (a, b, c ) are

(A) (1, 0, 1). (B) (1, -2, 1).

(C) (-3, 4, 1). (D) (1, 0, -1).

c. Error in composite Simpson’s rule for integrating is bounded by . The value of M is

(A) . (B) .

(C) . (D) .

d. Newton-Raphson method for computing can be written as

, where

(A) . (B) .

(C) . (D) .

e. The Runge-Kutta method , when applied to the initial value problem gives . Then, E is equal to

(A) 1 + ah. (B)

(C) (D)

f. The linear least squares polynomial approximation to the following data is given by Then, the least squares error is given by

(A) 0. (B) 1.5.

(C) 4.0. (D) 5.2.

g. What will be the output of the following program?

void main( ) {

int arr[ ] = {10, 11, 12, 13, 14};

int i, *p;

for (p=arr, i=0; p+i<=arr+4; p++, i++)

printf(“%d”, *(p+i)); }

(A) 10 11 12 13 14 (B) 10 11 12

(C) 11 13 (D) 10 12 14



h. What will be the output of the following program?

#include

main(argc,argv)

int argc;

char *argv[];

{

int i;

for (i = 1;i

printf(“%s”,argv[i]);

prinft(“\n”);

}

if the following command in typed,

$ myecho hello world

(B) myecho hello. (B) no output is produced.

(C) myecho world. (D) hello world.



i. What will be the output of the following program?

main( )

{ static int a [5] = { 1,2,3,4,5 };

int i ;

for ( i = 0; i<5; i ++ )

{ printf(“%d”,*a);

a = a + 1;

}

}

(A) 1 2 3 4 5. (B) Error

(C) Undefined Output (D) 5 4 3 2 1


j. What will be the output of the following programme segment?

int m, n=10;

m = n++ * n++;

printf(“%d, %d, %d, %d, %d”, m, n, m++, m--, --m);

(A) 100, 12, 100, 101, 99 (B) 100, 12, 100, 111, 109

(C) 110, 12, 110, 111, 109 (D) 110, 11, 100, 101, 99








Answer any FIVE Questions out of EIGHT Questions.

Each question carries 16 marks.


Q.2 a. Find an interval of unit length which contains the smallest negative root in magnitude of the equation . Using the end points of this interval as initial approximations, obtain the root correct to three decimals using the Regula-Falsi method. (8)

b. It is known that the iterative method converges to . Find the order of the method and the leading term of the error. (8)

Q.3 a. Set up the Gauss-Seidel iteration scheme in matrix form to solve the system of equations Show that the iteration scheme diverges. (9)

b. Solve the system of equations by Gauss elimination method. (7)

Q.4 a. Find the Choleski decomposition of the matrix. Hence find its inverse. (10)

b. The nonlinear system of equations has a solution near. Perform one iteration of the Newton’s method to improve the solution. (6)

Q.5 a. Write a C program for finding a simple root of using Regula - Falsi method. Input the end points of the interval ( a, b) in which the root lies, maximum number of iterations n and the error bound ‘bound’. If the given number of iterations n, is not sufficient, the program should display “Iterations are not sufficient”. Write the function subprogram using (7)
b. If and is the forward difference operator, then find the expressions for a and b. (4)

c. A table of values for the function in [0, 3] is to be constructed at equispaced points. If we want to use linear interpolation in this table, then find the largest step length h that can be used to construct the table, if error of interpolation is to be. (5)

Q.6 a. Construct the interpolating polynomial that fits the data (8)
b. Use the method of least squares to fit the curve , to the table of values (8)

Q.7 a. Write a C program to evaluate the integral by Simpson’s rule with nodal points. Write a function subprogram using . (9)

b. Compute an approximation to using the formula

, and possible values of h from the data (7)

Q.8 a. Evaluate the integral where x is in radians, using Simpson’s rule with 3, 5, 9 points. Improve the approximation to the value of the integral using Romberg integration. (7+3)
b. Derive the two point Gauss-Hermite formula

. . (6)

Q.9 a. Use Euler’s method to compute an approximation to y(1.2) for the initial value problem (5)

b. A Runge-Kutta method of second order, for solving the initial value problem is given by

(i) Find the truncation error of the method.

(ii) Using the above method, obtain an approximation to y(1.1) for the initial value problem with h = 0.1. (6+5)

NOTE: There are 9 Questions in all.

· Question 1 is compulsory and carries 20 marks. Answer to Q. 1. must be written in the space provided for it in the answer book supplied and nowhere else.

· Out of the remaining EIGHT Questions answer any FIVE Questions. Each question carries 16 marks.

· Any required data not explicitly given, may be suitably assumed and stated.


Q.1 Choose the correct or best alternative in the following: (2x10)

a. Mobility of an electron is

(A) maximum flow of electrons per unit field.

(B) average field applied per unit drift velocity.

(C) average drift velocity per unit field.

(D) average conductivity per unit field.

b. The correct order of the co-ordination number in simple cubic, body centered cubic and face centered cubic of unit cell is

(A) 6, 8, 12. (B) 8, 12, 12.

(C) 12, 8, 12. (D) 6, 8, 8.

c. At absolute zero temperature, the probability of finding an electron at an energy level E is zero when

(A) (B)

(C) (D) None

d. Piezoelectric effect is the production of electricity by

(A) chemical effect. (B) temperature.

(C) applying pressure. (D) humidity.

e. A ferromagnetic material is one in which neighbouring atomic magnetic moments are

(A) predominantly parallel in small regions of material.

(B) predominantly parallel and unequal in small regions of material.

(C) predominantly equal and parallel through out the material.

(D) predominantly unequal and parallel throughout the material.

f. In an intrinsic semiconductor, there are

(A) no mobile holes.

(B) no free electrons.

(C) neither free electrons nor mobile holes.

(D) equal number of free electrons and mobile holes.

g. Which one of the following is not the advantage of ion-implantation over diffusion doping

(A) it is a low temperature process.

(B) point imperfections are not produced.

(C) shallow doping is possible.

(D) gettering is possible.

h. The hardness of quenched Martensite

(A) increases with increasing carbon percentage.

(B) decreases as carbon percentage increases.

(C) first increases and then remains almost constant as the carbon percentage increases.

(D) first increases and then decreases as carbon percentage increases.

i. The preheating of parts to be welded and slow cooling of the welded structure will reduce

(A) cracking and incomplete fusion

(B) cracking and residual stress.

(C) residual stress and incomplete penetration.

(D) cracking and underfill.


j. The degree of freedom when ice water and water vapour coexist in equilibrium is

(A) zero (B) one

(C) triple point (D) minus one


Answer any FIVE Questions out of EIGHT Questions.

Each question carries 16 marks.

Q.2 a. Distinguish the following with suitable examples:-

(i) Ionic and covalent types of bonding.

(ii) Lattice and cohesive energy.

(iii) Ionisation energy and electron affinity. (3+3+3)

b. Establish the relation between lattice constant (a) of a cubic crystal and the density of the crystal material. Determine the size of the largest spherical impurity atom that will fit into the voids of the FCC structure. (4+3)

Q.3 a. What is meant by crystal imperfections? Classify them in the order of their geometry. Explain the difference between edge and screw dislocations. What is a Burger’s vector? (2+2+4+1)

b. What is the phase rule and what does it indicate? Using Gibb’s phase rule show that eutectoid reaction is non-variant. (2+2+3)

Q.4 a. Explain with suitable diagrams the atomic model of diffusion. How does drift current differ from diffusion current? What is Einstein’s relationship? (4+4+2)

b. Explain with suitable plots the probability of occupancy of energy level E by an electron with

(i) (ii)

(iii)

Also draw a plot between number of electrons and the energy. (6)

Q.5 a. Mark the Fermi level in energy band diagram for

(i) an intrinsic semiconductor.

(ii) n-type semiconductor.

(iii) p-type semiconductor.

Show that the density of electrons in the conduction band of an n-type semiconductor is proportional to the square root of donor concentration. (3+5)

b. What is Hall effect? Briefly discuss the physical origin and uses of Hall effect? What are the uses of this effect? (3+3+2)

Q.6 a. Explain the following:

(i) polarizability. (ii) dipole relaxation.

(iii) loss angle. (iv) dielectric breakdown.

Summarize the various factors contributing to breakdown in dielectrics. (8+2)

b. What are the chief characteristics of ferro-electric materials? How do you establish the existence of ferro-electricity in a material? (3+3)

Q.7 a. Draw the B-H curve for a ferro-magnetic material and identify the retentivity and the coercive field on the curve. What is the energy loss per cycle? How are ferrites superior to ferro-magnetic materials? (4+2+3)

b. Explain clearly the difference between hard and soft magnetic materials. Explain why Fe-Si alloys are used for power transformers whereas Ni-Fe alloys are used for pulse transformers. (3+4)


Q.8 a. Explain the various steps required in the fabrication of an integrated circuit. What are the important functions of oxide layer in an integrated circuit? (6+3)

b. Differentiate between soldering and brazing processes. What are the metallurgical factors which affect the quality of a welded joint? (5+2)
Q.9 Write notes on any TWO of the following:-

(i) Annealing and normalizing processes.

(ii) Extrusion process.

(iii) Properties of filament and contact materials.

(iv) Free electron theory of metals. (8+8 = 16)

Contact Details:
University of Mysore
JLB Road,
Mysore,
Karnataka 570005 ‎
0821 241 9361
India

Map Location:

Last edited by Neelurk; May 1st, 2020 at 04:31 PM.
Similar Threads
Thread
Anna University 6th Semester Computer Science & Engineering previous year question papers
Diploma in Computer Engineering Question Papers
Diploma in Computer Science 2nd semester question papers of past years
GATE Computer Science and Engineering question papers of previous years in PDF format
Combined Engineering Services Civil Engineering previous years question papers
Kendriya Vidyalaya Sangathan PGT Computer Science question papers of previous years
DOEACC C Level Advanced Computer Architecture previous years question papers
Kerala University, P.G. Diploma in Travel & Tourism previous years question papers
University Grants Commission NET question papers of previous years of Computer Scienc
DOEACC - C Level Image Processing and Computer Vision previous years question papers
KEAM Engineering - Mathematics previous years question papers
Indian Engineering Service Civil Engineering previous years question papers of UPSC
PTU B.Tech Engineering Mathematics previous years question papers
Graduate Aptitude Test in Engineering past years question papers of Computer Science
Avionics previous years question papers for aeronautical engineering



Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 07:17 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8