About 6,920,000 results
Open links in new tab
  1. Imperative programming - Wikipedia

    In computer science, imperative programming is a programming paradigm of software that uses statements that change a process' state. In much the same way that the imperative mood in natural …

  2. What is Imperative Programming? (Definition, Example) | Built In

    Jun 25, 2025 · Summary: Imperative programming is a paradigm where programs are written as ordered commands that manipulate data through loops, conditionals and assignments. It offers fine control …

  3. What Is Imperative Programming? - Computer Hope

    Sep 15, 2024 · Imperative programming is a paradigm of computer programming where the program describes steps that change the state of the computer. Unlike declarative programming, which …

  4. Imperative Programming: Definition, Advantages, and Key Differences

    Apr 25, 2025 · Learn what imperative programming is, its advantages, differences, and key examples. Clear explanations, comparisons, and practical tips.

  5. What is Imperative Programming? - GeeksforGeeks

    Jul 23, 2025 · Programming paradigm which is based on steps or series of statements and provides variation in the state of the program at each step is called imperative programming.

  6. What is imperative programming? | Definition from TechTarget

    Jul 31, 2025 · Imperative programming is a software development paradigm where every step is implicitly coded to solve a problem. In imperative programming, every operation is coded and the …

  7. Mastering Imperative Programming - numberanalytics.com

    Jun 14, 2025 · Imperative programming is a programming paradigm that focuses on describing how to perform tasks using statements that modify variables. This paradigm is one of the most widely used …

  8. Understanding the Imperative Programming Paradigm in Software ...

    Feb 13, 2025 · Imperative programming is a programming paradigm that focuses on describing how a program operates through a sequence of commands or statements that change the program’s state.

  9. Computer Programming/Imperative programming - Wikibooks, …

    Jul 10, 2017 · In computer science, imperative programming, as opposed to declarative programming, is a programming paradigm that describes computation in terms of a program state and statements that …

  10. What Is Imperative Programming? | phoenixNAP IT Glossary

    Jul 26, 2024 · Imperative programming is a programming paradigm that focuses on describing how a program operates through explicit statements that change a program's state. This approach relies on …