Skip to main content

Path 01 · Fundamentals

Build the foundation before stacking tools.

Seven rooms, simple models, practical work and proof of understanding. Your progress stays on this device.

0%0 / 7 rooms

Room 01 · 18 min

From code to machine

Follow a program from human-readable text to its execution.

Active mission
01Understand

The mental model

A language is a translation layer. Code can be compiled before launch, interpreted by an environment or optimized while it runs.

02Practice

Field challenge

Choose two languages you know and describe the transformations between their source code and the processor.

03Verify

Which statement is the most accurate?

Proof of masteryI can name the source code, transformation tool and execution environment.