uiz Space

January 2023 term · Algorithmic Thinking in Bioinformatics · BSBT4001

Algorithmic Thinking in Bioinformatics Quiz 1: 26 February 2023, Set QPE4 (January 2023 term)

The IIT Madras BS Algorithmic Thinking in Bioinformatics (Algorithmic Thinking in Bioinformatics) Quiz 1 paper sat on 26 Feb 2023, in the January 2023 term, set QPE4: 6 questions for 19 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
6
Marks
19
Duration
120 min
MCQ
5
Numerical
1

Updated

Official paper: IIT M DEGREE AN4 EXAM QPE4 26 Feb 2023 · No negative marking.

Question 1

+3 marksOne correct option

Suppose you fly to an alien world and are surprised to find that life there follows the same central dogma. The difference is that the alien life has 2 distinct nucleotides that make up DNA sequences and a whopping 600 distinct amino acids that make up protein sequences.
What is the minimum length of each codon in this alien species?

  1. A

    7

  2. B

    8

  3. C

    9

  4. D

    10

Show answer

Correct answer

  • D

    10

Question 2

+3 marksOne correct option

What is the probability that a 4-length path between two nodes in a graph is colorful (i.e., all the vertices in the path get a unique color), when each node in the graph is assigned one of 4 colors uniformly and independently at random?
(Note: Path length is measured as number of nodes in a path.)

  1. A

    1.0

  2. B

    0.049

  3. C

    0.93

  4. D

    0.094

Show answer

Correct answer

  • D

    0.094

Question 3

+3 marksOne correct option

According to the central dogma of molecular biology, what is the direction of information flow within a cell?

  1. A

    DNA → Protein → RNA

  2. B

    Protein → RNA → DNA

  3. C

    RNA → Protein → DNA

  4. D

    DNA → RNA → Protein

Show answer

Correct answer

  • D

    DNA → RNA → Protein

Question 4

+3 marksOne correct option

In the color-coding algorithm where each of the n nodes in the input graph is assigned one of k colors, the total number of DP table entries (i.e., DP states denoted W(v,X)) is:

  1. A

    2k

  2. B

    nk

  3. C

    n2k

  4. D

    nnk

Show answer

Correct answer

  • C

    n2k

Question 5

+3 marksNumerical answer
Show answer

Correct answer: 0.975 (accepted within ±0.025)

Question 6

+4 marksOne correct option

Based on the above data, answer the given subquestions.

What is the number of nodes in the De Bruijn graph?

  1. A

    7

  2. B

    8

  3. C

    9

  4. D

    10

Show answer

Correct answer

  • A

    7