Difficulty: Easy
Correct Answer: Two
Explanation:
Introduction / Context:Decoding an mRNA requires grouping nucleotides into codons and applying the standard genetic code, including recognition of stop codons that terminate translation.
Given Data / Assumptions:
Concept / Approach:Translate codons left to right: GAU, GGU, UGA, UGU. GAU codes Aspartate; GGU codes Glycine; UGA is a stop signal; translation halts upon encountering UGA, so codons after the stop are not translated.
Step-by-Step Solution:
Group into codons: GAU | GGU | UGA | UGU.Apply code: GAU → Asp; GGU → Gly.Encounter UGA → stop; terminate translation.Count amino acids produced before stop: 2 (Asp, Gly).Verification / Alternative check:Check a codon table: UGA is one of the three termination codons (UAA, UAG, UGA). No further elongation occurs after a stop in a single continuous ORF.
Why Other Options Are Wrong:
Common Pitfalls:Reading out of frame, forgetting that translation stops at the first in-frame stop, or assuming reinitiation within the same short stretch.
Final Answer:Two
Discussion & Comments