From 038bae48a50a7e78f60c69bb8f30c22b5e8177c8 Mon Sep 17 00:00:00 2001 From: Derick Date: Wed, 18 Mar 2026 00:33:02 -0700 Subject: [PATCH] Add video answer for trace-machine-code-execution exam question Added student video explanation for tracing assembly code execution (LOAD, ADD, STO, JMP infinite loop program). --- .../questions/programs/trace-machine-code-execution.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/public/textbook/content/overviews/01-one-computer/questions/programs/trace-machine-code-execution.yml b/frontend/public/textbook/content/overviews/01-one-computer/questions/programs/trace-machine-code-execution.yml index 19d8913..78d4adf 100644 --- a/frontend/public/textbook/content/overviews/01-one-computer/questions/programs/trace-machine-code-execution.yml +++ b/frontend/public/textbook/content/overviews/01-one-computer/questions/programs/trace-machine-code-execution.yml @@ -37,3 +37,4 @@ learning_objectives: - "Connect machine instructions to hardware behavior" example_videos: - "https://www.youtube.com/watch?v=DIOSlmh3Iw8" + - "https://youtu.be/0zJbZ7Qgj4g"