Admin Welcomes U October 2012 ~ ANNA UNIVERSITY QUESTION BANKS PAPERS WITH SOLUTIONS

JOIN WITH US :)

WELCOME TO GEEKERS UNIVERSITY OF STUDENT AND PROFESSORS OFFCIAL WEBSITE

THIS WEBSITE BELONGS TO STUDENTS AND PROFESSORS OF GEEKERS UNIVERSITY

GEEKERS UNIVERSITY DEPT

RESEARCH,MBBS,NURSING,ENGINEERING,ARTS AND SCIENCE,TECHNOLGY,DIPLOMA,PLUSTWO,TENTH STANDARD AND SCHOOLS :)

RESULTS

ALL RESULTS,EXAM DATES ,TIME TABLE,ETC

GEEKERS UNIVERSITY

PROJECTS,PAPER PRESENTATION SEMINARS,TUTORIALS,HOW TO,OTHERS,HACKING,MINI PROJECTS

GEEKERS UNIVERSITY---- GAMES

PUZZ,QUIZ,MEDIA,SPORTS,EBOOKS,TUTORIALS,FUN EXAMS,LEARNING,ONLINE TESTING YOUR MIND SPEED,CHATTING AND MUCH MORE


If any add appear like this please click skip add

Category

INFO

CLICK HERE
FOR LATEST RESULTS
LATEST NEW TIME TABLE/EXAM DATES FOR ALL LINK1 LINK2
ANNA UNIVERSITY COLLEGES RANK LIST 2012 CHECK SOON
LATEST FREE PLACEMENT PAPERS FOR ALL COMPANIES CHECK SOON
GET FREE MINI PROJECTS AND FINAL YEAR PROJECTS CLICK HERE
LATEST HOT HACKING TRICKS CLICK HERE

LATEST QUESTION BANKS /PAPERS/entrance FOR ALL EXAMS CLICK HERE link1 link2




our sites
www.tricksnew.blogspot.com www.questionbank.tk
www.freeminiproject.blogspot.com and
www.onlineinfocity.
blogspot.com


NOTE:

FEEL FREE TO CONTACT US click on me
DONT FORGET TO SUBSCRIBE YOUR MAIL ID ----->>>TO GET DAILY question banks IN YOUR INBOX::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SEE RIGHT SIDE CORNER

Sunday, October 14, 2012

Latest Data Structure Question Banks Lecture notes and Question papers huge collections free download IT 2201


 DATA STRUCTURES

Latest Data Structure Question Banks Lecture notes
 and Question papers huge collections free download IT 2201

anna university question bank for CSE, CSE THIRD,

 IT THIRD, IT, IT FIFTH SEM, CSE FIFTH, ECE THIRD, 

QUESTION BANKS, LECTURE NOTES, QUESTION PAPERS, 

DEPARTMENT OF INFORMATION TECHNOLOGY

ACADEMIC YEAR 2011- 2012 / ODD SEMESTER

QUESTION BANK

SUBJECT NAME : CS1201-DATA STRUCTURES

YEAR / SEM : II / III

UNIT- I

FUNDAMENTALS OF ALGORITHMS


PART – A

1. Define Data structure.

2. Give few examples for data structures.

3. Define Algorithm.

4. What are the features of an efficient algorithm?

5. List down any four applications of data structures.

6. What is Divide and Conquer?

7. State the importance of dynamic programming.

8. Define storage structure.

9. Define file structure.

10. What are the four major parts in an iterative process?

11. Write down the algorithm for solving Towers of Hanoi problem.

12. What are the different types of data structures?

13. What do you mean by primitive data structure?

14. What are the three stages of problem solving aspect?

15. Define depth of recursion.

16. What is searching?

17. What is linear search?

18. Define Space Complexity

19. Define Time Complexity

20. What are asymptotic notations?

21. What is information?

22. Define Recursion?

23. What is a Fibonacci sequence?

PART – B

1. Explain in detail the steps involved in Top down Design. (16)

2. Write the verification condition of a program segments with

a. Straight line statements (04)

b. Branches (06)

c. Loops (06)

3. Write short notes on efficiency of an algorithm (16)

4. Write short notes on analysis of an algorithm (16)

5. (a) Develop an algorithm to compute the sums for the first n terms

S=1+ (1/2) + (1/3) +…. (08)

(b) Discuss in detail about the implementation of the algorithm. (08)

6. (a) Write an algorithm to reverse the digits of a decimal number. (08)

(b) Write an algorithm to compute the Fibonacci series for ‘n’ terms. (08)

7. Explain Asymptotic Notation in detail. (16)


UNIT-II

FUNDAMENTALS OF DATA STRUCTURES

PART – A

1. What is an Abstract Data type (ADT)? Explain.

2. What is a Stack?

3. What are the two operations of Stack?

4. Write postfix form of the expression –A+B-C+D?

5. What is a Queue?

6. What is a Priority Queue?

7. What are the different ways to implement list?

8. What are the advantages in the array implementation of list?

9. What is a linked list?

10. Name the two fields of Linked list?

11. What is a doubly linked list?

12. Name the three fields of Doubly Linked list.

13. Define double circularly linked list.

14. What is the need for the header?

15. List three examples that uses linked list.

16. Give some examples for linear data structures.

17. Write postfix from of the expression –A+B-C+D.

18. How do you test for an empty queue?

19. What are the postfix and prefix forms of the expression?

20. Explain the usage of stack in recursive algorithm implementation.

21. Write down the operations that can be done with queue data structure.

22. What is a circular queue?

PART – B

1. Write a program in C to return the position of an element X in a List L. (16)

2. (a) State and explain the algorithm to perform Radix Sort. (08)

(b) Write a Program in C to create an empty stack and to push an element into it. (08)

3. Explain how queues can be implemented using Arrays (16)

4. (a) Write a ‘c’ program to multiply two polynomials. (08)

(b) Write a ‘c’ program to add two polynomials. (08)

5. (a) Write an algorithm to convert infix to postfix expression and explain it with

example. (08)

(b) Write an algorithm to evaluate a postfix expression and explain it with example.

(08)

6. (a) Write an algorithm to check given expression contains balanced parenthesis or

not. (08)

(b) Write an algorithm for insertion and deletion operation in a circular queue. (08)

7. Define Queue and briefly explain its various operations. (16)

8. Explain doubly linked list in detail. (16)

9. Compare and contrast the different features of various linked lists. (16)

10. Explain stack in detail. (16)

UNIT III

TREES

PART – A

1. Define non-linear data structure.

2. Define tree.

3. Define leaf.

4. What is meant by directed tree?

5. What is an ordered tree?

6. What is a Binary tree?

7. What are the applications of binary tree?

8. What is meant by traversing?

9. What are the different types of traversing?

10. What are the two methods of binary tree implementation?

11. Define pre-order traversal.

12. Define post-order traversal.

13. Define in-order traversal.

14. What is the length of the path in a tree?

15. Define expression trees.

16. Define strictly binary tree.

17. Define complete binary tree.

18. What is an almost complete binary tree?

19. Define AVL Tree.

20. Define collision resolution.

PART – B

1. (a) Construct an expression tree for the expression A+(B-C)*D+(E*F). (08)

(b) Write a function to delete the minimum element from a binary heap. (08)

2. Write a program in C to create an empty binary search tree & search for an element

X in it. (16)

3. Explain in detail about Open Addressing. (16)

4. Explain in detail insertion into AVL Trees. (16)

5. Write a recursive algorithm for binary tree traversal with an example. (16)

6. Write an algorithm for initializing the hash table and insertion in a separate

Chaining (16)

7. State & explain the algorithm to perform Heap sort. Also analyze the time complexity

of the algorithm (16)

8. Write a C program to perform Merge sort and analyze time complexity of the

algorithm. (16)

9. State & explain the algorithm to perform Quick sort. Also analyze the time complexity

of the algorithm. (16)

10. State & explain the algorithm to perform Shell sort. Also analyze the time complexity

of the algorithm. (16)

11. Explain Huffman Algorithm with an example. (16)

12. Discuss about Hashing in detail. (16)

UNIT-IV

GRAPHS AND THEIR APPLICATIONS

PART – A

1. Define Graph.

2. Define adjacent nodes.

3. What is a directed graph?

4. What is an undirected graph?

5. What is a loop?

6. What is a simple graph?

7. What is a weighted graph?

8. Define out degree of a graph.

9. Define in degree of a graph.

10. Define path in a graph.

11. What is a simple path?

12. What is a cycle or a circuit?

13. What is an acyclic graph?

14. What is meant by strongly connected in a graph?

15. When is a graph said to be weakly connected?

16. What is meant by sorting?

17. What are the two main classifications of sorting based on the source of data?

18. What is meant by external sorting?

19. What is meant by internal sorting?

20. What are the various factors to be considered in deciding a sorting algorithm?

21. What is the main idea behind insertion sort?

22. What is the main idea behind selection sort?

23. What is the basic idea of shell sort?

24. What is the other name for shell sort?

25. What is the purpose of quick sort?

PART – B

1. Formulate an algorithm to find the shortest path using Dijkstra’s algorithm and explain

with example. (16)

2. Explain the minimum spanning tree algorithms with an example. (16)

3. (a) Write short notes on Biconnectivity. (08)

(b) Write an algorithm for Topological Sort of a graph. (08)

4. Write and explain weighted and unweighted shortest path algorithm. (16)

5. Explain the various applications of Depth First Search. (16)

6. Explain warshall’s algorithm in detail. (16)

7. Explain kruskal’s algorithm in detail. (16)

8. Explain prim’s algorithm in detail. (16)

UNIT-V

STOARAGE MANAGEMENT

PART-A

1. Mention the types of automatic list management?

2. What do you meant by reference count method?

3. What is Garbage collection?

4. What is compaction?

5. Give the purpose of list management.

6. What are the disadvantages of reference count method?

7. What are the phases of garbage collection?

8. What do you mean by thrashing?

9. What are the types of pointers?

10. What are methods of implementing add on and tail operations in linked list?

11. Define first fit.

12. Define best fit.

13. Define worst fit.

14. What is internal and external fragmentation?

15. What are the types of buddy system?

PART – B

1. Explain the linked list representation of a list with an example. (16)

2. Explain reference count method with an example. (16)

3. Explain garbage collection with their variations. (16)

4. Explain the dynamic memory management with necessary methods. (16)

5. Write about operations in linked linear lists. (16)

6. Explain collection and compaction in detail. (16)


Click here to Download more details contact us



Wednesday, October 10, 2012

M.E/M.Tech Applied Electronics Question banks for ECE

Dear All

M.E/M.Tech Applied Electronics Question banks for ECE
ECE, M.TECH, ME, PG, QUESTION BANKS, QUESTION PAPERS, ANNA UNIVERSITY QUESTION BANKS FOR ECE, MICROPROCESSORS AND MICROCONTROLLER, APPLIED ELECTRONICS, 

paper/question banks download or contact us





M.E. DEGREE EXAMINATION, APRIL/MAY 2011




M.E. DEGREE EXAMINATION, APRIL/MAY 2011
First Semester
Applied Electronics
MA 9217 — APPLIED MATHEMATICS FOR ELECTRONICS ENGINEERS
(Common to M.E. VLSI Design)
(Regulation 2009)
Time : Three hours Maximum : 100 marks
Answer ALL questions
PART A — (10 × 2 = 20 marks)
1. Symbolize the following arguments. ‘‘Engineers are mathematicians. Logical thinkers do not believe in magic. Mathematicians are logical thinkers. Therefore Engineers do not believe in magic’’.
2. Evaluate the fuzzy logic formulas babaa ,, ∨∧ and ba → given a
= ,7.0 b = 6.0 .
3. Define Pseudo inverse of a full rank matrix A.
4. Define Toeplitz matrix and give an example.
5. Find the moment generating function of the random variable whose moments
are r
.2)!1( r




paper/question banks download or contact us

Reg. No. :
M.E. DEGREE EXAMINATION, NOVEMBER/DECEMBER Elective 2010

Applied Electronics
AP 9251 — DIGITAL IMAGE PROCESSING
(Common to M.E. Communication Systems)
(Regulation 2009)
Time : Three hours Maximum : 100 Marks
Answer ALL questions
ART A — (10 × 2 = 20 Marks)
1. State 2D sampling theorem.
2. What is meant by dither?
3. What is the advantage is Walsh transform over Fourier transform?
4. List the properties of Haar transform.
5. What is median filtering? State its properties.P



paper/question banks download or contact us

Reg. No. :
J7603
M.E. DEGREE EXAMINATION, JUNE 2010
First Semester

vantages of segmented memory?
2. Mention the different types of pipeline hazards.
3. What is the system memory management mode of operation for the Pentium?
How is the mode exited?
4. What are the limitaApplied Electronics


AP9213 — ADVANCED MICROPROCESSORS AND MICRO CONTROLLERS
(Common to M.E. Communication Systems and M.E. VLSI Design)
(Regulation 2009)
Time : Three hours Maximum : 100 Marks
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)
1. What are the adtions of paging mechanism?
5. List the most notable features of the ARM instruction set.
6. Define the pipeline stages in a 5-stage pipeline of ARM processor.
7. List the different types of addressing modes supported by Motorola 68HC11.
8. What are the built-in peripherals in 68HC11?
9. Show the status register format in PIC micro controller.
10. Name the different interrupt sources present in PIC micro controller.

PART B — (5 × 16 = 80 Marks) 11. 4 (a) (b) Question Paper Code: Explain memory. 0 in detail 1
the different 4
Or address 0 mapping 1 techniques used 4 in cache (16)
(i) Explain the technique used to minimize hazards in a pipeline processor. (10)
(ii) Compare RISC and CISC processor architectures. (6)



www.questionbanks.tk

Question Paper Code :

paper/question banks download or contact us





paper/question banks download or contact us

PART B — (5 × 16 = 80 marks)
11. (a) (i) List out the various pipeline hazards used in Microprocessor. (10)
(ii) Compare Instruction level parallelism Architectures. (6)
Or
(b) (i) List out RISC Properties in detail. (10)
(ii) Compare on chip Cache Versus Register file. (6)
12. (a) (i) Explain in detail about super scalar architecture of Pentium. (10)
(ii) Describe Virtual 8086 Model used in Pentium Microprocessor. (6)
Or
(b) Briefly Explain about the various Interrupt processing techniques in Pentium. (16)
13. (a) (i) Explain in detail about ARM Architecture. (8)
(ii) Explain in detail about ARM CPU Cores. (8)
Or
(b) Briefly Explain about ARM Organization and Implementation. (16)
14. (a) Briefly Explain about Pulse accumulator in 68HC11 Microcontroller. (16)
Or
(b) Explain in detail about Serial Communication Interface in 68HC11 Microcontroller. (16)
15. (a) Briefly explain about I/O Port expansion in PlC Microcontroller. (16)
Or
(b) Describe briefly about I2C bus for peripheral chip access in PlC Microcontroller. (16)
—————————
31187


Monday, October 8, 2012

ANNA UNIVERSITY FIFTH SEMESTER QUESTION BANKS FOR ECE/EEE/IT/CSE

http://jntu.ravvavamsi.com/StudyMaterials/JNTU/CN%20_uandistar.zip


Computer Networks Question banks for ece





CS 2363 — COMPUTER NETWORKS
ANNA UNIVERSITY QUESTION BANKS FOR ECE,
 ECE FIFTH, COMPUTER NETWORKS, CSE FIFTH,
 QUESTION BANKS, 
QUESTION PAPERS, 
(Regulation 2008)
Time : Three hours Maximum : 100 marks
Answer ALL questions.
PART A — (10 × 2 = 20 marks)
1. Define a computer network.
2. What is FDDI?
3. What is internet working?
4. What is IPV6?
5. What is queuing?
6. Define congestion.
7. Define cryptography.
8. What is PGP.
9. What is HTTP?
10. List multimedia applications.

PART B — (5 × 16 = 80 marks)
11. (a) (i) Describe network architecture in detail. (8)
(ii) What is Ethernet? Explain in detail. (8)
Or
(b) (i) What is error detection? Explain with examples. (8)
(ii) Write a note on bridges. (8)
12. (a) (i) Explain in detail about internet control message protocol. (8)
(ii) Describe any one routing algorithm. (8)
Or
(b) (i) What is dynamic host configuration protocol? Explain in detail.
(8)
(ii) Write a note on addressing. (8)
13. (a) (i) Explain the user datagram protocol (UDP) in detail. (8)
(ii) What is flow control? Explain in detail. (8)
Or
(b) (i) Explain in detail the transmission control protocol. (8)
(ii) Write a note on congestion avoidance mechanisms. (8)
14. (a) (i) Write a note on JPEG, MPEG and MP3. (8)
(ii) What is IP security? Explain in detail. (8)
Or
(b) (i) Explain fire walls in detail. (8)
(ii) Explain the basic principles of authentication. (8)
15. (a) (i) Describe domain name system in detail. (8)
(ii) Write a note on e-mail. (8)
Or
(b) (i) Explain simple network management protocol in detail. (8)
(ii) Describe in detail the file transfer protocol (FTP). (8)




CS2361 , CS2363 Computer Networks - QUESTION BANK





ME /M.Tech



UNIT-I PHYSICAL LAYER
PART-A ( 2 Marks)

1. What are the five important components of data communication?
2. List two advantages of layering principle in computer networks.
3. With the example explain half duplex communication.
4. Mention any two functions of session layer.
5. Name four topologies of computer networks.
6. Suggest two points to improve the performance of network.
7. With the example explain half duplex communication.
8. Define protocol.
9. Differentiate guided and unguided media.
10. What is the Null modem?
11. Define Topology.
12. Define standards.
13. What are the design factors for transmission media?
14. Difference between Guided media and un guided media.
15. Define line coding.
16. What are most popular modems?
17. Define network.
18. What are the criteria for networks for networks?
19. Define point to point and Multi point.
20. What is DSL
PART-B
1. Explain the OSI-ISO model I of computer with neat diagram. (16)
2. Distinguish between Point to Point links and multi-point links
with relevant diagram. (16)
3. (i) compare connection oriented and connection less service. (8)
(ii) Differentiate Guided media and un guided media. (8)
4. Write shot notes on
a. TCP/IP protocol suite(4)
b. Networks Model(4)
c. datagram network(4)
d. Virtual circuit network(4)
5. Perform a comparative study between the ISO-OSI model and TCP/IP reference
model. (16)
6.Explain how cable TV used for data transfer?
7.Explain different switched networks

UNIT-II DATA LINK LAYER
PART-A ( 2Marks)

1. Define framing?
2. What is byte stuffing?
3. Write the importance of CRC in the network.
4. Sketch the Manchester encoding for the bit steam 0001110101.
5. Name the protocols used for CSMA
6. Wireless network and mobile networks are not identical explain
7. What is importance of hamming distance? What is Manchester Encoding?
8. What is mean by count to infinity problem?







Lecture Notes Download here

QUESTION BANKS 1

QUESTION BANKS ALL


OTHERQUESTION BANKS FREE DOWNLOAD 

Saturday, October 6, 2012

READ THIS PAGE COMPULSORY DONT SKIP


Dear Prof/Stud/Friend

                                  Thanks for all your valuable feedback.Really We are  working on your queries and requests.But currently second year to final year exam is going to commence as well as entrance exam is going on various states in India.So that we are working and preparing materials for them.All first year viewers please be patience for one week.We surely update the question banks as soon as possible.Sorry for the inconvenience.Please watch for portal and subscribe your mail id with us.

                                   Dont forget to mention your university name,regulation,state and country.   

                                  Upload your question banks if you have any materials and please contact us via contact form or live chat .Dont reply direct with direct mail because sometime there is few probability to consider your mail as SPAM....  


Here We are going to share some Engineering projects for your reference.

Once again thanks all visitors and contributors from various countries.

Note:Use our search Engine option in our web page to get your details

Uploaded by
Graham Watson

LATEST ENGINEERING PROJECTS AND TECHNOLOGY FOR ECE,EEE,CSE,IT,MECH,CIVIL,BIOMEDICAL



Contact us to get this file




We are not responsible for missing file its fully copyrighted graham watson from malasyia 
 

Friday, October 5, 2012

anna university third semester question banks/Paper free download


Third Semester (B.Tech)
Question Bank
Topic – Fourier Series, Fourier Transform and Harmonic Analysis

Q1       Find the Fourier series to represent the function , given by
           
            Deduce that
Q2       Find the Fourier transforms of
                       
            Hence evaluate
                       
Q3       Obtain a Fourier expansion for  in the interval .
Q4       Obtain the Fourier expansion
            and hence deduce that
                        1

Q5       Find the first three harmonics for the function by the following table:-
           
0
60
120
180
240
300
360
0.8
0.6
0.4
0.7
0.9
1.1
0.8

Q6       Use the integral , to prove that the Fourier transform of  is
            .
Q7       Obtain the Fourier series for the function f(x) given by
     

latest M.E/M.Tech Prjoects Question Banks five years collection free download


  ME2303 Design of Machine Elements Anna University Question Papers  ME2203 KINEMATICS OF MACHINERY Anna University Question Papers  ME2301 Thermal Engineering Anna University Question paper  ME2253 Engineering Materials and Metallurgy Anna University Question Papers  ME2304 Engineering Metrology and Measurements Anna University Question paper    ME2304 Engineering Metrology and Measurements Anna University Question paper  

ME1252 KINEMATICS OF MACHINERY

(Common to Mechatronics Engineering)

(a) Instructions : 1. Answer ALL the questions.

(b) 2. Write brief procedure for graphical constructions.

(c) 3. Sketches should be drawn neatly.

(d) 4. Answers without units and with wrong units will carry less marks.

(e) 5. Symbols used should be explained atleast once in each solution.

(f) 6. Answers without writing the relevant equations and equations without substituting the data will carry ZERO

PART A — (10 ´ 2 = 20 marks)

1. How many inversions are possible from a four–bar kinematic chain? Name them based on their input–output motions.

2. What are the three conditions to obtain a four–bar crank–rocker mechanism?

3. Sketch the Geneva wheel indexing mechanism and state its application.

4. Distinguish normal component of acceleration and tangential component of acceleration.

5. State the advantages of cam mechanisms over linkage mechanisms.

6. Briefly write about undercutting in cam mechanisms.

7. State the relationship between circular pitch and the module.

8. Briefly write about reverted gear train with suitable sketch.

9. State the laws of dry friction.

10. The coefficient of friction between the belt and the pulley in a belt drive is 0.3. The angle of lap is 165°. If the tension on the tight side is 3000 N, determine the tension on the slack side.

PART B — (5 ´ 16 = 80 marks)

11. (i) Define transmission angle. Sketch a drag–link mechanism in maximum transmission angle and minimum transmission angle positions. (4)

(g) (ii) Define kinematic inversion. Describe in detail with neat sketches an elliptic trammel. (6)

(h) (iii) Design a four–bar crank rocker quick return mechanism for the following data : Rocker swing angle = 90°, Time ratio = 1.25 and output link length = 60 mm. (6)

12. (a) (i) How will you determine the magnitude and direction of the Coriolis Acceleration vector? (2)

(i) (ii) In a four–bar mechanism ABCD, the link lengths in mm are as follows : Input AB = 25, coupler BC = 85, output CD = 50 and frame AD = 60. The angle between the frame and the input is 100° measured anti–clockwise. The velocity of point B is 1.25 m/sec in the clockwise direction. Sketch the mechanism and determine the velocity and acceleration of the mid–point of the link BC. Also, find the angular velocity and angular accelerations of the links BC

and CD. (14)

Or

(j) (b) (i) State and prove the ARONHOLD–KENNEDY theorem involving instantaneous centres. (5)

(k) (ii) State the reasons for velocity and acceleration analysis. (3)

(l) (iii) Derive the analytical expressions to determine the angular position of the coupler and the angular position of the output link of a four bar crank–rocker mechanism in terms of the link lengths and input angular position. (8)

13. (a) (i) Sketch a cam–roller follower arrangement indicating important cam terminologies and explain them in detail. (8)

(m) (ii) Sketch and briefly compare the displacement, velocity and acceleration diagrams for uniform velocity, uniform acceleration and retardation, simple harmonic motion and cycloidal motion, used in cam mechanisms. (8)

Or

(n) (b) A disc cam used for moving a knife edge follower with simple harmonic motion during lift and uniform acceleration and retardation motion during return rotates in clockwise direction at 300 rpm. The line of motion of the follower has an offset 10 mm to the right of camshaft axis. The minimum radius of the cam is 30 mm. The lift of the follower is 40 mm. The cam rotation angles are : Lift 60°, dwell 90°, return 120° and remaining angle for dwell. Draw the cam profile and determine the maximum velocity and acceleration during the lift and return.

14. (a) Two gear wheels mesh externally to give a velocity ratio of 3 to 1. The involute teeth has 6 mm module and 20° pressure angle. Addendum is equal to one module. The pinion rotates at 90 rpm. Determine :

(i) Number of teeth on pinion to avoid interference and the corresponding number on the wheel (ii) the length of path and arc of contact (iii) contact ratio and (iv) the maximum velocity of sliding.

Or

(o) (b) In a reverted epicyclic gear train, the arm A carries two gears and and a compound gear . The gear meshes with gear and the gear meshes with gear . The numbers of teeth on , and are 80, 48 and 72 respectively. Find the speed and direction of gear when gear is fixed and arm A makes 400 rpm counter clockwise.

15. (a) (i) Prove or disprove the following statement : (p) ‘‘Angle of friction is equal to angle of repose’’. (6)

(q) (ii) A bolt is having V–threads. The pitch of the threads is 5 mm and the V–angle is 55°. The mean diameter of the bolt is 20 mm. The bolt is tightened by screwing a nut. The mean radius of the bearing surface of the nut is 25 mm. The load on the bolt is 5000 N. The coefficient of friction for nut and bolt is 0.1 whereas for nut and bearing surface is 0.16. Determine the force required at the end of a spanner 0.6 m long. (10)

Or

(r) (b) (i) Briefly explain the following :

(s) Slip of the belt and creep of the belt. (5)

(t) (ii) An open belt drive connects two pulleys of 1.2 m and 0.5 diameters on parallel shafts 4 m apart. The maximum tension in the belt is 1800 N. The coefficient of friction is 0.3. The driven pulley of diameter 1.2 m runs at 250 rpm. Calculate the length of the belt required, the power transmitted, and the torque on each of the two

shafts. (11)

TIRUCHIRAPPALLI/TRICHY

B.E./B.Tech. DEGREE EXAMINATION, APRIL/MAY 2003.

Third Semester

Mechanical Engineering

ME1252 KINEMATICS OF MACHINERY

(Common to Mechatronics Engineering)

(a) Instructions : 1. Answer ALL the questions.

(b) 2. Write brief procedure for graphical constructions.

(c) 3. Sketches should be drawn neatly.

(d) 4. Answers without units and with wrong units will carry less marks.

(e) 5. Symbols used should be explained atleast once in each solution.

(f) 6. Answers without writing the relevant equations and equations without substituting the data will carry ZERO

PART A — (10 ´ 2 = 20 marks)

1. How many inversions are possible from a four–bar kinematic chain? Name them based on their input–output motions.

2. What are the three conditions to obtain a four–bar crank–rocker mechanism?

3. Sketch the Geneva wheel indexing mechanism and state its application.

4. Distinguish normal component of acceleration and tangential component of acceleration.

5. State the advantages of cam mechanisms over linkage mechanisms.

6. Briefly write about undercutting in cam mechanisms.

7. State the relationship between circular pitch and the module.

8. Briefly write about reverted gear train with suitable sketch.

9. State the laws of dry friction.

10. The coefficient of friction between the belt and the pulley in a belt drive is 0.3. The angle of lap is 165°. If the tension on the tight side is 3000 N, determine the tension on the slack side.

PART B — (5 ´ 16 = 80 marks)

11. (i) Define transmission angle. Sketch a drag–link mechanism in maximum transmission angle and minimum transmission angle positions. (4)

(g) (ii) Define kinematic inversion. Describe in detail with neat sketches an elliptic trammel. (6)

(h) (iii) Design a four–bar crank rocker quick return mechanism for the following data : Rocker swing angle = 90°, Time ratio = 1.25 and output link length = 60 mm. (6)

12. (a) (i) How will you determine the magnitude and direction of the Coriolis Acceleration vector? (2)

(i) (ii) In a four–bar mechanism ABCD, the link lengths in mm are as follows : Input AB = 25, coupler BC = 85, output CD = 50 and frame AD = 60. The angle between the frame and the input is 100° measured anti–clockwise. The velocity of point B is 1.25 m/sec in the clockwise direction. Sketch the mechanism and determine the velocity and acceleration of the mid–point of the link BC. Also, find the angular velocity and angular accelerations of the links BC

and CD. (14)

Or

(j) (b) (i) State and prove the ARONHOLD–KENNEDY theorem involving instantaneous centres. (5)

(k) (ii) State the reasons for velocity and acceleration analysis. (3)

(l) (iii) Derive the analytical expressions to determine the angular position of the coupler and the angular position of the output link of a four bar crank–rocker mechanism in terms of the link lengths and input angular position. (8)

13. (a) (i) Sketch a cam–roller follower arrangement indicating important cam terminologies and explain them in detail. (8)

(m) (ii) Sketch and briefly compare the displacement, velocity and acceleration diagrams for uniform velocity, uniform acceleration and retardation, simple harmonic motion and cycloidal motion, used in cam mechanisms. (8)

Or

(n) (b) A disc cam used for moving a knife edge follower with simple harmonic motion during lift and uniform acceleration and retardation motion during return rotates in clockwise direction at 300 rpm. The line of motion of the follower has an offset 10 mm to the right of camshaft axis. The minimum radius of the cam is 30 mm. The lift of the follower is 40 mm. The cam rotation angles are : Lift 60°, dwell 90°, return 120° and remaining angle for dwell. Draw the cam profile and determine the maximum velocity and acceleration during the lift and return.

14. (a) Two gear wheels mesh externally to give a velocity ratio of 3 to 1. The involute teeth has 6 mm module and 20° pressure angle. Addendum is equal to one module. The pinion rotates at 90 rpm. Determine :

(i) Number of teeth on pinion to avoid interference and the corresponding number on the wheel (ii) the length of path and arc of contact (iii) contact ratio and (iv) the maximum velocity of sliding.

Or

(o) (b) In a reverted epicyclic gear train, the arm A carries two gears and and a compound gear . The gear meshes with gear and the gear meshes with gear . The numbers of teeth on , and are 80, 48 and 72 respectively. Find the speed and direction of gear when gear is fixed and arm A makes 400 rpm counter clockwise.

15. (a) (i) Prove or disprove the following statement : (p) ‘‘Angle of friction is equal to angle of repose’’. (6)

(q) (ii) A bolt is having V–threads. The pitch of the threads is 5 mm and the V–angle is 55°. The mean diameter of the bolt is 20 mm. The bolt is tightened by screwing a nut. The mean radius of the bearing surface of the nut is 25 mm. The load on the bolt is 5000 N. The coefficient of friction for nut and bolt is 0.1 whereas for nut and bearing surface is 0.16. Determine the force required at the end of a spanner 0.6 m long. (10)

Or

(r) (b) (i) Briefly explain the following :

(s) Slip of the belt and creep of the belt. (5)

(t) (ii) An open belt drive connects two pulleys of 1.2 m and 0.5 diameters on parallel shafts 4 m apart. The maximum tension in the belt is 1800 N. The coefficient of friction is 0.3. The driven pulley of diameter 1.2 m runs at 250 rpm. Calculate the length of the belt required, the power transmitted, and the torque on each of the two

shafts. (11)

M.E/M.Tech Prjoects Question Banks five years collection free download


ME1202 FLUID MECHANICS AND MACHINERY ANNA UNIVERSITY QUESTION PAPER     CE 1208 FLUID MECHANICS AND MACHINERY ANNA UNIVERSITY PREVIOUS YEAR QUESTION PAPER DOWNLOAD ME1202 - FLUID MECHANICS AND MACHINERY CE 1208 FLUID MECHANICS AND MACHINERY ME2352 Design of Transmission System Question paper ME 2027 – Process planning and Cost estimation Final Year Mechanical Engineering ME2027  Process planning and Cost estimation Anna University Question Bank ME2026 Unconventional Machining Process Anna University Question Bank    2010 Anna University Chennai B.E Mechanical Engineering ME2252 — Manufacturing Technology  II Question paper  ME2251 Heat And Mass Transfer Anna University Question paper  ME2303 Design of Machine Elements Anna University Question Papers  ME2203 KINEMATICS OF MACHINERY Anna University Question Papers  ME2301 Thermal Engineering Anna University Question paper  ME2253 Engineering Materials and Metallurgy Anna University Question Papers  ME2304 Engineering Metrology and Measurements Anna University Question paper    ME2304 Engineering Metrology and Measurements Anna University Question paper  

 ME 2027 – Process planning and Cost estimation Final Year Mechanical Engineering

ME2027  Process planning and Cost estimation Anna University Question Bank
Question Bank

Part A ( 2 Marks)
  1.     Define method study
  2.     Mention the objectives of method study
  3.     What are the applications of method study
  4.     Define work measurement
  5.     Mention the types of  process chart
  6.     What is outline process chart?
  7.     What is a two handed process chart
  8.     What is travel chart?
  9.     What is multi activity chart
  10.     Differentiate template and models
  11.     Distinguish flow diagram and string diagram
  12.     Define flow diagram
  13.     Define string diagram
  14.     What is cyclegraph
  15.     What is chronocycle graph
  16.     What is therblig?
  17.     What is SIMO chart?
  18.     What is ergonomics
  19.     Briefly explain ergonomic display design.
  20.     Briefly explain ergonomic design of control.
  21.     What are the factors involved in designing working environment?
  22.     What are the rules concerning principles of motion economy
  23.     Mention the techniques in time study
  24.     Mention the tools used in time study.
  25.     Define standard time
  26.     Mention the allowances in arriving standard time
  27.     What is process allowance?
  28.     What is contingency allowance?
  29.     What is fatigue allowance
  30.     What is personal allowance
  31.     What is interference allowance?
  32.     What is special allowance?
  33.     What is process planning?
  34.     What are the objectives of process planning?
  35.     Mention the activities involved in process planning
  36.     Mention the documents involved in process planning
  37.     What are the approaches to process planning?
  38.     What is manual process planning
  39.     What is CAPP?
  40.     What are the benefits of CAPP?
  41.     Define retrieval CAPP.
  42.     Define generative CAPP.
  43.     What are the components of generative CAPP?
  44.     What are the merits of retrieval CAPP?
  45.     What are the demerits of retrieval CAPP
  46.     What are the merits of generative CAPP?
  47.     What are the demerits of generative CAPP
  48.     What are tools for developing manufacturing logic and knowledge?
  49.     What is decision table?
  50.     What is an expert system shell?
  51.     Mention the parameters fro material selection?
  52.     What is operation and route sheet?
Part B ( 16 Marks)
  1.     Explain the step by step procedure in implementing method study.
  2.     Explain any four tools  involved in method study with neat sketches
  3.     Explain with neat sketches the types of flow process charts.
  4.     Write notes on (i) flow diagram (ii) string diagram (iii) travel chart
  5.     Write notes on (i) therbligs (ii) SIMO chart (iii) multiple activity chart
  6.     Explain the step by step procedure in implementing work measurement.
  7.     Explain the various techniques in work measurement.
  8.     Write notes on (i) performance rating (ii) allowances (iii) standard time
  9.     Explain the importance of ergonomics by mentioning various areas of application.
  10.     Explain in detail the steps involved in process planning.
  11.     Write notes on manual process planning  and CAPP with its merits and demerits
  12.     Explain the procedure for retrieval CAPP with its merits and demerits.
  13.     Explain the components of generative CAPP with its merits and demerits.
  14.     Write short notes on ‘tools for developing manufacturing logic and knowledge’
  15.     Write notes on (i) information required fro process planning (ii) factors affecting process plan.
B.E/B.TECH. DEGREE EXAMINATION ,MAY/JUNE 2006

Seventh semester ,Mechanical engineering

ME2026 Unconventional Machining Process Anna University Question Bank



TIME: 3Hrs
MAXIMUM: 100 marks

PART A (10 X2 =20)

1.What are the importance of unconventional machining.
2. Explain the classification of unconventional machining according to major energy source employed
3. List out the importance of EDM.
4. Give the product application of EDM.
5. What are the functions of electrolyte in ECM?
6. Mention the salient features of USM.
7. Define electron beam.
8. Contrast LBM and EBM.
9. Write the application of ASM.
10 Describe the commonly used gas mixture in PAM and their corresponding work materilas

PART B (5 X 16 =80)

11 (i) With the help of neat sketch , Describe the EDM process.
(ii) Explain briefly advantages of wire EDM process.

12 (a) (i) Explain the principle of ECG with sketch
(ii) List out the advantage of EGC over conventional grinding.
(iii) Mention the product applcation of ECG.

OR

(b) Explain in detail the ECM process with neat sketch and also mention the advantages and application.

13 (a) (i) Explain the principle of LBM with neat skeych
(ii) List out the advantage and limitation of LBM process.

OR

(b) (i) Explain the principle of PAM with sketch
(ii) List out the advantage and limitation of PAM process.

14 (a) (i) Mention the application of EBM.
(ii) What is EBM? Sketch its set up an indicate its main parts and explain the priciple of operation

OR

(b) (i) Explain the principle of USM with neat diagram.
(ii) List the commonly used abrasive powder for the tooling of USM and their properties.

15 (a) (i) Explain the method of AJM with help of schematic diagram.
(ii) Mention the advantages and limitations of AJM.

OR

(b) Explain the process parameters in water JM processs.


2010 Anna University Chennai B.E Mechanical Engineering ME2252 — Manufacturing Technology  II Question paper

Reg. No. :
B.E./B.Tech. DEGREE EXAMINATION, APRIL/MAY 2010 Fourth Semester
Mechanical Engineering
ME2252 — MANUFACTURING TECHNOLOGY — II
(Regulation 2008)
Time: Three hours Maximum: 100 Marks
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)

1. How do you classify tool wear?
2. Define Tool Life.
3. Distinguish between Capstan lathe from Turret lathe.
4. State the different methods of taper turning.
5. How do you classify milling cutters?
6. Define Broaching.
7. State the applications of honing and lapping finishing methods.
8. Compare gear forming with gear generation method.
9. State the limitations of CNC machine tools.
10. What is a 'Canned' cycle?

PART B — (5 × 16 = 80 Marks)

11. (a) (i) Discuss the various types of chips produced during metal machining. (Marks 6)
(ii) State the parameters that influence the life of tool and discuss. (Marks 10)
Or
(b) (i) What is meant by Orthogonal Cutting and Oblique Cutting? (Marks 6)
(ii) Explain 'Merchant force circle' along with assumptions. (Marks 10)

12. (a) (i) Discuss the main parts of a turret lathe. (Marks 6)
(ii) Explain the working of Swiss type auto lathe with a neat sketch.(10)
Or
(b) (i) What is meant by 'tool layout' of a turret lathe? (Marks 6)
(ii) Name the various lathe accessories. How does a four jaw chuck differ from a three jaw chuck? (Marks 10)
13. (a) (i) What are the operations performed on a milling machine? (Marks 6)
(ii) Explain different types of drilling machines with their specific features. (Marks 10)
Or
(b) (i) Discuss the various types of broaches. (Marks 6)
(ii) Discuss the common work holding devices used on shapers, slotters and planers. (Marks 10)
14. (a) (i) Give the specification of grinding wheel. (Marks 6)
(ii) What is meant by dressing and truing of grinding wheel? (Marks 10)
Or
(b) (i) List the advantages and limitations of gear shaping. (Marks 6)
(ii) Explain the principle of gear hobbing with neat sketches. (Marks 10)
15. (a) (i) Under what conditions of production the numerically controlled machine tools are employed? (Marks 6)
(ii) Explain the various elements of NC machine with closed loop control system. (Marks 10)
Or
(b) (i) Explain the main difference between point to point and continuous path type of numerically controlled machine tools. (Marks 6)
(ii) List any five motions and control statements of computer assisted NC programming and explain. (Marks 10)

ME2251 Heat And Mass Transfer Anna University Question paper




2011 Anna University Chennai B.E Mechanical Engineering ME 2251 —Heat And Mass Transfer Question paper
B.E./B.Tech. DEGREE EXAMINATION, APRIL/MAY 2010
Fourth Semester

Mechanical Engineering
ME2251 — HEAT AND MASS TRANSFER
(Regulation 2008)

Time: Three hours Maximum: 100 Marks
Heat and mass transfer tables, steam tables are permitted for use.
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)
1. Write the Poisson's equation for heat conduction.
2. What is lumped heat capacity analysis?
3. Define thermal boundary layer thickness.
4. What do you understand by free and forced convection?
5. What is effectiveness of a heat exchange?
6. Give the expression for NTU.
7. Find the temperature of the sun assuming as a black body, if the intensity of
radiation is maximum at the wave length of 0.5µ .
8. State Kirchhoff's law.
9. Define molar concentration.
10. What is mass average velocity?

PART B — (5 × 16 = 80 Marks)
11. (a) Derive the general heat conduction equation in cylindrical coordinates. (Marks 16)
Or
(b) Derive the general heat conduction equation for a hollow cylinder. (Marks 16)

12. (a) Air at 20°C at 3m/s flows over a thin plate of 2m long and 1m wide. Estimate the boundary layer thickness at the trailing edge, total drag force, mass flow of air between x =30cm and x =80cm. Take 6 ? = 15 ×10 and 3 ? =1.17kg/m . (Marks 16)
Or
(b) Calculate the convective heat transfer from a radiator 0.5m wide and 1m high at 84°C in a room at 20°C. Treat the radiator as a vertical plate. (Marks 16)

13. (a) Dry steam at 2.45 bar condenses on a vertical tube of height of 1m at 117°C. Estimate the thickness of the condensate film and the local heat transfer coefficient at a distance 0.2 m from the upper end of the plate. (Marks 16)
Or
(b) Derive the LMTD for a parallel flow heat exchanger stating the assumptions. (Marks 16)

14. (a) Derive the radiation exchange between
(i) Large parallel gray surfaces and
(ii) Small gray bodies. (Marks 16)
Or
(b) Two large parallel plates of 1m×1m spaced 0.5m apart in a very large room whose walls are at 27°C. The plates are at 900°C and 400°C with emissivities 0.2 and 0.5 respectively. Find the net heat transfer to each plate and to the room. (Marks 16)

15. (a) The temperature recorded by a thermometer whose bulb covered by a wet wick in dry air at atmospheric pressure is 22°C. Estimate the true air temperature. (Marks 16)
Or
(b) Dry air at 27°C and 1 bar flows over a wet plate of 50cm at 50m/s. Calculate the mass transfer coefficient of water vapor in air at the end of the plate. (Marks 16)

ME2303 Design of Machine Elements Anna University Question Papers




ME2303 Design of Machine Elements Anna University Question Papers

ME1302 - DESIGN OF MACHINE ELEMENTS
MODEL QUESTION PAPER
B.E. Degree Examinations

Mechanical Engineering
SEMESTER : V
Time : 3 Hours Maximum Marks : 100
Answer All Questions

PART - A 10 x 2 = 20 Marks
1. Sketch the stress-strain diagram for a ductile specimen and indicate its salient features.
2. Indicate the type of fit used in the assembly of bush in the big-end of the connecting rod of an automobile.
3. Define ‘endurance limit’ in design
4. Indicate the type of fit specified by 120 H7 p6 in a drawing.
5. Mention any two desirable properties of the material used in an automobile piston.
6. Sketch and indicate the salient parts of a flange coupling.
7. Mention the stresses induced in a taper key used in a coupling.
8. What is a ‘bearing characteristic number’.
9. Mention the names of any four theories of failure.
10. Define ‘coefficient of fluctuation of speed’ in a flywheel.


PART – B 5 x 16 = 80 Marks
11. i) A load of 5 KN is to be raised by means of a steel wire. Find the minimum diameter required, if the permissible stress in the wire is not to exceed 100 N /mm2 (4 Marks)
ii) A square bar of 20 mm x 20 mm in section is subjected to a bending moment of 1000 Nmm. Calculate the stress induced in the top and bottom fibres of the bar. What will be stress in the above fibres, if the bar is additionally acted upon by a tensile stress of 50 N/mm2 along the axis. (6 Marks)
iii) A circular shaft is to transmit a torque of 500 Nmm at a speed of 1000 rpm. Find out the diameter of the shaft, if the permissible shear stress in the shaft material is 70 N/mm2. (6 Marks)

12.a) A shaft is supported by two bearing arranged 1 m apart, A 600 mm diameter pulley is mounted at a distance of 300 mm to the right of the left hand bearing and this drives a pulley directly below it with the help of a belt having maximum tension of 2.25 kN. Another pulley of 400mm diameter is placed 200 mm to the left of the right hand bearing and is driven with the help of an electric motor and a belt, horizontally to the right. The angle of contact for both the pulley is 1800 and the coefficient of friction is 0.24. Design the diameter of the solid shaft, allowing a working stress of 60 N/mm2 in tension and 40 N/mm2 in shear for the material of the shaft. Assume the torque input & torque output are equal.
OR
12.b) A bar of circular cross section is subjected to alternating tensile forces varying from a minimum of 200 kN to maximum of 500 kN. It is to be manufactured from a material with an ultimate tensile strength of 90 MPa and an endurance limit of 70 MPa. Determine the diameter of the bar using safety factors of 3.5 in ultimate tensile strength and 4 in endurance limit strength and stress concentration factor of 1.65 for fatigued load. Use Goodman relation for the basis of design.

13.a) A circular rod 45 mm diameter and 210 mm long is welded to a steel plate with axis of the rod perpendicular to the plate. The rod is subjected to a load of 10 kN at the free end, the direction of the load being perpendicular to the axis of the rod. The material of the plate & the rod are Mild Steel. Determine the size of the weld to withstand the loading.
OR
13.b) An electric motor weighting 5 kN is to be lifted by eye-bolt, which has been screwed into the body of the motor. Define the eye-bolt, assuming suitable proportions, if the permissible stresses for the bolt material are 60 MPa, 30 Mpa and 80 MPa in tension, shear and crushing respectively.

14.a) Select a deep groove ball bearing for a radial load of 4000 N and an axial load of 5000 N, operating at speed of 1600 rpm for an average life of 5 years at 10 hours per day. Assume uniform and steady load.
OR

14. b) Design a connecting rod for a petrol engine for the following data:

Diameter of the piston = 68 mm
Stroke length = 80 mm
Length of connecting rod = 160 mm
Maximum explosion pressure = 3.5 N/ mm2
Mass of reciprocating parts = 2.5 kg
Speed = 4000 rpm
Compression ratio = 8 :1

15.a) A helical compression spring of the exhaust valve mechanism is initially compressed with a pre-load of 375 N. When the spring is further compression and the valve is fully opened, the torsional shear stress in the spring wire should not exceed 750 N/mm2. Due to Space limitations, the outer diameter of the spring is not exceed 42 mm. The spring is to be designed for minimum weight. Calculate the wire diameter and the mean coil diameter of the spring.
OR
15.b) A semi-elliptic leaf spring consists of two extra full-length leaves and six graduated length leaves, including the master leaf. Each leaf is 7.5 mm thick and 50 mm wide. The center-to-centre distance between the two eyes is 1m.The leaves are pre-stressed in such a way that when the load is maximum, the stresses induced in all the leaves are equal to 350 N / mm2. Determine the maximum force that the spring can withstand.

ME2352 Design of Transmission System Question paper
ME2352 Design of transmission system Anna University Question paper


B.E/B.TECH. DEGREE EXAMINATION ,NOV/DEC 2006
Sixth semester, Mechanical engineering
Design of transmission system


Time:3 Hrs
Maximum: 100 marks

PART A (10 X 2 =20)

1. What are the factors upon which the coefficient of friction between the belt and the pulleys depend?
2. In what ay the timming belt is suprior to ordinary V-belt.
3. What do you understand by simplex ,duplex and triplex chain?
4. State the law of gearing.
5. How does the function of a brake differ from that of a clutch?
6. Mention the important types of gears and discuss their applications.
7. State the advantage of herringbone gear.
8. What is a pressure angle? What is the effect of increasing in pressure angle ?
9. Name the different types of clutch.Why positive clutch is used?
10. Draw the ray diagram for a six speed gear box.

PART B ( 5 X 16 =80)
11. (a) A leather belt 9mm X 250 mm is used to drive a cast iron pulley 900 mm in diameter at 336 rpm.If the active arc on the smaller pulley is 20 degrees and stress in tight side is 2 MPa ,find the power capacity of the belt.The density of leathr may be taken as 980 Kg/m ^3 and coefficient of friction of leathre on cast iron is 0.35

OR

(b) Design a V belt drive and clculate the actual belt tension and average stress for the following data .Driven pulley diameter,D = 500 mm,Driver pulley diameter ,d = 150 mm ,center distance , C = 925 mm, speed n1 = 1000 rpm,n2 = 300 rpm and power ,P =7.5 kW.


12 (a) Design a chain drive to actuate a compressor from 15 kW eletric motor running at 100 rpm, hte compressor speed being 350 rpm.The minimum center distance is 500 mm.The compressor operates 16 hours per day.The chain tension may be adjusted by shifting the motor sides.

OR

(b) Design a straigth spur gear drive to transmit 8 kW.The pinion speed is 720 rpm and the speed ratio is 2.Both the gears are made of the same surface hardened carbon steel with 55 RC and core hardness less than 350 BHN .Ultimate strength is 720 N/mm ^2 and yield strength is 360 N/mm ^2

13 (a) Design a nine speed gearbox for a c machine to provide speeds ranging from 100 to 1500 rpm .The input is from a motor of 5 kW at 1440 rpm.Assume any alloy steel for the gear.

OR

(b) Design a pair bevel gear for two shafts whose axis are at rigth angles .Thepower transmitted is 25 Kw .The spedd of the pinion is 300 rpm and of the gear is 120 rpm.

14 (a) A single plate clutch ,effective on both sides ,is required to transmit 25 kW at 3000 rpm.Determine the outer and inner diameter of frictional surface if the coefficient of friction is 0.255,ratio of diameters is 1.25 and he maximum pressure is not exceeded 0.1 N/mm ^2 .Also determine the axial thrust to be provided by springs.Assume theory of uniform wear.

Or

(b) An engine developing 45kW at 1000 rpm id fitted with a cone clutch built inside the fly wheel.The cone has a face angle of 12.5 degree and a maximum mean diameter of 500 mm.The coefficient of friction is 0.2 .The normal pressure on the clutch face is not exceeded 0.1N/mm ^2 .Dtermine (i) The face width required (ii) the axial spring force necessary to engage the clutch.

15 (a) In a single block brake ,the diameter of the drum is 250 mm and th angle of contact is 90 degrees .If the operating force is 700 N is applied at the end of lever which is at 250 mm from the center of he brake block,The coefficient of friction between the drum and the lining is 0.35. Dtermine the torque that may be transmitted.Fulcrum is at 200 mm from the center of brake block with an offset 50 mm from the surface of contact.

OR

(b) Design a worm gear drive to transmit 22.5 kW at a worm speed of 1440 rpm.Velocity ratio 24:1 .An efficient of atleast 85% is desired .The temperature rise shoul be restricte to 40 degree C.Dtermine the required cooling area.

ME1202 FLUID MECHANICS AND MACHINERY ANNA UNIVERSITY QUESTION PAPER




CE 1208 FLUID MECHANICS AND MACHINERY ANNA UNIVERSITY PREVIOUS YEAR QUESTION PAPER DOWNLOADME1202 - FLUID MECHANICS AND MACHINERY
CE 1208 FLUID MECHANICS AND MACHINERY


PART A
                                                ANSWER ALL THE QUESTION                                   10X2=20

1. A flat plate of area 1.5X106 mm2 is pulled with a speed of 0.4m/s relative to another plate located at a distance of 0.15mm from it. Find the force required to maintain this speed, if the fluid separating them is having viscosity as 1 poise.
2. State the Continuity equation for compressible and incompressible fluids.
3. Define hydraulic grade line?
4. Write the Darcy-weisbach equation used to find loss of head due to friction in pipe.
5. What do you mean by dynamic similarity?
6. Define Weber's number?
7. A turbine develops 7225 kW power under a head of 25 m at 135 rpm. Calculate the specific speed of the turbine and state the type of the turbine.
8. Define specific speed of a turbine?
9. What is negative slip? How it occurs?
10. What is meant by suction head and delivery head?


PART B

                                               ANSWER ALL THE QUESTIONS:                                             5X16=80

11. (a) If 5.27 m3 of certain oil weighs 44 kN , Calculate the specific speed , mass density and specific gravity of the oil. (6)
(b) What are the physical phenomena which are responsible for the property of viscosity? How these factors contribute to viscosity of fluid? (4)
(c) A body weighing 441.5 N with a flat surface area of 0.093 m2 slides down lubricated inclined plane making a 30° angle with the horizontal. For a viscosity of 3 m/s , determine the lubricant film thickness. (6)
12. State and prove the Bernoulli's Equation and write the applications of Bernoulli's Equation. (16)
13. Derive an expression for Darcy – weisbach formula to determine the head loss due to friction. Give the expression for relation between friction factor 'f' and Reynold's number for laminar and turbulent flow. (16)
14. A30 cm diameter pipe, conveying water, branches into two pipes of diameters 20 cm and 15 cm respectively. If the average velocity in the 30 cm diameter pipe is 2.5 m/s, find the discharge in the pipe. Also determine the velocity in 15 cm pipe if the average velocity in 20 cm pipe is 2 m/s. (16)
15.The pressure difference ?p in a pipe of diameter D and length 'l' due to turbulent flow depends on the velocity V , viscosity µ , density ? , and roughness k. Using Buckingham's p - theorem , obtain an expression for ?p. (16)
16. Using Buckingham's p – theorem, show that the discharge Q consumed by an oil ring is given by
Q = Nd3? [µ/?Nd2, s/?N2d3, w/ ?N2d]
Where'd' is the internal diameter of the ring, N is rotational speed , ? is density , µ is viscosity , s is surface tension and w is the specific weight of oil. (16)
17. Explain the main parts of a centrifugal pump with neat sketch. Also discuss about manometric efficiency, Mechanical efficiency and overall efficiency. (16)
18. Describe the working of Pelton Wheel with neat sketch and state the difference between impulse and reaction turbine. (16)
19. Describe the working of reciprocating pump with the aid of a sketch. (16)
20. A single acting reciprocating pump, running at 50 rpm delivers 0.01m3/s of water. The diameter of the piston is 200mm and stroke length 400mm. Determine
(i) The theoretical discharge of the pump
(ii) Co-efficient of discharge
(iii) Slip and percentage of slip of the pump.

 

chitika