Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

00 Category

❯

Imperative Programming

Imperative Programming

Feb 10, 20261 min read

  • programming-paradigms
  • imperative

Imperative Programming

Back: Programming Paradigms

Programs are composed of sequences of statements that change program state. The programmer specifies exactly how to perform computation step by step, making it the most direct mapping to how CPUs actually execute instructions.

Concepts

  • Core Idea
  • Procedural
  • Structured Programming
  • Key Concepts

programming-paradigms imperative


Graph View

  • Imperative Programming
  • Concepts

Backlinks

  • Core Idea
  • Key Concepts
  • Procedural
  • Structured Programming
  • Programming Paradigms

Created with Quartz v4.5.2 © 2026

  • GitHub