Sunday, October 5, 2014

ECCF Question Bank

Q1. each question is of 2 marks
1.  FET is a voltage controlled device Justify
2.  Draw and explain the transfer characteristics of JFET.
3.  Draw the electrical equivalent  of crystal and explain
4.  Draw the wave forms of  BJT as Class A power amplifier
5.   Draw the AC equivalent of  Self bias unbypassed  Rs  JFET Biasing circuit
6.  Derive the equation for transconductance of JFET
7. What are the different types of Signals.
8. Define Modulation  and explain its need
9. Draw the basic block diagram for communication system
10 Classify the various type of analog modulation and define them
11 Draw the frequency spectrum of DSB-FC.
12. Derive the equation for total power in DSB-FC.

Q2: Each question of five marks
1.  Explain the construction and characteristics of n -channel JFET.
2. Derive the equation for Zi, Zo and Av for Voltage Divider biasing circuit for n-channel JFET( including rd)
3. Explain BJT as a class A power amplifier with waveforms
4.What is the basic principle for oscillations and draw the circuit diagram of Hartley Oscillator using         JFET.

Q3 . Each question of five marks
1. Derive the equations for Amplitude Modulation with wave forms.
2. Explain How DSB-SC can be generated using JFET Balanced Modulator.
3. Explain Generation of FM by indirect method(Armstrong method)
4. Compare AM, FM and PM




In exam  any five will be selected from Q 1 and two from Q2 and two from Q3.

OOPM Question Bank

Q1. each question is of 2 marks

1. Justify that java is platform independent language.
2. Define Data Encapsulation and Data abstraction with respect to OOP.
3. Define inheritance and list it advantages.
4. Define Interface and explain its need
5. Define Exception and  explain any four types of exception
6. Explain the syntax of exception handling in java.
7. Difference between throw and throws in java.
8.Difference between String and StringBuffer class in java.
9.Difference between  arrays and vectors.
10 Define Multithreading.
11 Explain the different method of achieving multithreading in java.
12. what is a vector and explain any four methods of class Vector.

Q2: Each question of five marks

1. what is interface write a program to implement multiple inheritance using interfaces.
2. Explain the keyword try,  catch, finally and throws with respect to exception handling in java.
3.what is method overriding and how it differs with method overloading .write a program to illustrate      method overriding
4. Define the keyword throw and its use  with a program.

Q3 . Each question of five marks

1. Program on Vectors
2. program to illustrate different methods of Thread class.
3. program on Strings.
4. what are priority constants of class Thread write a program to illustrate them.

In exam  any five will be selected from Q 1 and two from Q2 and two from Q3.

Thursday, February 20, 2014



QUESTION BANK FOR SPA

Q.1
02 Marks Questions.

a)    
List any 4 Escape sequence characterwith their meaning.

b)    
Explain following format specifiers.
%d, %f, %c, %ld

c)     
Write an Algorithm for addition of two numbers.

d)    
Explain features/properties of flowchart.

e)    
What is flowchart? List out symbols used in flowchart.

f)     
What is Type Casting? Give example.

g)    
Explain any 4 relational operators.

h)    
Explain any 4 logical operators.

i)      
Explain the following Library functions.
i)            floor()     
ii)           ceil()

j)     
Which are the following are valid/invalid identifiers? Give reason.
i)            _7number
ii)           Basic  Salary

k)    
Explain any 4 short hand (Compound assignment) operators.

l)      
int a=5, b=6, c=7,k;
K=a+b>c-b&&a-b<c;
Give preference and associativity for the above operators.
Q.2
05 Marks Questions.

a)    
Explain data types in ‘C’.

b)    
Explain the following operator.
i)     &&
ii)   &
iii)  Sizeof
iv)  ++
v)   ?:

c)     
Find the output.
#include<stdio.h>
void main()
{
int x=10,y,z;
z=y=x;
y-=--x;
z-=x--;
x-=--x-x--;
printf(“x=%d y=%d z=%d”, x,y,z);
getch();
}


d)    
Find the roots of Quadratic equation.
Is the above problem definition complete? If not, make this problem definition complete.
Q.3
05 Marks Questions.

a)    
Write a program in ‘C’ to find out Largest of 3 numbers using ternary operator.

b)    
Write a program in ‘C’ for swapping of 2 numbers without using temporary variable.

c)     
Write a program in ‘C’ to accept 3 digitsnumber and display its reverse number.

d)    
Explain the following unformatted I/O functions.
i)     getchar()
ii)   getch()
iii)  putchar()
iv)  getche()


ECCF Question Describe the Block diagram of Operational Amplifier Draw the pin diagram of  µA 741 op-amp Draw the schematic diagram o...