Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

01 Concept

❯

Core Idea

Core Idea

Feb 10, 20261 min read

  • programming-paradigms
  • imperative
  • core

Core Idea

← Back to Imperative Programming

Sequences of statements that change program state. The imperative paradigm is the most direct model of computation, where programs explicitly describe step-by-step instructions for the computer to follow.

Key Properties

  • Statements and State Change
  • Sequential Execution

programming-paradigms imperative core


Graph View

  • Core Idea
  • Key Properties

Backlinks

  • Imperative Programming
  • Sequential Execution
  • Statements and State Change

Created with Quartz v4.5.2 © 2026

  • GitHub