Me QP
Me QP
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, December - 2017
(Regulations: VCE-R15)
ADVANCED DATA STRUCTRUES AND ALGORITHMS
(Computer Science and Engineering)
Date: 27 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Explain the algorithm for insertion and deletion on double linked list. 9M
b) Explain Postfix expression evolution with example. 5M
4. a) Define Red-Black Trees. Explain insertion and deletion operation of Red-Black Trees 7M
with example.
b) Start with AVL search tree that is a 15-nodes full binary tree. The keys are 1-15. 7M
Remove the keys in the order 15, 14, 13 & 12. Draw your tree immediately following
each deletion and also after each rotation that is performed. Label all nodes with their
balance factor and identify the rotation type (if any) that is done.
6. a) Explain the general principle of Greedy method and also list the application of Greedy 6M
method.
b) Explain quick sorting technique. Sort the following elements using quick sort: 8M
65, 70, 75, 80, 85, 60, 55, 50, 45
8. a) Give the 0/1 Knapsack Least Cost Branch and Bound algorithm. Explain how to find 7M
optimal solution.
b) Explain the Graph-coloring problem. Draw the state space tree for m=3 colors, n=4 7M
vertices graph. Discuss the time and space complexity.
Hall Ticket No: Question Paper Code : B3202
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, December - 2017
(Regulations: VCE-R15)
ADVANCED OPERATING SYSTEMS
(Computer Science and Engineering)
Date: 29 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
8. a) Illustrate the differences in the occurrence of deadlocks in single process system and 8M
distributed System.
b) Discuss about Centralized deadlock detection. 6M
Hall Ticket No: Question Paper Code : B3203
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, January - 2018
(Regulations: VCE-R15)
COMPUTER ORGANIZATION AND ARCHITECTURE
(Computer Science and Engineering)
Date: 02 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Design and explain a full adder and half adder using NAND gates. 7M
b) Minimize the following expressions using K-map method and write the circuit diagram 7M
using basic gates:
i. F = n(0, 1, 8, 9, 10)
ii. F = E(0, 13, 14, 15) + d(1, 2, 3, 9, 10,11)
2. a) Explain the different registers that are available in the processor of a digital computer 7M
and the connection between the processor and the memory.
b) Explain the single bus structure and also explain how performance of the computer can 7M
be measured.
5. a) With the diagram, explain the basic organization of microprogrammed control unit. 7M
b) Illustrate micro instructions to execution of a complete instruction Add (R3), R1. 7M
7. a) Describe the input transfer on a synchronous bus with the detailed timing diagram. 7M
b) What is the role of a DMA (Direct Memory Access) controller? Explain DMA by 7M
providing the registers used.
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
NATIONAL SERVICE SCHEME
(Common to Computer Science and Engineering & Power Electronics and Electric Drives)
Date: 04 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
4. a) Why NSS youth festivals are conducted and how it is useful for volunteers? 7M
b) How NSS get benefitted by coordinating with different local and non-local agencies? 7M
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, January - 2018
(Regulations: VCE-R15)
DIGITAL IMAGE PROCESSING
(Computer Science and Engineering)
Date: 06 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
3. a) Explain the mechanics of spatial filters used in image enhancement. Define spatial mask 7M
used for image averaging in spatial domain and explain.
b) Compare smoothing frequency domain filters. 7M
4. a) Draw and explain the block diagram of simple image degradation/restoration model 7M
and derive the expression for image degradation model.
b) Derive LMS filter used for digital image restoration. 7M
8. a) Explain the concept of opening and the concept of closing used in image morphology. 7M
b) What is skeletonization? Explain in detail. 7M
Hall Ticket No: Question Paper Code : B3256
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, January - 2018
(Regulations: VCE-R15)
OBJECT ORIENTED ANALYSIS AND DESIGN
(Computer Science and Engineering)
Date: 08 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
3. a) What are the motivations to create a domain model? Are domain and data 7M
models the same thing?
b) Explain operation contracts with suitable example. 7M
4. a) What are patterns? How it is useful for Object Oriented Analysis and Design? 7M
b) What is Test-Driven or Test-First Development? Explain. 7M
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, December - 2017
(Regulations: VCE-R15)
ADVANCED DATA COMMUNICATIONS
(Digital Electronics and Communication Systems)
Date: 27 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Define Modulation. Explain the advantages and disadvantages of each type of 10M
modulation
b) We have available bandwidth of 100 kHz which spans from 200 to 300kHz. What 4M
should be the carrier frequency and the bit rate if we modulated our data by
using FSK with d=1?
4. a) Categorize and explain the four basic topologies in terms of line configuration. 8M
b) Describe different data transmission modes used in data communication. 6M
5. a) Compare Synchronous time division multiplexing versus Statistical time division 10M
multiplexing.
b) Five channels, each with a 100-kHz bandwidth, are to be multiplexed together. 4M
What is the minimum bandwidth of the link if there is a need for a guard band
of 10-kHz between channels to prevent interference?
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, December - 2017
(Regulations: VCE-R15)
DIGITAL SYSTEMS DESIGN
(Digital Electronics and Communication Systems)
Date: 29 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Write behavioural style Verilog HDL program to detect 4-bit prime number. 7M
Design canonical sum of product circuit.
b) Determine the minimal sum of products form for the following expression using 7M
K-Map method F(W,X,Y,Z)=∑(0,2,4,9,11,13,15)+d(1,5,7,10).
2. a) Draw the general structure of a CPLD and explain how a logic function can be 7M
realized on CPLD with an example.
b) Realize F1,F2 using PLA. Give the PLA table and connection diagram for 7M
F1=∑m( 1,2,4,5,6,8,10,12,14), F2=∑m(2,4,6,11,15).
3. a) List out the advantages of carry look ahead adder and design 4-bit binary adder. 6M
b) Write behavioural style of Verilog HDL code for 8-input priority encoder with 8M
the help of truth table.
4. a) Explain the functional behavior of master slave JK flip flop with a neat sketch. 7M
b) Convert the following mealy machine into a corresponding moore machine 7M
PS NS, Output
A B,0 E,0
B E,0 D,0
C D,1 A,0
D C,1 E,0
E B,0 D,0
5. a) Explain the reasons for clock skew and how it can be avoided. 7M
b) Write a behavioural style Verilog HDL code for positive edge sensitive D flip flop 7M
with asynchronous preset and clear.
6. a) Explain the difference between flowchart and SM chart with symbols. 6M
b) Draw an ASM chart to design control logic of a binary multiplier. Realize the 8M
same using multiplexer and encoder.
7. a) Explain the different faults presented in a combinational circuit with examples. 6M
b) Explain the procedure to find fault detection and location in a sequential 8M
circuits.
8. a) Explain how Kohavi algorithm is useful in the detection of circuits with example. 7M
b) Apply D-algorithm to detect h – stuck at 0 fault in the given circuit and derive 7M
the test vectors.
Fig.1
Hall Ticket No: Question Paper Code : B3403
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
CMOS VLSI DESIGN
(Digital Electronics and Communication Systems)
Date: 02 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Using bulk charge model explain the current voltage characteristics of the MOSFET. 9M
b) What is the significance of body bias? Explain how it affects threshold voltage. 5M
2. a) Define the following with reference to CMOS inverter design: 4M
i. Noise margin
ii. Maximum switching frequency
b) How can the propagation delay be estimated in a CMOS inverter? Derive the delay for 10M
different transitions.
3. a) Write a brief note on MOSFET application as switch logic. 6M
b) With relevant figures explain how series connected MOSFETS increase voltage and 8M
power handling.
4. a) Construct a CMOS logic gate to implement the function F= *A.(B+C)+’. 7M
b) Draw the schematic of a 3 bit CMOS NOR gate and explain its functioning. 7M
5. a) Explain the operation of a TG based D Flipflop with relevant schematic and timing 8M
diagram.
b) Implement XOR function using CMOS transmission gates. 6M
6. a) Highlight the issue of charge leakage in dynamic design and suggest a solution to 7M
eliminate it.
b) Explain clock feed through and its significance in dynamic design. 7M
7. a) What are the principles of dynamic logic? Explain with relevance to precharge and 8M
evaluation citing suitable example.
b) Cascade two dynamic gates and analyze its performance. 6M
8. a) Discuss any one variation on CVSL logic. 6M
b) Design a generic differential (Cascode Voltage Switch) logic and analyze its 8M
performance.
Hall Ticket No: Question Paper Code : B3271
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, January - 2018
(Regulations: VCE-R15)
SOFTWARE ENGINEERING PRINCIPLES
(Common to Digital Electronics and Communication Systems, Embedded Systems,
Power Electronics and Electric Drives & Engineering Design)
Date: 04 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
MOBILE SATELLITE COMMUNICATIONS
(Digital Electronics and Communication Systems)
Date: 06 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Explain the architecture of satellite system in detail with a neat diagram. 10M
b) Discuss the limitations of MSS in brief. 4M
5. a) Explain the working of tracking of satellite and mobile environment with a neat block 9M
diagram.
b) What are the biological effects of handheld devices in mobile and satellite 5M
communications? Discuss.
8. a) What are the needed operational environments for Mobile satellite networks? Discuss. 9M
b) Write a short note on CDMA MSAT network. 5M
Hall Ticket No: Question Paper Code : B3455
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
CPLD AND FPGA ARCHITECTURES AND APPLICATIONS
(Digital Electronics and Communication Systems)
Date: 08 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
4. a) List and explain the functions of I/O pins on a fabric chip to connect to outside 7M
world.
b) Enumerate the organization of pass-transistor and three-state buffer-based 7M
programmable interconnection points.
6. a) Briefly discuss rent’s rule for characterization of the relationship between logic 7M
and pins.
b) Explain different clocking discipline rules. 7M
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, December - 2017
(Regulations: VCE-R15)
MICROCONTROLLERS FOR EMBEDDED SYSTEM DESIGN
(Embedded Systems)
Date: 27 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
2. a) Explain the different types of CALL instructions available in 8051 with examples. 6M
b) Illustrate the dual role functionality of Port 2 in 8051 microcontroller. Write the 8M
following programs
i. Create a square wave of 50% duty cycle on bit 0 of port 1
ii. Create a square wave of 66% duty cycle on bit 3 of port 1
3. a) List and explain the different bit handling instructions with examples. 8M
b) Assuming the ROM space starting at 250H contains “America”, write a program 6M
to transfer the bytes into RAM locations starting at 40H.
4. a) Assume that register A has packed BCD. Write a program to convert packed BCD 5M
to two ASCII numbers and place them in R2 and R6.
b) I. Write an assembly language program to transfer the value 41H serially (one 9M
bit at a time) via pin P2.1. Put two highs at the start and end of the data.
Send the LSB first.
II. Define the checksum byte in ROM and its importance. Consider 4 bytes of
hex data 25h, 62h, 3fh and 52h
i. Find the checksum byte
ii. Perform the checksum operation for data integrating
iii. Change the value of second 62h to 22h, and show how the checksum
detect the error
5. a) List and compare the features of the three main design technologies. What are 7M
the benefits of using each of the three different design technologies?
b) Design a single purpose processor that outputs Fibonacci numbers up-to ‘n’ 7M
places. Start with function computing the desired result, translate into state
diagram and sketch a probable data-path.
6. a) Illustrate the operation of general purpose processor with the help of neat basic 7M
architecture and an example.
b) What is an Instruction-set simulator? Explain the testing and debugging phase of 7M
developing programs and the various tools needed for the same.
Cont…2
::2::
7. a) What is PWM? Illustrate the role of PWN in embedded applications and Explain 7M
how speed control of a DC motor is achieved using a PWM with suitable
example.
b) What is UART? Illustrate how the serial transmission is carried out using a 7M
universal asynchronous receiver/transmitter (UART) highlighting the role of
start bit, stop bit, baud rate and parity bit with relevant figure.
8. a) List and explain the various Cache mapping techniques with relevant diagrams. 7M
b) Given the following three cache designs, find the one with the best performance 7M
by calculating the average cost of access. Show all calculations.
i. 4 Kbyte, 8-way set associative cache with a 6% miss rate; cache hit costs one
cycle, cache miss costs 12 cycles
ii. 8 Kbyte, 4-way set-associative cache with a 4% miss rate; cache hit costs two
cycles, cache miss costs 12 cycles
iii. 16 Kbyte, 2-way set-associative cache with a 2% miss rate; cache hit costs
three cycles, cache miss costs 12 cycles
Hall Ticket No: Question Paper Code : B3602
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, December - 2017
(Regulations: VCE-R15)
EMBEDDED REAL TIME OPERATING SYSTEMS
(Embedded Systems)
Date: 29 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Illustrate the functionalities of any FIVE process control commands in UNIX with 7M
relevant examples.
b) What is shared memory? What are the problems associated with shared 7M
memory and explain how they can be overcome? Highlight the role of
semaphores in RTOS.
2. a) Differentiate between Hard and soft real time systems with relevant examples. 7M
Briefly explain the Periodic, aperiodic and sporadic tasks with examples.
b) Explain the following functional parameters of Real Time Systems: 7M
i. Pre-emptivity of Jobs
ii. Criticality of jobs
iii. Laxity type and Laxity function
3. a) Differentiate between the following with relevant examples Online versus 7M
Offline Scheduling Preemptive versus Non-Preemptive Scheduling algorithms.
b) Illustrate the weighted round robin approach used in Real time systems with an 7M
example and relevant figure.
4. a) Illustrate what is shared data problem and its causes with examples? Explain the 7M
different ways of handling the shared data problem and ways to overcome it
with example.
b) What is Priority Inversion problem in real time system? Illustrate the different 7M
causes for its occurrence and ways how it can be overcome with suitable
examples.
5. a) Interpret the need of RTOS in a Real Time System? List and explain the 7M
important features and services of real time operating systems.
b) What is an interrupt? Illustrate how Interrupts and ISR are handled in RTOS 7M
environment with an example.
6. a) List the salient features of VxWorks. Explain how memory management is 7M
implemented in Vxworks with relevant examples and figure.
b) What is context switching? Illustrate how the context switching is carried out in 7M
the case of Vxworks with relevant figure and an example.
7. Identify the different system requirements, multiple tasks, and their functions to 14M
implement the Automatic Chocolate Vending machine along with the figure showing
the system of ACVS and its ports. Also create a list of tasks, functions and IPCs to
implement the ACVS using μCOS-II and show the relevant pseudo code for this
implementation.
8. a) Illustrate how RTOS is used in Image processing applications with examples. 7M
b) Explain how RTOS can used for implementing the control system applications 7M
with examples.
Hall Ticket No: Question Paper Code : B3603
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
DSP PROCESSORS AND ARCHITECTURES
(Embedded Systems)
Date: 02 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Illustrate the need and working of Decimation and Interpolation in DSP applications 7M
with relevant figure and examples.
b) Obtain the transfer function of the IIR filter whose difference equation is given by 7M
y (n)= 0.9y(n-1)+0.1x(n) and Realize the IIR filter with the given difference equation
showing the filter structure.
2. a) Calculate the dynamic range and precision of each of the following number 7M
representation formats:
i. 24-bit, single-precision, fixed point format
ii. 48-bit, double-precision, fixed point format
iii. A floating-point format with a 16-bit mantissa and an 8-bit exponent
b) List the various sources of error in DSP implementations. Explain the various D/A 7M
conversion errors and how it can be overcome with relevant examples and sketches.
3. a) Illustrate the need and working of Address generation unit in DSP processors with a 7M
neat figure and example.
b) Explain the need and features of a program sequencer unit of a programmable DSP 7M
with a neat block diagram.
4. a) Illustrate the hardware looping and its advantages in DSP processors with relevant 7M
example.
b) What is pipelining? Illustrate the various pipelining programming models with relevant 7M
examples and figures.
5. a) Describe any 4 different data addressing modes of TMS320C54xx processor with 7M
examples.
b) Write an Assembly language program for computing the Multiply and Accumulate of 7M
the equation y(n)=h(0)x(n)+h(1)x(n-1)+h(2)x(n-2) for a TMS320C54xx processor using:
i. Direct addressing mode
ii. MAC instruction
Assume x(n), h(n) and y(n) are stored in the data memory and is of 16-bit
6. a) Explain the significance of Q-notation in DSP with examples. What values are 7M
represented by the 16-bit fixed point number N=4000h in the Q15, Q10 and Q7
notations.
b) Write and Assembly language Program to demonstrate the implementation of an FIR 7M
filter using TMS320C54xx processors with relevant comments. Assume the number of
filter coefficients is 30 and the input samples are 200.
7. a) An 8-point FFT is to be implemented using DIT FFT method on TMS320C54xx. Give the 7M
FFT Implementation structure and also explain the algorithm that computes the output
of each stage
b) Explain how the bit-reversed index generation can be done in 8-point FFT. Also write a 7M
TMS320C54xx program for 8-point DIT FFT bit reversed index generation
Cont…2
:: 2 ::
8. a) Draw the block diagram for the PCM3002 CODEC and explain how the PCM3002 is 7M
interfaced to the TMS 320C5416 in the DSK using suitable block diagram.
b) Interpret the need and explain what is DMA. Explain how the DMA is configured and 7M
its operation on aTMS320C54xx processor. What is Register Subaddressing technique
in DMA operation?
Hall Ticket No: Question Paper Code : B365151
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
EMBEDDED LINUX
(Embedded Systems)
Date: 06 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
3. a) What are the local debugging requirements? Explain local debugging computer 7M
configuration.
b) Write a note on network mounting the root file system. 7M
7. a) With a neat circuit diagram, explain the LM70 to X86 parallel printer ports 8M
connection.
b) Write a note on I2C Communication with the Philips Semiconductor SAA1064. 6M
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
SYSTEM MODELING AND SIMULATION
(Embedded Systems)
Date: 08 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) What is the need for simulation? With the advantages explain where the 8M
simulation is appropriate.
b) What is simulation of an inventory and how to do performance measure, how 6M
to avoid shortages in inventory system?
2. a) In detail explain and compare the simulation packages with programming 10M
languages with examples.
b) What is object oriented simulation? Explain with a suitable example. 4M
4. a) What are the inevitable issues addressed by a good simulation study? Explain in 6M
detail.
b) Consider a single-stage distributed delay with constant delay A. Assuming a zero 8M
initial state at t = 0 and a unit-step input, derive an explicit solution for the output
y(t).
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, December - 2017
(Regulations: VCE-R15)
PRINCIPLES OF MACHINE MODELING ANALYSIS
(Power Electronics and Electric Drives)
Date: 27 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
5. Draw the basic circuit model for a 3-phase induction motor for stator as well as 14M
rotor and obtain voltage equations in the form of matrices in terms of stator and
rotor currents?
6. a) What are the commonly used induction machine models? Explain the relative 7M
importance of them.
b) Explain the rotor reference frame model of a three phase induction machine. 7M
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, December - 2017
(Regulations: VCE-R15)
POWER ELECTRONIC CONVERTERS-I
(Power Electronics and Electric Drives)
Date: 29 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
8. a) With neat circuit diagram and waveforms explain the operation of 180 mode 7M
of operation of three phase inverter with RL load. Derive the expression for
RMS output voltage.
b) Explain space vector pulse width modulation technique for three phase 7M
voltage source inverter.
Hall Ticket No: Question Paper Code : B3303
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, January - 2018
(Regulations: VCE-R15)
POWER ELECTRONIC CONTROL OF DC DRIVES
(Power Electronics and Electric Drives)
Date: 02 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
(AUTONOMOUS)
M. Tech I Semester Regular/Supplementary Examinations, January - 2018
(Regulations: VCE-R15)
POWER SEMI CONDUCTOR DEVICES
(Power Electronics and Electric Drives)
Date: 06 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) What are the different classes of power switching devices? Briefly explain 7M
about them.
b) Discuss about the characteristics of a real switching device. 7M
2. a) Briefly discuss about operation of Schotky diode and fast recovery diodes. 8M
b) Write the equation which helps to determine the v-i characteristics of a 6M
power diode under dc steady state operation. Also draw the v-i
characteristics and describe the different regions in it.
5. a) Explain the principle of operation of IGBTs with the help of its equivalent 7M
circuit.
b) Discuss about the turn-on characteristics of an IGBT. 7M
7. a) Briefly explain the functions of a heat sink. Also mention the simplified 7M
expression which can be used to determine the approximate sizing of the
heat sink.
b) Write an expression for steady state temperature rise and explain the 7M
significance of each parameter.
8. a) What are the steps that should be followed while designing a line frequency 7M
transformer?
b) Write short notes on magnetic circuits and the factors that affect the 7M
magnetic field in the magnetic circuit.
Hall Ticket No: Question Paper Code : B3355
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
ENERGY CONVERSION SYSTEMS
(Power Electronics and Electric Drives)
Date: 08 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
5. a) Explain the principle of conversion of wave energy. Briefly explain open cycle 7M
and closed cycle OTEC system.
b) Discuss the power content in waves. 7M
8. a) Discuss the pollution from coal and explain the preventive measures. 7M
b) What are the different classes of batteries? 7M
Hall Ticket No: Question Paper Code : B3703
(AUTONOMOUS)
M. Tech I Semester End Semester Regular Examinations, December - 2017
(Regulations: VCE-R15)
FINITE ELEMENT METHODS
(Engineering Design)
Date: 27 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
Fig.1
2. Determine the displacement, stresses and reaction force induced in an axially 14M
loaded stepped bar as shown in Fig.2. Take E=2.1 X 105 N/mm2, A1=50mm2, A2=
30mm2.
Fig.2
3. The Fig.3 below shows a 2-Dimensional truss structure. Determine the 14M
displacement of all nodes and stresses in all the three bars using finite element
method. Take E=200GPa, A=200mm2.
Fig.3
4. For the beam shown in Fig.4, determine displacement and slopes at the nodes, 14M
forces and reactions for each element.
Fig.4
Cont…2
::2::
5. a) What are axisymmetric problem? How does it reduce the problem size? 4M
b) Derive the shape function for a 4 noded quadrilateral element using 10M
Lagrange’s method.
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, December - 2017
(Regulations: VCE-R15)
ADVANCED MECHANICS OF SOLIDS
(Engineering Design)
Date: 29 December, 2017 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
Fig.1
Fig.2
3. a) What do you mean by curved beam? Explain in detail the difference between 7M
symmetrical bending and unsymmetrical bending.
b) Explain Radial Stress in Curved Beams. 7M
4. a) What is Prandtl’s stress function? Derive the governing differential equation 9M
for a narrow rectangular cross section bar subjected to torsion in terms of the
Prandtl’s stress function.
b) Compare effects of torsional loading on thin walled open and closed sections. 5M
5. a) Derive the equilibrium equations for plane stress state. 7M
b) Derive an expression for bending of a cantilever beam loaded at the free end 7M
in rectangular co-ordinate system.
Cont…2
::2::
7. A steel beam of a rectangular cross section, 180mm wide and 280mm thick, is 14M
resting on an elastic foundation whose modulus of foundation is 6.5N/mm2. This
beam is subjected to a concentrated anti-clockwise moment of 0.5MNm at the
center. Determine the maximum deflection and the maximum bending stresses in
the beam. Assume Young’s modulus, E=200 GPa and the Poisson’s ratio,
µ=0.3. Also, plot:
i. The deflected shape of the beam
ii. The variation in the bending moment along the axis of the beam
iii. The variation in the shear force along the axis of the beam
8. a) What is contact stress? Explain the different methods of computing contact 7M
stresses.
b) Write a short note on Deflection of bodies in point contact. 7M
Hall Ticket No: Question Paper Code : B3702
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
ADVANCED MECHANISMS
(Engineering Design)
Date: 02 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
1. a) Enumerate the specific advantages of spherical mechanisms over other spatial and 7M
planar mechanisms.
b) Explain briefly about the mobility criterion for Spatial mechanisms and manipulators 7M
with an example.
2. a) Explain term collineation axis and its use for finding inflection points. 7M
b) Explain with neat sketch about Hartmann’s Construction. 7M
3. a) Explain with neat sketch about circling point curve for the Coupler of a Four bar 7M
mechanism.
b) Derive displacement, velocity, acceleration analysis for four bar mechanism using 7M
freudenstein’s equation.
4. a) Explain in brief about Guiding a body though two and three distinct positions. 7M
b) Explain about synthesis of four bar mechanism for specified instantaneous 7M
condition.
5. a) Explain Number synthesis. 2M
b) Synthesize a function generator to solve the equation Y = log10 X in the interval. 12M
1 X 10 , with the range is divided into six intervals. Use Overlay method.
6. a) Explain Dimensional synthesis. 2M
b) Design and draw a four bar mechanism, such that the crank angles required will be
coordinates as follows: 12M
i. 0, 2 30, 3 60
ii. 20, 2 45, 3 85
7. a) Explain the synthesis of cam mechanism. Discuss the procedure how to construct 12M
cam profiles and the axis of cam is passing through the axis of the follower, when
the follower moves with uniform velocity.
b) What is the function of cam and follower system? 2M
8. a) What do you mean by Kinematic link? 2M
b) How Kinematic links are classified? Briefly explain flexible links with suitable 12M
examples.
Hall Ticket No: Question Paper Code : B3705
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
FRACTURE, FATIGUE AND CREEP DEFORMATION
(Engineering Design)
Date: 06 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
3. a) Define energy release rate. Derive an expression for energy release rate of 7M
cracked plate at fixed deflection.
b) Explain the differences between the plane stress fracture toughness and the 7M
plane strain fracture toughness. For a ductile metal, which fracture toughness
has a higher value and why?
4. a) Differentiate between: 7M
i. Stress Intensity Factor
ii. Plane stress fracture toughness
b) Derive plastic zone size as per Dugdale approach. 7M
5. a) Discuss about the J-integral approach in CTOD of elastic and plastic fracture. 7M
b) Path independence of J integral is not valid for elastic plastic materials. Why? 7M
6. a) What do you mean by plane strain fracture toughness? Explain the factors 7M
considered for improving fracture toughness.
b) Explain the effect of thickness on fracture toughness and also give examples 7M
as to how this value would be useful in industry scenario.
(AUTONOMOUS)
M. Tech I Semester Regular Examinations, January - 2018
(Regulations: VCE-R15)
DESIGN FOR MANUFACTURING
(Engineering Design)
Date: 08 January, 2018 FN Time: 3 hours Max Marks: 70
Answer any FIVE Questions
Each Question carries equal marks
5. a) What are general design considerations for casting process with respect to 8M
economic moulding, solidification, fettling and cleaning?
b) Discuss the general design guidelines for drilling. 6M