var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();

questions[0] = "1. Which of the following would have the highest oxygen transfer rate characteristics ?";
choices[0] = new Array();
choices[0][0] = "A sparged stirred tank bioreactor being stirred at 200 rpm";
choices[0][1] = "A non-sparged stirred tank bioreactor being stirred at 200 rpm";
choices[0][2] = "A shake flask being mixed at 200 rpm";
choices[0][3] = "All of the above would have equivalent oxygen transfer rate characteristics";
answers[0] = choices[0][0];


questions[1] = "2. Molar heat capacity of water in equilibrium with ice at constant pressure is";
choices[1] = new Array();
choices[1][0] = "Zero";
choices[1][1] = "Infinity";
choices[1][2] = "40.45 KJ K^-1 mol^-1";
choices[1][3] = "75.48 JK^-1 mol^-1";
answers[1] = choices[1][0];

questions[2] = "3. Ammonium molybdate test is used to detect the presence of";
choices[2] = new Array();
choices[2][0] = "Borate";
choices[2][1] = "Phosphate";
choices[2][2] = "Chloride";
choices[2][3] = "Bromide";
answers[2] = choices[2][1];

questions[3] = "4. Increasing the temperature of an aqueous solution will cause";
choices[3] = new Array();
choices[3][0] = "Decrease in Molality";
choices[3][1] = "Decrease in Molarity";
choices[3][2] = "Decrease in Mole Fraction";
choices[3][3] = "Decrease in Percentage by Weight";
answers[3] = choices[3][1];


questions[4] = "5. IUPAC name of the compound CH3CH(OH)COOH is";
choices[4] = new Array();
choices[4][0] = "Lactic Acid";
choices[4][1] = "A-Hydroxypropanoic Acid";
choices[4][2] = "Carboxy Propanol";
choices[4][3] = "2-Hydroxypropanoic acid";
answers[4] = choices[4][3];

questions[5] = "6. Which of the following will not displace hydrogen ?";
choices[5] = new Array();
choices[5][0] = "Ba";
choices[5][1] = "Pb";
choices[5][2] = "Ag";
choices[5][3] = "Sn";
answers[5] = choices[5][2];
 
 questions[6] = "7. The amount of heat measure for a reaction in a bomb calorimeter is";
choices[6] = new Array();
choices[6][0] = "DG";
choices[6][1] = "DH";
choices[6][2] = "DE";
choices[6][3] = "PDV";
answers[6] = choices[6][2];

questions[7] = "8. Which of the following oxides is most amphoteric ?";
choices[7] = new Array();
choices[7][0] = "Na2O";
choices[7][1] = "Al2O3";
choices[7][2] = "SO3";
choices[7][3] = "P2O5";
answers[7] = choices[7][1];

questions[8] = "9. Which among the following is most basic compound ?";
choices[8] = new Array();
choices[8][0] = "Benzylamine";
choices[8][1] = "Aniline";
choices[8][2] = "Acetanilide";
choices[8][3] = "P-Nitroaniline";
answers[8] = choices[8][0];

questions[9] = "10. Which of the following elements form interstitial compounds ?";
choices[9] = new Array();
choices[9][0] = "Fe";
choices[9][1] = "Co";
choices[9][2] = "Ni";
choices[9][3] = "All of these";
answers[9] = choices[9][3];

questions[10] = "11. The EAN of Co in K3[Co(NH3)6] is";
choices[10] = new Array();
choices[10][0] = "34";
choices[10][1] = "35";
choices[10][2] = "36";
choices[10][3] = "37";
answers[10] = choices[10][2];

questions[11] = "12. The position of electron is identified by quantum numbers n and l. (i) n = 4, l = 1 (ii) n = 4, l = 0 (iii) n = 3, l = 2 (iv) n = 3, l = 1 The order of increasing energy from the lowest to highest is";
choices[11] = new Array();
choices[11][0] = "(iv) < (ii) < (iii) < (i)";
choices[11][1] = "(ii) < (iv) < (i) < (iii)";
choices[11][2] = "(i) < (iii) < (ii) < (iv)";
choices[11][3] = "(iii) < (i) < (iv) < (ii)";
answers[11] = choices[11][0];
 
questions[12] = "13. Gutta Percha is";
choices[12] = new Array();
choices[12][0] = "Trans-polyisoproprene";
choices[12][1] = "A synthetic polymer";
choices[12][2] = "A very hard material";
choices[12][3] = "All are correct";
answers[12] = choices[12][3];

questions[13] = "14. Which one of following does not give acetylene with water ?";
choices[13] = new Array();
choices[13][0] = "CaC2";
choices[13][1] = "BaC2";
choices[13][2] = "SrC2";
choices[13][3] = "Al4C3";
answers[13] = choices[13][3];

questions[14] = "15. Normality of 0.3 M phosphoric acid (H3PO3) is";
choices[14] = new Array();
choices[14][0] = "0.3";
choices[14][1] = "0.6";
choices[14][2] = "0.9";
choices[14][3] = "0.1";
answers[14] = choices[14][1];

questions[15] = "16. ___________ technique is based on the fact that there are variations in the DNA sequence of restriction sites among different individuals and different species.";
choices[15] = new Array();
choices[15][0] = "Polymer Chain Reaction";
choices[15][1] = "Hybridoma";
choices[15][2] = "Restriction Fragment Length Polymorphism";
choices[15][3] = "None of these";
answers[15] = choices[15][2];


questions[16] = "17. Which enzyme forms phosphodiester bonds between adjacent nucleotides and covalently links two individual fragments of double stranded DNA";
choices[16] = new Array();
choices[16][0] = "Alkaline Phosphates";
choices[16][1] = "DNA Polymerase";
choices[16][2] = "DNA Liqase";
choices[16][3] = "Exonuclease";
answers[16] = choices[16][2];

questions[17] = "18. Name the enzyme used to prevent unwanted self-liquation of vector DNA molecules in cleaning procedures";
choices[17] = new Array();
choices[17][0] = "Alkaline Phosphates";
choices[17][1] = "DNA Ligase";
choices[17][2] = "DNA Polymerase";
choices[17][3] = "Helicases";
answers[17] = choices[17][0];

questions[18] = "19. Many of the vector for use in eukaryotic cells are constructed such that they can exist in both the eukaryotic cell and E.coli. Such vectors are known as";
choices[18] = new Array();
choices[18][0] = "Shuttle Passengers";
choices[18][1] = "Shuttle Vectors";
choices[18][2] = "Expression Vectors";
choices[18][3] = "All of these";
answers[18] = choices[18][1];


questions[19] = "20. ___________ are constructed by combining certain features of plasmid and the cos sites of the phage lambda";
choices[19] = new Array();
choices[19][0] = "Hybrides";
choices[19][1] = "Cybrids";
choices[19][2] = "Cosmids";
choices[19][3] = "None of these";
answers[19] = choices[19][2];

questions[20] = "21. ____________ are used as vector to clone DNA fragments of more than 1 Mb in size";
choices[20] = new Array();
choices[20][0] = "Yeast Artificial Chromosomes";
choices[20][1] = "Bacterial Artificial Chromosomes";
choices[20][2] = "Plant Chromosomes";
choices[20][3] = "All of these";
answers[20] = choices[20][0];
 
 questions[21] = "22. ___________ vector can accommodate upto 300-350 kb of foreign DNA";
choices[21] = new Array();
choices[21][0] = "YAC";
choices[21][1] = "BAC";
choices[21][2] = "Plant";
choices[21][3] = "Animal";
answers[21] = choices[21][1];

questions[22] = "23. A collection of clones representing the complete genome of an organism is called";
choices[22] = new Array();
choices[22][0] = "Genomic Library";
choices[22][1] = "DNA Library";
choices[22][2] = "Inventory";
choices[22][3] = "None of these";
answers[22] = choices[22][0];

questions[23] = "24. Which method is used to introduce recombinant DNA into host cell ?";
choices[23] = new Array();
choices[23][0] = "Electroporation";
choices[23][1] = "Microinjection";
choices[23][2] = "Biolistics";
choices[23][3] = "All of the above";
answers[23] = choices[23][3];


questions[24] = "25. Who invented Polymerase Chain Reaction ?";
choices[24] = new Array();
choices[24][0] = "Ely Lilly";
choices[24][1] = "Kary Mullis";
choices[24][2] = "Sanger";
choices[24][3] = "All of these";
answers[24] = choices[24][1];

questions[25] = "26. Who developed Dideoxynucleotide Chain termination method ?";
choices[25] = new Array();
choices[25][0] = "Frederick Sanger and Andrew Coulson";
choices[25][1] = "Andrew Coulson and Maxam";
choices[25][2] = "Gilbert";
choices[25][3] = "All of them";
answers[25] = choices[25][0];

questions[26] = "27. Who coined the term genomics ?";
choices[26] = new Array();
choices[26][0] = "Winkler";
choices[26][1] = "Thomas Roderick";
choices[26][2] = "Craig Venter";
choices[26][3] = "All of them";
answers[26] = choices[26][1];


questions[27] = "28. ___________ primarily involves high-throughput DNA sequencing followed by assembly, organization and management of DNA sequence";
choices[27] = new Array();
choices[27][0] = "Structural Genomics";
choices[27][1] = "Functional Genomics";
choices[27][2] = "Contigs";
choices[27][3] = "None of these";
answers[27] = choices[27][0];

questions[28] = "29. ____________ deals with the reconstruction of the genome to determine the biological function of genes and gene interaction";
choices[28] = new Array();
choices[28][0] = "Structural Genomics";
choices[28][1] = "Functional Genomics";
choices[28][2] = "Random Libraries";
choices[28][3] = "Contigs";
answers[28] = choices[28][1];
 
 questions[29] = "30. _________ of genomic DNA are constructed in small and edium seat plasmid vector along with genomic shotgun large unseat BAC library";
choices[29] = new Array();
choices[29][0] = "Random Arrays";
choices[29][1] = "Mirco Arrays";
choices[29][2] = "Random Libraries";
choices[29][3] = "All of these";
answers[29] = choices[29][2];

questions[30] = "31. BLAST means";
choices[30] = new Array();
choices[30][0] = "Basic Local Alignment Search Tool";
choices[30][1] = "Basic Local Array Search Tool";
choices[30][2] = "Basic Linkage Alignment Search Technique";
choices[30][3] = "None of them";
answers[30] = choices[30][0];

 questions[31] = "32. ___________ is a closed culture system, which contains limited amount of nutrients";
choices[31] = new Array();
choices[31][0] = "Fed-Batch Culture";
choices[31][1] = "Continuous Culture";
choices[31][2] = "Batch Culture";
choices[31][3] = "All of these";
answers[31] = choices[31][2];

 questions[32] = "33.If a batch culture is continuously or sequentially fed with fresh medium without remaining the growing culture, it is called";
choices[32] = new Array();
choices[32][0] = "Batch Culture";
choices[32][1] = "Fed-Batch Culture";
choices[32][2] = "Continuous Culture";
choices[32][3] = "Another Culture";
answers[32] = choices[32][1]; 


