Sunday 13 December 2015

2014 DMS previous year questions (Discrete Mathematical Structures)

B.Tech CS (DMS) Discrete Mathematical Structures previous year questions - MinMarks

 

     P(x) : x is a whale ; Q(x):x is a fish.
     R(x) : x lives in water.
     Translate the following into English
     ∃x(~R(x))
     ∃x(Q(x)~P(x))
    ∀x(P(x)R(x)) Q(x)

Q.2 Let there is a tree with n-vertices of degree 1, 2 vertices of degree 2, 4 vertices of degree 3 and 3 vertices of degree 4. Obtain the value of n.


View All

Saturday 12 December 2015

2014 FLP previous year questions (Fundamentlas of linux shell programming) - MinMarks

B.Tech (CS) 2014 Fundamentals of Linux shell programming previous year questions.

 

 

Q.1 Write command for Open X-terminal with blue back-ground, yellow foreground, window title ="Hard and soft".


  1. $ls-l|date| who
  2. $cal &; date &; uname&
  3. $ls l
  4. $(cal;date);(uname;who)  

    View All

Wednesday 9 December 2015

2013 ISS previous year questions (Information System Securities )- MinMarks

B.Tech CS ISS (Information System Securities) previous year questions - MinMarks

 

Q.1 Explain the concept of Dual signature in context of Secure Electronic Transaction (SET). Briefly describe the sequence of events that are required for a SET transaction.



Saturday 28 November 2015

2013 Microprocessor & Interface previous year questions

B.Tech 2014 CS (MI) Microprocessor & Interface previous year questions

 

Q.1 Explain the application of microprocessor in Interfacing scanned multiplexed display and liquid crystal display.

Q.2 Draw the block diagram and pin description of USTART 8251 and briefly explain formats of its mode, command and status words. 

Thursday 26 November 2015

2014 B.Tech CS (SE) previous year questions Software Engineering

B.Tech CS Software Engineering (SE) 2014 Previous Year Questions.


Q.1 Explain the following in context of UML.

    Use case Diagrams.
    Sequence Diagrams.
    Classes and Objects.
    Interfaces.
    State Diagrams.




Q.2 Design Software coding ? Describe programming style and program Quality in Context of Software coding.

View ALL

Saturday 21 November 2015

B.Tech CS PPL 2014 previous year questions Principles of Programming Languages

B.Tech CS PPL 2014 previous year questions ( Principles of Programming Languages )


Q.1 What is the role of parameter passing in subprogram invocations ? Consider following code :

Void swap (int a, int b){
    int temp = a;
    a = b;
    b = temp;
}
void main(){
    int list[5] = {1,3,5,6,10};
    value = 15;
    swap (value,list[0]);
    swap (list[0],list[2]);
    swap (value,list[3]);
}
Consider different methods of parameter passing find the values of variable value and list after each call of swap function.

Q.2 Differentiate between static and dynamic storage management approaches.

View ALL

Thursday 19 November 2015

B.Tech 2014 SPT previous year questions (Statistics and Probability Theory )

B.Tech 2014  CS (SPT) Statistics and Probability Theory previous year questions 

Q.1 In a heavy machine shop, The overhead crane is 75% utilized. Time study observation gave the average slinging time as 10.5 minutes with a standard deviation of 8.8 minutes. What is the average calling time for the service of the crane and what is the average delay in getting service ?

If the average service time is cut to 8 minutes, with standrd deviation of 6.0 minutes, how much reduction will occure on an average in the delay of getting served ?


Q.2 A Supermarket has two girls serving at the counters. The customers arrive in a Poisson fashion at the rate of 12 per hour. The service for each customer is exponential with mean 6 minutes. Find

    1. The probability that an arriving customer has to wait for service.
    2. The average number of customer in the system.
    3. The average time spent by a customer in the supermarket.
 


View More 

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 

Wednesday 11 November 2015

2011 DMW Data Mining And Ware Housing previous year questions - MinMarks

B.Tech CS 2011 (Dmw) Data Mining And Ware Housing previous year questions  of RTU.



Q. 1 What are the advantages and disadvantages of OLAP.

Q.2 What is the technique through which the performance of database is improved ? Explain it.

View All

Monday 9 November 2015

Software Project Management previous year questions 2012 - MinMarks

 Software Project Management previous year questions 2012 - MinMarks 


Q.1 What is closer analysis ? How closure analysis is performed ? Explain.

Q.2 What are the key functions of configuration management? Give the schematic of changes to software components and reasons for making changes to software.

View All Questions

Saturday 7 November 2015

2012 DMW Data Mining And Ware Housing previous year questions - MinMarks

2012 (Dmw) Data Mining And Ware Housing previous year questions  of rtu

 Q. 1. Explain the following terms:

            Missing value
            Noisy Data
            Data cleaning
            Data Transformation








Q. 2 Explain Data Discrimination and concept hierarchy generation with detailed analysis.

View All

Saturday 31 October 2015

Real Time Systems 2013 previous year questions - MinMarks

B.Tech (RTS) Real Time systems 2013 previous year questions


Q. 1. What are the functional parameters of Job ? Explain.
Q. 2.  Differentiate with example, soft & hard RTS.


View ALL QUESIONS of 2012 

Thursday 29 October 2015

Software Project Management previous year questions 2012 - MinMarks

RTU B.Tech CS (SPT) Software Project Management previous year questions 2012 

Q.1. Explain various tracking in project monitoring and control.
Q.2 Explain the role of closure analysis and performing closure analysis.

View All

Monday 26 October 2015

Wireless Communication and Network 2012 previous year questions - MinMarks

B.tech 2012  Wireless Communication and Network (WCN) previous year questions of RTU



1. Compare between digital and analog data transmission with suitable examples.

2. How to improve coverage and capacity in cellular systems ? What is effect of multipath propagation ?

View All

Sunday 25 October 2015

Hardware Testing and Fault Tolerance 2013 previous year questions - MinMarks

Previous Year Questions of Hardware Testing and Fault Tolerance 2013

1. Write short on parity code.
2. Explain different kinds of redundancy schemes for fault tolerance. 

View All

Dynamics of Machines 2012 previous year questions - MinMarks

B.Tech Previous year questions of Dynamics of Machines 2012


Q. 1. An epicylic gear train is shown in fig., the number of teeth on A and B are 80 and 200. Determine the speed of arm "a".

1. If a rotates at 100 rpm clockwise and B at 50 rpm counter clockwise.

2. If a rotates at 100 rpm clockwise and B is Stationary.



Q. 2 Three masses of 8 kg, 12 kg and 15 kg, attached at radial distance of 80mm, 100mm, and 60mm respectively to a disc in a shaft are in complete balance. Determine the angular positions of the masses 12 kg and 15 kg relative to 8kg mass.

View All

Monday 19 October 2015

Computer Graphics and Multimedia Techniques 2013 previous year questions - MinMarks

Previous year questions of  Computer Graphics and Multimedia Techniques ( CGMT ) B.Tech CS branch 2013 from Rajasthan Technical University (RTU)


1. What step are required to scan convert a circle using bresenham's algorithm. Also, Derive the equation of decision variable with the help of neat diagram. 

2. Write short note on the following :

     a. Binary ray tracing tree

     b. Anti-aliased ray tracing 


View All Questions

Sunday 18 October 2015

Distributed Systems previous year questions - MinMarks

Previous year questions of  Distributed Systems ( DS ) B.Tech CS branch 2014 from Rajasthan Technical University (RTU)

1. What do you understand by Byzantine agreement ? Explain.
2. How will you model a distributed computation ? Explain.



Check All Questions 

Saturday 17 October 2015

Real Time Syatems 2014 previous year questions - MinMarks

Real Time Systems (RTS ) 2014  previous year questions  of b.tech  CS branch RTU
Real time system
https://www.maxmarks.in/real-time-systems-previous-year-questions

1. Explain basic priority ceiling protocol and priority inheritance protocol in detail ?

2. Explain the purpose and meaning of MAC Scheme. Why are MAC scheme necessary for wireless network but not for wired network ?


View All

Compiler Construction 2014 previous year questions - MinMarks

Previous year questions of Compiler Construction ( CC )2014 which appear in b.tech (computer engineering ) Rajasthan technical university (RTU)

1. Explain the syntax Directed Translation Schemes in details.

2. Let G be a grammar with non-terminal Symbol S and D, terminal symbol 'b', '0', and '1', start symbol S, and the following production rule

S -> bD

D -> 0D

D -> 1D

D -> 0

D -> 1

a. Is G regular ? Why (not) ?

b. Turn G systematically into a finite automation ?

View All questions with answers

Computer Graphics and Multimedia Techniques previous year questions 2014 - MinMarks

Previous year question of

Computer Graphics and Multimedia Techniques (CGMT) 
which appear in 2014 b.tech  in rajasthan technical university (RTU). 
 
1. What are different types of coherences which may be useful in visible surface 
   determination ? How can these be used ? Explain. 
 
2. Describe Z buffer algorithm for visible surface detection. 
   Also explain backface detection method. 


View all question with marks and paper code
 
 

Monday 28 September 2015

RTU engineering math 1 previous year questions 2007 previous year question

The period of a sample pendulam with small oscillations is given by -
B.Tech, Engineering Math -1 T = 2π(lg)
If T is computed using l =8m and g = 9.8m/sec2, The approximate error in T if the true values are l = 8.05m and g = 9.81m/sec2.
Find the percentage eror in T.

Trace the curve
B.Tech, Engineering Math -1 y2(a+x) = x2(a-x)

View All

Saturday 26 September 2015

RTU Engineering math 1 previous year questions 2007

Trace the curve
B.Tech, Engineering Math -1 y2(a+x) = x2(a-x)


Show that the points of inflection of the curve
 
b.tech, Engineering Math -1
  y2 = (x-a)2(x - b) lies on the straight line 3x + a = 4

Instrumentation previous year questions 2014

RTU Machenical engneering Advanced Machanics of Solids previous year questions 2012

The displacement field for a body is given by :
B.Tech, Advanced Machanics of Solids

 u = K(x2+y)i+K(y+z)j+K(x2+2z2)KWhere K = 103
At a point P(2,2,3), Cnsier two line segments PQ and PR having the following direction cosines before deformation.
PQ: nx1 = ny1 = nz1 = 13PR:nx2 = ny2 = 12, nz2 = 0
Determine the angle between the two segments before and after deformation.
2012

If the displacement field is given by.
B.Tech, Advanced Machanics of Solids

  Ux=Kxy, Uy=Kxy, Uz=2K(x+y)z
Where K is a constant small enough to ensure applicability of the small deformation theory.
1. Write down the stress matrix.
2. What is the strain in direction nx = ny = nz = 13

View All

Sunday 20 September 2015

RTU B.Tech Environmental Engineering 2 2013 previous year questions papers

The sewage is flowing at the rate of 4.8 million liters/day from a primary clarifier to a standard rate trickling filter.
B.Tech, Environmental Engineering 2

  The 5 day BOD of the influent is 180 mg/l. The value of organic loading may be taken as 200 gm/m3/day and surface loading rate as 1800 l/m2/day. Determine the volume of the filter and its depth. Also calulate the efficiency of this filter unit.

What do you understand by Digestion of sludge? Differentiate between anaerobic and aerobic digestion. Explain the machanism of anaerobic digestion.
B.tech 2013  Environmental Engineering 2
 
View all

Friday 18 September 2015

RTU previous year question papers B.Tech, Water Resources Engineering 1 2013

A soil has a field capacity of 26% and the permanent wilting point of 7%.

Rajasthan technical university
B.Tech, Water Resources Engineering 1

Q.1 Describe the Rational method for estimation of run off.

Rajasthan technical university
B.Tech, Water Resources Engineering 1

 Q,2 Describe various types of rain gauges for the measurement of rainfall with simple sketches.

View All

Thursday 17 September 2015

rtu Water Resources Engineering WRE 1 question papers 2013

Water Resources Engineering 1 question papers 2013

Determine the water storage capacity of the soil if the depth of root zone is 0.7m, Assume dry unit weight of soil as 14KN/m3. Also determine the water depth required to be applied, If irrigation water applied when moisture content of the soil decreases to 12%, taking a water application efficiency as 80%.


  1. Hydrologic cycle
  2. Infilteration
  3. Unit Hydrograph
  4. Estimation of run off

View more

rtu Earthquake Resistant Design & Construction ERDC question papers 2009

Earthquake Resistant Design & Construction
B.Tech, Rajasthan technical university
1. Building type : Reinforced concrete framed structure.
2. Location : Bhuj (Gujrat)
3. Foundation : On Hard rock
4. Damping : 5%
5. Plan dimension : 7m
6. Storey height : 3.5m
7. Weight of terrace floor : 155kN
8. Weight on each storey includes the following:
  • Weight of beam in each storey : 130kN
  • Weight of slab in each storey : 250kN
  • Weight of colmns in each storey : 50kN
  • Weight of walls in each storey : 530kN
  • Live load : 130kN
  • Use seismic cofficient method as per IS : 1893 (Part - I)


X
  • 2013

Earthquake Resistant Design & Construction
B.Tech, Rajasthan technical university
1. Response reduction factor and importance fector
2. Static analysis and dynamic analysis
  • 2013

Earthquake Resistant Design & Construction
B.Tech, Rajasthan technical university
  • 2013

View all