Quiz Space

Algorithmic Thinking in Bioinformatics · Quiz 1 · 13 Jul 2025 · May 2025 term

Question 12: For each match between two symbols: +1 point\ For each m…

Question 12

+4 marksOne correct option

Consider the alignment graph based DP table below to find the best global alignment between two strings (represented along the rows and the columns). The DP table has (n + 1) x (m + 1) entries i.e., DP [0, 0] to DP [n,m], where n is length of first string and m is length of second string. DP [i, j] is the score of best global alignment between the length-i prefix of the first string and length-j prefix of the second string.
Fill the DP table given below and answer the given subquestions accordingly. Scoring is done as follows:

• For each match between two symbols: +1 point
• For each mismatch between two symbols: 0 point
• For each removal of symbol from any one sequence: 0 point

In the global alignment, what happens to the last character of the first string? Assume the first string (top string in the alignment) is along the rows i.e., GACAT.

  1. A

    The last character is matched to the corresponding character in the second string.

  2. B

    The last character is involved in a mismatch operation.

  3. C

    The last character is inserted.

  4. D

    The last character is deleted.

Show answer

Correct answer

  • D

    The last character is deleted.

Question 12 of 15 in the IIT Madras BS Algorithmic Thinking in Bioinformatics (Algorithmic Thinking in Bioinformatics) Quiz 1 paper sat on 13 Jul 2025, in the May 2025 term (IIT M DEGREE AN EXAM QDB2 13 July 2025). It carries 4 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Assume we are using a logistic regression model to estimate the probability of a protein pair (u, v) to truly interact …
  3. Q3Figure question
  4. Q4Figure question
  5. Q5You are given a multiset of k-mers A based on a sequencing experiment and you want to reconstruct a genome sequence S w…
  6. Q6Suppose a gene g (of length k) does not have any exons. How many different types of protein can be produced from g?
  7. Q7Suppose this alien life has 600 distinct amino acids that make up protein sequences. What is your best guess on the len…
  8. Q8Suppose this planet cannot block out harmful radiation from space, making this alien life prone to acquiring a very hig…
  9. Q9How many nodes are there in the graph?
  10. Q10How many edges are there in the graph?
  11. Q11For each match between two symbols: +1 point\ For each mismatch between two symbols: 0 point\ For each removal of symbo…
  12. Q13| | A | C | D | E | F | G | H | I | K | L | M | N | P | Q | R | S | T | V | W | Y | |---|---|---|---|---|---|---|---|--…
  13. Q14| | A | C | D | E | F | G | H | I | K | L | M | N | P | Q | R | S | T | V | W | Y | |---|---|---|---|---|---|---|---|--…
  14. Q15| | A | C | D | E | F | G | H | I | K | L | M | N | P | Q | R | S | T | V | W | Y | |---|---|---|---|---|---|---|---|--…