This visual execution trace shows how token metadata URIs are constructed in blockchain tokens. Starting from token creation, each token gets an ID. The tokenURI function concatenates a base URI string with the token ID and '.json' to form the full metadata URI. This URI points to a JSON file containing the token's metadata. The execution table traces this concatenation for token IDs 1, 42, and 100, showing the computed URIs. The variable tracker records how tokenId, baseURI, and the computed URI change step by step. Key moments clarify why '.json' is added and what happens if a token ID does not exist. The visual quiz tests understanding of URI formation and execution stopping points. The concept snapshot summarizes the key points for quick review.