This visual execution shows how DynamoDB capacity modes work. You start by creating a table in on-demand mode, which automatically scales and charges per request. Then you update the table to provisioned mode, setting fixed read and write capacity units. Traffic is handled within these limits, and if exceeded, throttling occurs. You can adjust capacity units to handle more traffic. Switching back to on-demand removes capacity limits and throttling, charging per request again. The execution table tracks each step, showing capacity mode, units, billing, and results. Variable tracker shows how capacity mode and units change over time. Key moments clarify common confusions about capacity units in on-demand mode, throttling in provisioned mode, and billing differences. The quiz tests understanding of these execution steps. This helps beginners see how capacity modes affect DynamoDB behavior and cost.