Showing posts with label 2011. Show all posts
Showing posts with label 2011. Show all posts

Tuesday, 17 November 2015

AMS 2011 previous year questions (Advanced Mechanics of Solids )

B.Tech (ME) 2011  Advanced Mechanics of Solids  (AMS) Previous year questions


Q.1 Compute the largest value of radial and hoop stress for a rotating disc of internal diameter 150mm and external diameter 300mm. The disc is rotating at 1500 rpm. for the disc material, density ρ = 7000 kg/m3 and v=0.3

Q.2 Prove that thickness of a disc of uniform strength is given by
       t = t0 exp-ρw2r22σ
      Where t0 is the thickness at r = 0

View All
 

Friday, 13 November 2015

B.Tech 2011 CS Compiler Construction (CC) previous year questions

B.Tech 2011 CS Compiler Construction (CC) previous year questions


Q.1 Consider the following grammar G:

E →TE'

T → +TE'/∈

T → FT'

T' → *FT'/∈

F → (E)/id

Where ∈ denotes the empty string of symbol

1. Complete FIRST and FOLLOW for each non terminal of the grammar G.

2. Construct a predictive parsing table for grammar G.


Q.2 Construct the tree for following expression and apply lebeling algorithm for optimal ordering x*(y+z)-z/(u-v) 

View ALL