Quiz Space

Algorithmic Thinking in Bioinformatics · Quiz 2 · 4 Aug 2024 · May 2024 term

Question 4: You enter an alien world as a renowned computational biol…

Question 4

+4 marksOne or more correct options

You enter an alien world as a renowned computational biologist. The table below is presented to you as part of a preliminary study done by a group of scientists to study the local fauna around the base camp. They have analyzed the DNA and figured out that there are only two bases “+” and “0”. The table below represents the DNA sequence in 6 positions for the different species found.

The DNA sequence ("+" and "0")

species123456
A0++00+
B+0000+
C0++0++
D000000
E0++0++

Based on the above data, answer the given subquestions.

The scientists have tried to construct the distance matrix as follows:

ABCDE
A03141
B0423
C041
D04
E0

Your task is to verify if the distance matrix is correct, and if there are wrong values in the matrix, then substitute with the correct values. Which among the following represent the corrections you have to make? Here d[x,y]d[x, y] represents the hamming distance between the xx and yy species.

Select all that apply.

  1. A
  2. B
  3. C
  4. D
  5. E
Show answer

Correct answers

  • A
  • C
  • D

Question 4 of 15 in the IIT Madras BS Algorithmic Thinking in Bioinformatics (Algorithmic Thinking in Bioinformatics) Quiz 2 paper sat on 4 Aug 2024, in the May 2024 term (IIT M DEGREE AN EXAM QDB2 4 Aug 2024). It carries 4 marks.

More questions from this paper

  1. Q1Fill the given blanks to complete the Neighbor-Joining algorithm.
  2. Q2Figure question
  3. Q3Figure question
  4. Q5You enter an alien world as a renowned computational biologist. The table below is presented to you as part of a prelim…
  5. Q6You enter an alien world as a renowned computational biologist. The table below is presented to you as part of a prelim…
  6. Q7You are asked to construct the suffix tree of an alien DNA sequence. If the alien DNA is composed of 6 different types …
  7. Q8If a genome sequence Text of length 100 takes 400 Bytes of memory space, then how many Bytes of memory space is require…
  8. Q9You join a job that involves working on sample reads for disease X. The figure given below represents the suffix trie o…
  9. Q10You join a job that involves working on sample reads for disease X. The figure given below represents the suffix trie o…
  10. Q11Based on the above data, answer the given subquestions.
  11. Q12Find the consensus of the motifs?
  12. Q13Use the profile matrix to determine which of the following k-mers have the highest probability?
  13. Q14Consider the following hard K-means clustering problem with five points: A (1, 2), B (2, 3), C (6, 7), D (8, 8), and E …
  14. Q15Which of the following is/are True?