Introduction to bioinformatics MCQs With Answer

Introduction to bioinformatics MCQs With Answer

Bioinformatics integrates biology, computer science, and information technology to analyze biological data relevant to pharmacy. For B. Pharm students, understanding sequence analysis, genomics, proteomics, drug-target databases, molecular docking, and pharmacogenomics is essential for modern drug discovery and personalized medicine. Key topics include sequence alignment (BLAST, FASTA), structural databases (PDB), cheminformatics resources (PubChem, ChEMBL), scoring matrices (BLOSUM, PAM), and next-generation sequencing data interpretation. This MCQ set emphasizes practical database searches, alignment strategies, algorithm principles, and applications in ADMET prediction and drug design, helping you build analytical skills for pharmacological research. Now let’s test your knowledge with 30 MCQs on this topic.

Q1. What is the primary purpose of the BLAST algorithm in bioinformatics?

  • To assemble whole genomes from short reads
  • To compare a query sequence against a database to find similar sequences
  • To predict 3D protein structures from sequence
  • To simulate molecular dynamics of drug-target complexes

Correct Answer: To compare a query sequence against a database to find similar sequences

Q2. Which database is the standard repository for experimentally determined 3D structures of proteins and nucleic acids?

  • GenBank
  • UniProt
  • Protein Data Bank (PDB)
  • KEGG

Correct Answer: Protein Data Bank (PDB)

Q3. Which file format begins with a ‘>’ character and contains sequence identifier followed by sequence lines?

  • FASTQ
  • FASTA
  • PDB
  • GFF

Correct Answer: FASTA

Q4. In pairwise sequence alignment, which algorithm performs global alignment optimizing over entire sequences?

  • Smith-Waterman algorithm
  • Needleman-Wunsch algorithm
  • BLAST heuristic
  • ClustalW progressive alignment

Correct Answer: Needleman-Wunsch algorithm

Q5. Which scoring matrix is commonly used for protein alignments and is based on observed substitutions in conserved blocks?

  • KdTree
  • BLOSUM
  • PAM
  • HMM

Correct Answer: BLOSUM

Q6. Pharmacogenomics primarily studies which of the following?

  • How diet affects drug absorption
  • How genetic variation affects individual drug response
  • Environmental impacts on drug stability
  • Protein folding during synthesis

Correct Answer: How genetic variation affects individual drug response

Q7. Which resource would you use to find small-molecule bioassay data and chemical structures for drug-like compounds?

  • UniProt
  • PubChem
  • GenBank
  • RefSeq

Correct Answer: PubChem

Q8. In next-generation sequencing (NGS), what is the primary difference between read mapping and de novo assembly?

  • Mapping aligns reads to a reference genome; de novo assembly builds genomes without a reference
  • Mapping requires longer reads; de novo works only with short reads
  • Mapping predicts gene function; de novo estimates expression levels
  • Mapping is used only for RNA; de novo only for DNA

Correct Answer: Mapping aligns reads to a reference genome; de novo assembly builds genomes without a reference

Q9. Which technique uses dynamic programming to find the best local alignment between two sequences?

  • Needleman-Wunsch
  • Smith-Waterman
  • BLAST
  • FASTQ parsing

Correct Answer: Smith-Waterman

Q10. Which bioinformatics tool is designed for multiple sequence alignment of proteins or nucleotides?

  • ClustalW
  • HMMER database
  • PubMed search
  • AutoDock Vina

Correct Answer: ClustalW

Q11. What is an SNP and why is it important in pharmacy?

  • Single nucleotide polymorphism; predicts individual variation in drug response
  • Sequence nucleotide pathway; a metabolic pathway type
  • Structural nucleotide pair; used in protein folding
  • Short nucleotide primer; used in PCR only

Correct Answer: Single nucleotide polymorphism; predicts individual variation in drug response

Q12. Which approach predicts ligand binding poses and affinities to protein targets computationally?

  • Molecular docking
  • Sequence assembly
  • Phylogenetic analysis
  • Microarray normalization

Correct Answer: Molecular docking

Q13. Which database supplies curated protein sequences and functional annotations useful for drug target research?

  • GenBank
  • UniProtKB/Swiss-Prot
  • RefSeq raw reads
  • KEGG PATHWAY

Correct Answer: UniProtKB/Swiss-Prot

Q14. What does the acronym ‘ADMET’ stand for in drug discovery and bioinformatics modeling?

  • Absorption, Distribution, Metabolism, Excretion, Toxicity
  • Analysis, Design, Modeling, Evaluation, Testing
  • Array Data Mapping, Expression, Transformation
  • Active Drug Model Evaluation Tool

Correct Answer: Absorption, Distribution, Metabolism, Excretion, Toxicity

Q15. Which algorithmic strategy underlies BLAST that makes it fast but heuristic?

  • Dynamic programming for optimal global alignment
  • Seed-and-extend using high-scoring words
  • Hidden Markov Models for profile searches
  • Graph traversal for de novo assembly

Correct Answer: Seed-and-extend using high-scoring words

Q16. KEGG is most useful to a pharmacist for exploring which of the following?

  • 3D structures of proteins for docking
  • Metabolic and signaling pathways relevant to drug action
  • Raw sequencing reads
  • Automated laboratory equipment protocols

Correct Answer: Metabolic and signaling pathways relevant to drug action

Q17. Which statistical measure is commonly used to assess the significance of a BLAST hit?

  • E-value
  • PDB score
  • RMSD
  • GC content

Correct Answer: E-value

Q18. HMMER is a tool used to search sequence databases using what type of model?

  • Hidden Markov Models (profiles)
  • Support Vector Machines
  • Neural networks for structure prediction
  • Bayesian networks for pathway modeling

Correct Answer: Hidden Markov Models (profiles)

Q19. In proteomics, mass spectrometry data analysis typically involves which bioinformatics step?

  • Sequence alignment with BLAST only
  • Peptide mass fingerprinting and database searching for peptide identification
  • De novo genome assembly
  • Phylogenetic tree construction

Correct Answer: Peptide mass fingerprinting and database searching for peptide identification

Q20. Which of the following describes a primary use of the PDB ligand information in drug design?

  • To identify nucleotide variants associated with disease
  • To analyze small-molecule binding modes and key interactions in crystal structures
  • To obtain raw RNA-Seq read counts
  • To store expression microarray probe sequences

Correct Answer: To analyze small-molecule binding modes and key interactions in crystal structures

Q21. Which parameter is important in sequence alignment gap penalties for pharmacogenomic gene comparisons?

  • Using zero penalties for all gaps
  • Choosing appropriate gap opening and gap extension penalties to reflect indel likelihood
  • Only using substitution matrices and ignoring gaps
  • Maximizing gaps to increase alignment length

Correct Answer: Choosing appropriate gap opening and gap extension penalties to reflect indel likelihood

Q22. Which resource integrates genomic, chemical, and pathway information useful for drug-target network analysis?

  • RefSeq
  • KEGG
  • FASTQ
  • FASTA

Correct Answer: KEGG

Q23. What is the role of sequence annotation in a genomic database for pharmaceutical research?

  • To store raw sequencing instrument logs
  • To provide functional information about genes, transcripts, protein domains, and regulatory elements
  • To display 3D visualizations only
  • To remove low-quality reads

Correct Answer: To provide functional information about genes, transcripts, protein domains, and regulatory elements

Q24. Which of the following best explains why BLOSUM62 is often preferred over PAM250 for many protein alignments?

  • BLOSUM62 is built from local conserved blocks at a medium identity level and performs well for typical homology detection
  • PAM250 has no biological basis
  • BLOSUM62 is only for nucleotide alignment making it faster
  • PAM250 cannot be used for proteins

Correct Answer: BLOSUM62 is built from local conserved blocks at a medium identity level and performs well for typical homology detection

Q25. In cheminformatics, which descriptor type quantifies molecular properties like logP, molecular weight, and hydrogen bond donors?

  • Sequence motifs
  • Physicochemical descriptors
  • Phylogenetic distances
  • Read quality scores

Correct Answer: Physicochemical descriptors

Q26. Which method helps predict off-target interactions of a drug by comparing chemical similarity across large databases?

  • Pairwise sequence alignment
  • Chemoinformatics similarity searching using fingerprints
  • RNA-Seq differential expression
  • Phylogenetic tree inference

Correct Answer: Chemoinformatics similarity searching using fingerprints

Q27. What is the primary benefit of using multiple sequence alignment in drug target conservation studies?

  • To compute raw read depth across a genome
  • To identify conserved residues and domains critical for drug binding across homologs
  • To speed up molecular docking runs
  • To convert protein structures to nucleotide sequences

Correct Answer: To identify conserved residues and domains critical for drug binding across homologs

Q28. Which workflow component is essential when analyzing RNA-Seq data for differential expression related to drug response?

  • Quality control, read mapping, normalization, and statistical testing
  • Only running BLAST for each read
  • Converting protein structures to SMILES
  • Using PDB to identify SNPs

Correct Answer: Quality control, read mapping, normalization, and statistical testing

Q29. Which of the following best describes a profile hidden Markov model (HMM) use in bioinformatics?

  • Modeling 3D protein folding pathways
  • Capturing position-specific conservation and insertions/deletions in protein families for sensitive database searches
  • Calculating ADMET properties directly from sequence
  • Simulating population genetics over generations

Correct Answer: Capturing position-specific conservation and insertions/deletions in protein families for sensitive database searches

Q30. When evaluating a docking result for a potential drug candidate, which combined analyses increase confidence in a predicted pose?

  • Only the highest docking score without visualization
  • Docking score, visual inspection of interactions, and comparison with known ligand binding modes and experimental data
  • Using sequence alignment tools on the ligand
  • Only comparing molecular weights of ligand and target

Correct Answer: Docking score, visual inspection of interactions, and comparison with known ligand binding modes and experimental data

Author

  • G S Sachin
    : Author

    G S Sachin is a Registered Pharmacist under the Pharmacy Act, 1948, and the founder of PharmacyFreak.com. He holds a Bachelor of Pharmacy degree from Rungta College of Pharmaceutical Science and Research and creates clear, accurate educational content on pharmacology, drug mechanisms of action, pharmacist learning, and GPAT exam preparation.

    Mail- Sachin@pharmacyfreak.com

Leave a Comment

PRO
Ad-Free Access
$3.99 / month
  • No Interruptions
  • Faster Page Loads
  • Support Content Creators