var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();

questions[0] = "1. In a transistor when base-width decreases with increasing collector to base voltage, this phenomenon is called";
choices[0] = new Array();
choices[0][0] = "Early Effect";
choices[0][1] = "Thermal Runaway";
choices[0][2] = "Tunnelling";
choices[0][3] = "Pinch-off";
answers[0] = choices[0][0];


questions[1] = "2. An amplifier has a voltage gain of 100. To reduce distortion, 10% negative feedback is employed. The gain of the amplifier with feedback is";
choices[1] = new Array();
choices[1][0] = "1.01";
choices[1][1] = "9.09";
choices[1][2] = "90.9";
choices[1][3] = "101";
answers[1] = choices[1][2];

questions[2] = "3. The internal impedence of an ideal current source is";
choices[2] = new Array();
choices[2][0] = "Zero";
choices[2][1] = "Low";
choices[2][2] = "High";
choices[2][3] = "Infinity";
answers[2] = choices[2][0];

questions[3] = "4. The condition for reciprocity of a two port network is";
choices[3] = new Array();
choices[3][0] = "AD - BC = 1";
choices[3][1] = "AD - BC = 0";
choices[3][2] = "A = D";
choices[3][3] = "B = C";
answers[3] = choices[3][0];


questions[4] = "5. The polar radiation pattern of a loop aerial is";
choices[4] = new Array();
choices[4][0] = "Circle";
choices[4][1] = "Ellipse";
choices[4][2] = "Cardiod";
choices[4][3] = "Figure of Eight (8)";
answers[4] = choices[4][3];

questions[5] = "6. A J-K master slave flip-flop could be converted into a T flip-flop by making";
choices[5] = new Array();
choices[5][0] = "J = sqrt(K)";
choices[5][1] = "k = sqrt(J)";
choices[5][2] = "J = K";
choices[5][3] = "CLK = 0";
answers[5] = choices[5][3];
 
 questions[6] = "7. The bridge used for measurement of inductance is";
choices[6] = new Array();
choices[6][0] = "Wheatstone Bridge";
choices[6][1] = "Kelvin Double Bridge";
choices[6][2] = "Anderson Bridge";
choices[6][3] = "Schering Bridge";
answers[6] = choices[6][2];

questions[7] = "8. A three and half digit voltmeter could measure a maximum voltage of";
choices[7] = new Array();
choices[7][0] = "100 Volts";
choices[7][1] = "1000 Volts";
choices[7][2] = "2000 Volts";
choices[7][3] = "10,000 Volts";
answers[7] = choices[7][1];

questions[8] = "9. Lissajou's figures are used in a CRO while measuring";
choices[8] = new Array();
choices[8][0] = "Voltage Magnitude";
choices[8][1] = "Voltage Gain";
choices[8][2] = "Frequency";
choices[8][3] = "Wave Form";
answers[8] = choices[8][2];

questions[9] = "10. The type of transmission used for sound in TV transmission is";
choices[9] = new Array();
choices[9][0] = "AM";
choices[9][1] = "FM";
choices[9][2] = "PCM";
choices[9][3] = "PWM";
answers[9] = choices[9][1];

questions[10] = "11. The type of transmission used for television in India is";
choices[10] = new Array();
choices[10][0] = "DAB SC";
choices[10][1] = "SSB";
choices[10][2] = "VSB";
choices[10][3] = "SSB-SC";
answers[10] = choices[10][2];

questions[11] = "12. The octal number system has";
choices[11] = new Array();
choices[11][0] = "Two Different Digits";
choices[11][1] = "Seven Different Digits";
choices[11][2] = "Eight Different Digits";
choices[11][3] = "Ten Different Digits";
answers[11] = choices[11][1];
 
questions[12] = "13. Binary multiplication is done using";
choices[12] = new Array();
choices[12][0] = "Two's Complement";
choices[12][1] = "One's Complement";
choices[12][2] = "Shift and Add";
choices[12][3] = "Successive Subtraction";
answers[12] = choices[12][2];

questions[13] = "14. A wired AND gate uses";
choices[13] = new Array();
choices[13][0] = "Common Emitter Configuration";
choices[13][1] = "Common Collector Configuration";
choices[13][2] = "Open Emitter Configuration";
choices[13][3] = "Open Collector Configuration";
answers[13] = choices[13][0];

questions[14] = "15. Which of the following is a universal gate?";
choices[14] = new Array();
choices[14][0] = "AND";
choices[14][1] = "OR";
choices[14][2] = "NOR";
choices[14][3] = "XOR";
answers[14] = choices[14][2];

questions[15] = "16. The memory unit using only gates is";
choices[15] = new Array();
choices[15][0] = "ROM";
choices[15][1] = "RAM";
choices[15][2] = "Core";
choices[15][3] = "Disk";
answers[15] = choices[15][1];


questions[16] = "17. The ladder network used in a D/A converter is";
choices[16] = new Array();
choices[16][0] = "R-C Ladder";
choices[16][1] = "R-L Ladder";
choices[16][2] = "R-2R Ladder";
choices[16][3] = "R-2L Ladder";
answers[16] = choices[16][2];

questions[17] = "18. An AM broadcase station transmits 2 KW of carrier power and uses an index of modulation 0.5. The total transmitted power is";
choices[17] = new Array();
choices[17][0] = "2 KW";
choices[17][1] = "2.25 KW";
choices[17][2] = "2.5 KW";
choices[17][3] = "2.75 KW";
answers[17] = choices[17][1];

questions[18] = "19. A commercial superheterodyne radio receiver has its intermediate frequency chosen as";
choices[18] = new Array();
choices[18][0] = "255 KHz";
choices[18][1] = "455 KHz";
choices[18][2] = "955 KHz";
choices[18][3] = "1055 KHz";
answers[18] = choices[18][1];


questions[19] = "20. The input signal to reciever is 50 mw and the internal noise at the input is 5 mw. After amplification the signal at the output is 2w and the noise output 0.4w. This noise figure is";
choices[19] = new Array();
choices[19][0] = "2";
choices[19][1] = "0.5";
choices[19][2] = "10";
choices[19][3] = "5";
answers[19] = choices[19][0];

questions[20] = "21. If VSWR of transmission line is 4 and its characteristic impedance is 300 ohms. The two possible resistor loads are";
choices[20] = new Array();
choices[20][0] = "300 Ohms and 75 Ohms";
choices[20][1] = "1200 Ohms and 300 Ohms";
choices[20][2] = "1200 Ohms and 75 Ohms";
choices[20][3] = "600 Ohms and 300 Ohms";
answers[20] = choices[20][1];
 
 questions[21] = "22. A Zener diode is used for";
choices[21] = new Array();
choices[21][0] = "Voltage Regulation";
choices[21][1] = "Rectification";
choices[21][2] = "Noise Suppression";
choices[21][3] = "Blocking A.C";
answers[21] = choices[21][0];

questions[22] = "23. An SCR is a device having";
choices[22] = new Array();
choices[22][0] = "Three layers with four junctions";
choices[22][1] = "Three layers with two junctions";
choices[22][2] = "Four layers with three junctions";
choices[22][3] = "Two layers with three junctions";
answers[22] = choices[22][2];

questions[23] = "24. An amplifier has a gain of 10,000 expressed in decibels the gain is";
choices[23] = new Array();
choices[23][0] = "10";
choices[23][1] = "40";
choices[23][2] = "80";
choices[23][3] = "100";
answers[23] = choices[23][3];


questions[24] = "25. If the bandwidth of each R F amplifier is 80 KHz the bandwidth of three such stages cascaded is";
choices[24] = new Array();
choices[24][0] = "800 KHz";
choices[24][1] = "2400 KHz";
choices[24][2] = "400 KHz";
choices[24][3] = "200 KHz";
answers[24] = choices[24][1];

questions[25] = "26. Which of the following is not used as a R.F. oscillator";
choices[25] = new Array();
choices[25][0] = "Wien Bridge";
choices[25][1] = "Hartly";
choices[25][2] = "Colpitts";
choices[25][3] = "Clapp";
answers[25] = choices[25][0];

questions[26] = "27. The amplifier is which current is proportional to the signal voltage, independent of source load resistance is called";
choices[26] = new Array();
choices[26][0] = "Current Amplifier";
choices[26][1] = "Voltage Amplifier";
choices[26][2] = "Transresistance amplifier";
choices[26][3] = "Transconductance amplifier";
answers[26] = choices[26][2];


questions[27] = "28. An emitter follows has";
choices[27] = new Array();
choices[27][0] = "High input impedance and high output impedance.";
choices[27][1] = "High input inpedance and low output impedance.";
choices[27][2] = "Low input impedance and high output impedance.";
choices[27][3] = "Low input impedance and low output impedance.";
answers[27] = choices[27][1];

questions[28] = "29. A network with impedance function 10(s + 1) / s(s + 2) could be realised using";
choices[28] = new Array();
choices[28][0] = "Resistors only";
choices[28][1] = "Inductors and Capacitors only";
choices[28][2] = "Resistors and Capacitors only";
choices[28][3] = "Resistors, Inductors and Capacitors";
answers[28] = choices[28][3];
 
 questions[29] = "30. To eliminate ghosts in the picture";
choices[29] = new Array();
choices[29][0] = "Use longer transmission line";
choices[29][1] = "Connect a booster";
choices[29][2] = "Change the antenna orientation or location";
choices[29][3] = "Twist the transmission line";
answers[29] = choices[29][2];




