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