This visual execution compares scripted and declarative Jenkins pipelines. The flow starts with pipeline initialization, then splits into scripted pipelines using Groovy code blocks with manual control, and declarative pipelines using structured syntax with predefined sections. The execution table traces steps where each pipeline defines stages and runs a build step. Variables track pipeline state and syntax style changes. Key moments clarify why scripted looks like code and declarative like config, and confirm both can run the same tasks. The quiz tests understanding of when build steps run and which style offers more control. The snapshot summarizes key differences: scripted is flexible and code-like, declarative is simpler and structured.