About 2,630,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 …

  2. What is Imperative Programming? - GeeksforGeeks

    Jul 23, 2025 · Programming languages which majorly able to implement imperative programming are Java, C, C++, C#, Ruby, Matlab, Python and R. It is important to note that any …

  3. 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 …

  4. 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 …

  5. Understanding the Imperative Programming Paradigm in …

    Feb 13, 2025 · This paradigm is the backbone of many modern programming languages and is essential for understanding how computers execute instructions step by step. In this article, we …

  6. Declarative vs imperative programming: 5 key differences

    May 29, 2024 · Imperative programming is the oldest and most basic programming approach. Within the imperative paradigm, code describes a step-by-step process for a program’s …

  7. Imperative Programming: Definition, Advantages, and Key …

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

  8. CS442/CS642: CS442 Module 7: Imperative Programming

    In English, “imperative” is a synonym of “command”—it comes from the same root as “emperor”—and that’s the core of its meaning in programming languages as well. An …

  9. 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 …

  10. What Is Imperative Programming? | phoenixNAP IT Glossary

    Jul 26, 2024 · Imperative programming is a programming paradigm that emphasizes the explicit description of the steps a computer must take to achieve a desired result.