find the previous year questions of rtu and other universities with maxmarks.in
Showing posts with label rtu. Show all posts
Showing posts with label rtu. Show all posts
Saturday, 12 March 2016
2014 VLSI Design previous year questions
Labels:
2014,
b.tech,
EC,
minmarks,
previous year question,
question papers,
rtu,
VLSI,
VLSI Design
Tuesday, 8 March 2016
WC 2014 Previous Year Questions (Wireless Communication)
B.Tech EC Wireless Communication (WC) 2014 Previous Year Questions - MaxMarks
Q.1 In a communication satellite link, the modulation scheme used in QPSK with a spectral efficiency of 1.85 b/s/Hz. Compute the maximum transponder channel capacity, assuming a 36 MHz transponder bandwidth.
Frequency reuse efficiency = 0.45,
Capacity degradation factor = 0.8,
Voice activity factor = 0.4,
information bit rate = 16.2 kbps,
Eb/I0 = 7 dB,
One way system bandwidth = 12.5 MHz. Neglect other sources of interferences.
View All
Labels:
(Wireless Communication,
2014,
b.tech,
EC,
minmarks,
previous year question,
question papers,
rtu,
wc
Saturday, 20 February 2016
DE 2012 Previous Year Questions (Digital electronics)
B.Tech CS Digital electronics (DE) 2012 Previous Year Questions - MinMarks
Q.1 Obtain minimum SOP expression for following Boolean expression using Karnaugh Map.
F = ∑ m(0,1,2,5,7,9,13,15)+d(8,11)
Q.2 Implement the following boolean function with NOR -NOR gate logic.
Labels:
b.tech,
cs,
de,
Digital electronics,
minmarks,
previous year question,
question papers,
rtu
Sunday, 14 February 2016
SE 2012 previous year questions Software Engineering
B.Tech CS Software Engineering (SE) 2014 Previous Year Questions.
1. Use case diagram.
2. Class diagram.
3. Sequence diagram.
4. State transition diagram.
Q. 2 What is quantifying program quality ? With the help of your own hypothetical example, explain a method of quantifying program quality.
VIew All
Saturday, 13 February 2016
DE Previous Year Questions (Digital electronics ) - MinMarks
B.Tech CS Digital electronics (DE) 2013 Previous Year Questions - MinMarks
2. using 4 to 16 line decoder
Q.2 Simplify the following logic expression using K-map and implement then using NAND gate :
1.
2.
Thursday, 4 February 2016
Analog and digital communication previous year questions 2013
B.Tech CS Analog and digital communication (ADC) 2013 previous year questions
Q.1 Explain PSK. What are modulation and demodulation technique of PSK ? Why coherent demodulation technique cannot be applied for PSK detection ?
Q.2 Explain the binary ASK. What are the various techniques to generate ASK ? Explain coherent and non-coherent demodulation techniques of ASK.
Sunday, 31 January 2016
MPI 2013 previous year questions
B.Tech CS 2013 (MPI) Microprocessor & Interface previous year questions
Q. 1. Draw the block diagram and pin description of USTART 8251 and briefly explain formats of its mode, command and status words.
Q.2 Explain the various programming mode of 8279 keywords and Display controller. Also draw a block diagram showing its interfacing with microprocessor 8085.
View ALL
Saturday, 30 January 2016
Software Engineering previous year questions
Tuesday, 26 January 2016
B.tech 2013 3rd sem DSA previous year questions
B.Tech CS Data structures and Algorithms (DSA) previous year questions
Q.1 What do you mean by graph data structure ? Explain the sequential and linked list implementation of graph data structure.
Q.2 Insert the following list of element in an AVL tree ?
3, 5, 11, 8, 4, 1, 12, 7, 2, 6, 10
View ALL
Q.1 What do you mean by graph data structure ? Explain the sequential and linked list implementation of graph data structure.
Q.2 Insert the following list of element in an AVL tree ?
3, 5, 11, 8, 4, 1, 12, 7, 2, 6, 10
View ALL
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
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.
Labels:
b.tech,
cs,
Discrete Mathematical Structures,
DMS,
it,
minmarks,
previous year question,
question papers,
rtu
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".
- $ls-l|date| who
- $cal &; date &; uname&
- $ls l
- $(cal;date);(uname;who)
View All
Labels:
b.tech,
cs,
flp,
flsp,
Fundamentlas of linux shell programming,
it,
minmarks,
previous year question,
question papers,
rtu
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.
Labels:
2013,
b.tech,
cs,
Information System Securities,
iss,
minmarks,
previous year question,
question papers,
rtu
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.
Labels:
b.tech,
cs,
mi,
Microprocessor & Interface,
minmarks,
previous year question,
question papers,
rtu
Thursday, 26 November 2015
2014 B.Tech CS (SE) previous year questions Software Engineering
B.Tech CS Software Engineering (SE) 2014 Previous Year Questions.
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
Labels:
2014,
b.tech,
cs,
previous year question,
question papers,
rtu,
se,
Software Engineering
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 :
Consider different methods of parameter passing find the values of variable value and list after each call of swap function.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]);}
Q.2 Differentiate between static and dynamic storage management approaches.
View ALL
Labels:
2014,
b.tech,
minmarks,
ppl,
previous year question,
principles of programming languages,
question papers,
rtu,
solved papers
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
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
Labels:
2014,
b.tech,
cs,
minmarks,
previous year question,
question papers,
rtu,
spt,
Statistics and Probability Theory
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
Where t0 is the thickness at r = 0
View All
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
Where t0 is the thickness at r = 0
View All
Labels:
2011,
Advanced Machanics of Solids,
AMS,
b.tech,
me,
minmarks,
previous year question,
question papers,
rtu
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
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
Labels:
2011,
b.tech,
CC,
Compiler Construction,
minmarks,
previous year question,
question papers,
rtu
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
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
Labels:
b.tech,
cs,
Data Mining And Ware Housing,
dmw,
minmarks,
previous year question,
question papers,
rtu
Subscribe to:
Posts (Atom)

















