Code:: Aditya Institute of Technology and Management, Tekkali
Code:: Aditya Institute of Technology and Management, Tekkali
UNIT-I
1. a) Explain the semiconductors, insulators and metals classification using energy band 7M
diagrams
b) Find the concentration of holes and electrons in a p-type silicon at 300 K assuming 5M
resistivity as 0.02 Ω – cm. Assume µp = 476 /V-sec, = 1.45 × 10 per
(OR)
2. a) Derive expression for the continuity equation 6M
b) Explain the Diffusion and Drift currents for a semiconductor. 6M
UNIT-II
UNIT-III
5. a) Draw the input & output characteristics of a PNPtransistors in CB configuration & explain 7M
b) For a silicon, α=0.995 emitter current is 10mA & leakage current =0.5µA. Find 5M
, and β
(OR)
6. a) Compare three transistor Configurations 7M
b) Derive the relationship between α and β. Given =2.5 mA, α=0.98 and = 10µA. 5M
Calculate ,
UNIT-IV
7. a) Explain the working of FET with neat diagram and relevant characteristics. 7M
Indicate each region of the characteristics
b) Calculate the values of and gm for = -0.8V, if and are given as 12.4 mA 5M
and -6V respectively
(OR)
8. a) Draw the drain characteristics of depletion type MOSFET. Explain clearly different 6M
operating regions in characteristics with proper reasoning.
b) Distinguish between JFET and MOSFET 6M
UNIT-V
9. a) Explain the working of Tunnel diode and its V-I characteristics. And what is the 6M
sufficient condition for tunnelling
b) Draw the equivalent circuit and V-I Characteristics of UJT and explain it 6M
(OR)
10. a) Explain working of two transistor model of an SCR and Draw the SCR Characteristics 6M
b) Write short notes on i) Photo diode ii) LED 6M
1 of 1
AR16
CODE: 16CS1001 SET-2
ADITYA INSTITUTE OF TECHNOLOGY AND MANAGEMENT, TEKKALI
(AUTONOMOUS)
I B.Tech I / I B.Tech II Semester Supplementary Examinations, Oct / November-2021
COMPUTER PROGRAMMING
(Common to All Branches)
Time: 3 Hours Max Marks: 70
Answer ONE Question from each Unit
All Questions Carry Equal Marks
All parts of the Question must be answered at one place.
.
UNIT-I
COMPUTER PROGRAMMING
(Common to All Branches)
Time: 3 Hours Max Marks: 70
PART-A
ANSWER ALL QUESTIONS [1 x 10 = 10 M]
PART-B
Answer one question from each unit [5x12=60M]
UNIT-I
2. a) Explain the different steps involved in creating and running programs with a neat 6
flowchart.
b) Describe the different types of constants in C with appropriate examples? 6
(OR)
3. a) What are identifiers, variables and constants? Mention the rules to construct 6
identifier. Give some examples
b) Explain Ternary operator and Write a C program to find the largest of three 6
numbers using ternary operator.
1 of 2
UNIT-II
4. a) What is difference between else-if ladder and switch statement? Give an example. 6
b) Write a C program to find the reverse of a number using while loop. 6
(OR)
5. a) Write a C program to read two numbers and an arithmetic operator. Using switch 6
case, perform the required arithmetic operations and display the results.
b) Explain for loop syntax with an example program. 6
UNIT-III
6. a) Define Array. Write a C program that can take 2 matrices as input, add them and 6
print the result.
b) Explain the syntax of strlen and strcmp with example programs. 6
(OR)
7. Write recursive functions to compute GCD of two numbers and factorial of a 12
number.
UNIT-IV
8. a) List the differences between structure and union. Describe structure declaration, 6
initialization and accessing elements.
b) What is a pointer? Discuss call by value and call by reference with suitable 6
examples
(OR)
9. a) Compare and contrast array of pointers with pointer to pointer with suitable code 6
snippets.
b) What is union? How to declare and initialize unions? Discuss. 6
UNIT-V
10. a) Define File? How do you declare a file? Explain different modes of operations on 6
files with examples.
b) Write a C program to merge two files into single file. 6
(OR)
11. a) What is a text file, binary file? Explain formatted I/O in files. 6
b) How to read from and write to a file? Explain with examples. 6
2 of 2