Msc. Bioinformatics Model Question Paper Bi 211 Biomathematics & Statistics
Msc. Bioinformatics Model Question Paper Bi 211 Biomathematics & Statistics
BIOINFORMATICS
MODEL QUESTION PAPER
BI 211 BIOMATHEMATICS & STATISTICS
Time: 3 Hrs. Max. Marks: 75
Section A
Answer any ten questions. Each carries two marks
1. If U = {1,2,3,…9}, A= {1,2,3,4,5} and E={2,4,6,8}, Find (A\E)c
2. If U={1,2,3…9}, A={1,2,5,6}, B={2,5,7}, Verify De-Morgan’s laws.
3. Let R and S be the following relations on A={1,2,3}
R= { (1,1),(1,2),(2,3),(3,1),(3,3)}
(b). R0S
Section B
Answer any five questions. Each carries seven marks
Frequency 5 7 19 18 16 10 5
(5 x 7=35)
Section C
Answer any two questions. Each carries ten Marks
--------------------
-------------------
7 is a prime number
21. (i). Prove that the sum of degrees of the vertices of a graph G is equal to twice the number of
edges in G.
(ii). Prove that the sum of degrees of the regions of a map is equal to twice the number of edges.
Series Y: 4 5 6 12 9 5 4
(2 x 10 =20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI212 INTRODUCTION TO BIOINFORMATICS AND DATABASES
Time: 3 Hrs. Max. Marks: 75
Section A
Genome
Transcription
Proteomics
Metabolic reactions
Activation
Metabolism
Section C
22. It is noted that major sequence alignments differ in approach computational complexity and
accuracy. Do you agree with this? Explain with suitable examples.
23. Let S1= AATTCGCGTA & S2 = TATCGCTACA
(a) Build the complete dynamic programming table for these strings
(b) What is the edit distance between S1 & S2
(c) List all optimal global alignment between S1 & S2.
(2x10=10)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 213 BIODIVERSITY, ECOLOGY AND EVOLUTION
Section B
Answer any five questions. Each carries seven marks
13. What are conserved sequences? How it is evolutionarily significant?
14. How ATP is evolved in the evolutionary time? Which is the source used at that time for the
evolution of complex molecules?
15. Earth summit. A Global strategy. Comment on it?
16. How nature balances in intra specific and interspecific competition?
17. Describe the significance of Lotka & Voltera hypothesis in the population Dynamics?
18. What are protected areas? What is its importance in ecosystem conservation?
19. Describe about Hardy Weinberg equilibrium.
20. Briefly explain population growth curve.
(5 x 7=35)
Section C
Answer any two questions. Each carries ten marks
21. What is the importance of biodiversity conservation in present and future? Explain briefly?
22. Describe energy flow? Geographical efficiency of ecosystem?
23. What is molecular evolution and explain the evolution of DNA & RNA, Amino acids, Codon,
Protein?
(2 x 10 =20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 214 INTRODUCTION TO INFORMATION TECHNOLOGY AND C PROGRAMMING
Time: 3 Hrs. Max. Marks: 75
Section A
Answer any ten questions. Each carries two marks
1. Explain multi-tasking.
2. What are point and draw device?
3. What is machine language? Why is it required?
4. What is an interpreter? How does it differ from a compiler?
5. Explain posting.
6. Hardware is normally one time expense, whereas software is a continuing expense. Elaborate?
7. What is the purpose of ASCII?
8. How many times will the following program print “good”. Give reasons
#include<stdio.h>
main()
printf (“good”);
main();
main()
int a[10];
main()
int x;
x=~!printf;
printf(“%d”, x);
j=&i;
k=*j;
*j=4;
12. Write the differences between entry controlled loops and exit controlled loops.
(10 x2=20)
Section B
Answer any five questions. Each carries seven marks
13. Write a program to read a number. If the number is odd multiply by 3 and add 1. If the number is
even divide by 2. Continually apply the above operations to the intermediate results until the
number reaches one.
14. Write a C functions to copy the contents of one file to other and to count the number of words in
a file.
15. Name any four popular operating systems. Describe its main features.
16. Differentiate between the ways data are organized on a magnetic disk and an optical disk. Which
data organization leads to faster random access time and why?
17. A programmer eliminates all language processor errors from his/her program, and then runs it
to get printed results. The programmer therefore, concludes that the program is complete.
Comment.
18. What are the limitations of an image scanner when it is used for inputting text documents? How
does an OCR device overcome these limitations?
Section C
Answer any two questions. Each carries ten marks
20. Name any four popular operating systems. Describe its main features.
21. A programmer eliminates all language processor errors from his/her program, and then runs it
to get printed results. The programmer therefore, concludes that the program is complete.
Comment.
22. Write a program to evaluate the following investment equation V=P (1+r)n. And print the tables
which would give the value of V for various combination of the following values of P, R and N.
P: 1000, 2000, 3000, ……… 10,000
N: 1,2,3,……10
P is the principal amount and V is the value of money at the end of n years. This equation can be
recursively written as
V=P(1+r)
P=V
That is, the value of money at the end of first year becomes the principal amount for the next year
and so on.
(2 x 10 =20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 221 INTRODUCTION TO MOLECULAR BIOLOGY, CELL BIOLOGY & GENOMICS
Section A
Answer any ten questions. Each carries two marks
1. What are motor proteins? Briefly discuss about the 3 types of motor proteins.
2. Briefly explain the role of MPF in cell cycle.
3. Explain the role of mobile genetic elements in evolution.
4. Explain the role of origin recognition complex in replication.
5. What are liposomes? Discuss the applications of liposomes in medicine and pharmacology.
6. What is Base calling? Name a software used for base calling.
7. State Chargaff’s rule.
8. Write a short note on ESTs and their uses. Name a EST database.
9. How similarity & identity is inferred from Blast results?
10. Discuss the steps that have to be followed, to retrieve the fasta sequence of c- Myc gene from NCBI.
11. How do you interpret your BLAST result by using e-value and bit score?
12. Discuss ‘Maximum Parsimony method’.
(10 x 2=20)
Section B
13. Compare the structure of fully assembled microtubule, actin filament and intermediate element.
14. Explain the role of protein kinase I in cell division.
15. Explain RNA editing.
16. Discuss two major elements of the integral and peripheral proteins of the erythrocyte membrane.
17. What are the basic concepts of Phylogenetics? How will you determine the evolutionary distance
from a tree?
18. To build a phylogenetic tree for a set of related sequences, what are the basic steps to be carried
out? Explain with a suitable example.
19. Discuss the Clone contig approach of genome annotation.
20. Briefly explain UPGMA method for tree construction with Example.
(5 x 7 =35)
Section C
Answer any two questions. Each carry ten marks
21. Explain mechanism of splicing.
22. Discuss the role of G protein coupling receptors I in cell signaling?
23. How do you analyze the gene prediction results from Genscan, Genmark, Frame D and EST search?
(2 x 10 =20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 222 INTRODUCTION TO WEB PROGRAMMING
Section A
Answer any ten questions. Each carries two marks
1. Define Internet.
3. Define CSS.
(10 x 2 =20)
Section B
Answer any five questions. Each carries seven marks
(5 x 7 = 35)
Section C
Answer any two questions. Each carries ten marks.
13. Write in detail about the client & server side programming Languages.
14. Define JDBC API and explain JDBC drivers in detail.
15. Illustrate servlet life cycle and its methods in detail.
(2 x 10 = 20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 223 GENETICS & GENETIC ENGINEERING
Section B
Answer any five questions. Each carries seven marks
20. Explain non-allelic gene interaction. Justify your answer with the concept complimentary gene
interaction.
21. All the Mendelian principles are universally applicable- do you agree with it? If not explain the
reasons for it?
22. Write down the different gene transfer methods both physical and chemical?
(2 x 10 =20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI224 PROTEOMICS & COMPUTER AIDED DRUG DESIGN
Section A
Answer any ten questions. Each carries two marks
15. What is virtual screening? How does it differ from high throughput screening?
17. What are the major interatomic forces that determine protein structure?
19. Explain the Chou-Fasman method for protein secondary structure prediction.
20. Describe the term ADMET in the context of drug discovery process.
21. Discuss the major components of molecular mechanics.
(5 x 7 =35)
Section C
Answer any two questions. Each carries ten marks
23. What is the rationale behind homology modeling? Discuss the various steps involved in the
same.
24. Discuss the X-ray crystallographic technique with the help of an appropriate diagram.
25. Discuss any two widely used search algorithms in molecular docking.
(2x10=20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 231 ADVANCED BIOINFORMATICS
Section A
Answer any ten questions. Each carries two marks
Section B
Answer any five questions. Each carries seven marks
13. What are scoring matrices? Write short note on PAM and BLOSUM scoring matrices.
14. Briefly explain the differences between PSI-BLAST and PHI-BLAST.
15. Discuss the possible applications of Markov models in biological problems.
16. As a Bioinformatician what would be your primary analytical strategies if you are provided with
a raw sequence and structure data?
17. Discuss the difference between local and global alignment with suitable examples.
18. Discuss progressive alignment method employed in multiple sequence alignment problems.
19. How can Hidden markov model framework be applied for gene prediction problem?
(5 x 7= 35)
Section C
Answer any two questions. Each carries ten marks
20. Let S1 = AATTCGCGTA and
S2 = TATCGCTACA
Obtain the optimal global alignment using dynamic programming method. Use any Scoring
scheme of your choice.
21. With a suitable example demonstrate Needleman-Wunch algorithm.
22. Explain how a simple prediction strategy can be developed using a first order Markov Chain
model for discriminating a biologically important functional site.
(2 x 10 = 20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 232 BIOENERGETICS, BIOCHEMISTRY & APPLIED CHEMISTRY
12. What are marker enzymes? Explain the diagnostic importance of amino transferases.
13. Explain the principle and working of pulse field gel electrophoresis.
14. ATP has evolved as the central molecule in energy metabolism. Can 1,3-triphosphoglycerate
serve the same function? Explain.
15. Discuss the secondary and tertiary structures of proteins with appropriate diagrams.
16. Describe the importance of different photo systems in light reactions.
17. Explain: - (a) Molarity, (b) Molality, (c) Normality.
18. Briefly explain electrophoresis and its application.
(5 x 7 =35)
Section C
Answer any two questions. Each carries ten marks
18. Calculate equilibrium constants for the following reactions at pH =7.0 &
T=250C
(a) Glucose – 6-phosphate + H2O glucose + phosphate
G0 = -3.3 Kcal/mol
(2 x10=20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 233 MICROBIOLOGY, IMMUNOLOGY AND ENZYMOLOGY
13. What are lymphoid organs? Explain role of Spleen in innate immunity?
14. Properties of antigen antibody reaction; Explain agglutination reaction?
15. Describe the methods for purification of enzymes?
16. Explain multi enzyme complex?
17. What is differential staining exemplified with Gram staining?
18. What are the different types of fermentation?
19. Compare and contrast active and passive immunity
(5 x 7=35)
Section C
Answer any two questions. Each carries ten marks
(2 x10=20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 234 PERL PROGRAMMING FOR BIOINFORMATICS
Time: 3 Hrs. Max. Marks: 75
Section A
Answer any ten questions. Each carries two marks
1. List any two data types in perl with suitable examples.
2. What would be the output for the following perl snippet:
a. @a=(‘ATG’,’TGC’,’GCA’,’CAT’,’CCG’);
b. print “\n@a”; print @a[2];
3. Write down the output of the following perl script:
a. $str = "Perl Programming";
b. $var = substr($str, 0, -3); print $var;
4. What would be the output of the following perl code:
a. $str = "Bioinformatics"; $var = substr($str, 2, -3); print $var;
5. Write a perl program which allows the user to enter a string and to test whether it is a RNA or
not.
6. Write down the output for the given perl script:
a. $x = "cgtagtgtcgt"; $x =~ s/t/u/;
b. print $x;
7. Write down a perl script to validate a DNA sequence.
8. What is the difference between hash and array? Demonstrate with a suitable example.
9. Write a perl program to read a DNA sequence and print it in reverse order.
10. Write a Bioperl program to read a protein sequence form a file.
11. Write one example each for string splitting and string joining using perl.
12. Write a perl script to count the number of occurrence of the nucleotide Adenine in a given DNA
sequence. (10 x 2 =20)
Section B
Answer any five questions. Each carries seven marks
13. Write a perl script to find the most occurring amino acid in a protein sequence.
14. Discuss the application of regular expressions in perl and list five regular expression modifiers
and describe the effect each has on a pattern match.
15. Discuss the application of perl-CGI in bioinformatics. Explain GET method with a suitable
example.
16. Write a bio-perl program to find the complement and reverse complement of the sequence
“TTGCTCGT”.
17. Write a perl program to find the dinucleotide composition of a given DNA sequence.
18. Write a perl script to sort given 5 numbers in both ascending and descending orders.
19. Write a subroutine to find whether the string given by the user is a palindrome or not using a
perl script.
20. Write a perl program which creates a hash table containing country names as keys and their
capitals as values and perform the following:
i) Print all pair of values (country name and capital)
(5 x 7 = 35)
Section C
Answer any two questions. Each carries 10 marks
21. Write a perl program to detect the ORFs in the +1 reading frame of a given genomic sequence
and display the total numner of ORFs detected.
22. Write a perl script to open a fasta file which contains a single nucleotide sequence. Read the
sequences from the file and append a new sequence to the file.
(2 x 10=20)
MSc. BIOINFORMATICS
MODEL QUESTION PAPER
BI 241 RESEARCH METHODOLOGY
1. “A researcher begins with an observation and a natural Question”- Give your comments?
2. Give two examples each of Fact and opinion.
3. During your research, your experiments help to form a new hypothesis. You search in the web
with appropriate keywords and find that similar results were obtained by another researcher.
How will you react to such a situation?
4. Compare invention with innovation.
5. List 4 good critical thinking traits.
6. What is an open access publication?
7. What is SWOT analysis?
8. List two examples of pure and applied Research.
9. What is meant by impact factor?
10. Give examples for dependent and independent variables in a given experiment.
11. Differentiate the abstract of a research paper from Introduction.
12. Give examples of two copy rightable IPs and 2 patentable IPs.
13. What is plagiarism?
(10 x 2=20)
Section B
Answer any five questions. Each carries seven marks
14. Oxfordshire, Uk is looking for a Bioinformatician and the job profile is as follows:
”A dynamic cancer therapeutics company located in Oxford is currently looking for a
Bioinformatician to join their expanding team. Using their exclusive human protein database
which includes extensive proteomic and genomic data, they are poised to develop their novel
targets within the diagnostic/ therapeutic cancer market. They are currently collaborating with
several global pioneers in antibody development so that it is an excellent time to be joining this
exciting and innovative company. You will be responsible for data mining and summarizing a
variety of mass spec data as well as protein sequence analysis. Using both in house and public
databases, you will be mining data from an array of proteomic experimental data.” Prepare a
letter to them to apply for the job. Justify your suitability (You may make any assumption.)
15. Discuss techniques for sharp research on internet.
16. What is crux of the patent amendment of 2005 in India?
17. Discuss open access publishing in science.
18. Explain the design of a scientific experiment with a suitable example, bringing out its salient
features.
19. Explain how a multimedia presentation can be prepared for a PhD open defense.
20. Explain the patenting process with the help of a suitable example.
21. Explain publication process of a scientific paper.
(5x7 =35)
Section C
Answer any two questions. Each carries ten marks