Thursday, 9 January 2014

VLSI Technology (utu previous year question paper)

utu previous year question paper
sub:- VLSI Technology 
b.tech sem 5th
Uttarakhand Technical University


Q1:- Attempt any four parts:

  1. Describe CZ process in detail with neat diagram. What is the pull Rate in CZ technique? How the Pull rate is controlled during the CZ crystal growth process?
  2. A silicon ingot with 0.5 * 10^16 boron atoms/cm^3 is to be grown by CZ method. What should be the concentration of boron in the melt to obtain the required doping concentration? The segregation coefficient of the boron is 0.8
  3. Describe the effect of orientation on oxidation? Prove that linear growth rate occur for short time oxidation.
  4. Calculate the oxidation time required for the thermal oxidation of 100A thickness at 1000 degree C. NOTE: B= 5.2  105A 2/min. and B/A = 111A/min {A = angstrom }
  5. Describe two most common methods used for measuring thermal oxide thickness.

Concept of Programming and OOPS (Utu previous year question paper)

Utu previous year question paper
sub:- Concept of Programming and OOPS
b.tech 2013-14 (sem-5)
uttarakhand technical university


time: 2hrs
max marks: 50
Q1:- Attempt any four of the following:

  1. What is editor? Explain the main functions of vi editor.
  2. What is looping mechanism? Differentiate between while and do-while loop with a suitable example.
  3. Explain UNIX shell and its type in brief.
  4. Explain recursive function. Write a C program to find the factorial of a given integer by using recursion.
  5. What is array? Write a C program for addition of two arrays
  6. Differentiate if and if-else statement by using a C program.
Q2:- Attempt any four of the following:
  1. What do you understand by testing and debugging process? write a program in C to check the given number is even or odd.
  2. What are the variable and keyword in C language? Explain with proper example.
  3. Explain the phases of software development life cycle (SDLC) model. Draw a spiral model of a software development.
  4. Describe the various processes involved in user interface design.
  5. What is code review? Write an algorithm to check whether the given year is leap or not.
  6. "C is known as structured programming language". Why? Justify the statement.