Word Explorer

Procedural programming

💡 Words with a Similar Meaning to "Procedural programming"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
functional programmingnoun(programming) Programming in a style that, in lieu of assignment, uses procedure calls to bind variables to values, so that referential transparency is preserved.
imperative programmingnoun(programming) a programming paradigm that describes the computation in statements
declarative programmingnoun(programming) a programming paradigm that expresses the logic of a computation instead of its control flow
event-driven programmingnoun(programming, paradigm) A programming paradigm where the flow of the program is determined by events.
subroutinenoun(computer science) A section of code, called by the main body of a program, that implements a task.
object-oriented programmingnoun(programming) A programming paradigm that uses hierarchies of objects, instantiated from templates called classes, to design applications and computer programs.
structured programmingnoun(computing) A style of programming that relies on blocks of code, subroutines and the absence of simple tests and jumps
computer programmingnoun(programming) The process of designing, writing, testing, debugging, and maintaining the source code of computer programs.
bcplnoun(programming) Initialism of Basic Combined Programming Language: a programming language of the 1960s intended for writing compilers and on which the later language C was based.
procedural design
object-based programmingnoun(programming) A programming paradigm that encapsulates states and operations inside "objects" to design applications and computer programs.
gene expression programmingIn computer programming, gene expression programming is an evolutionary algorithm that creates computer programs or models.
metaprogrammingnoun(programming) The writing of computer programs that write or manipulate other programs or themselves as their data, or that perform operations at runtime that would typically be done at compile time.
computer programnounA complete piece of software.
stack-oriented programminga programming paradigm that relies on a stack (or multiple stacks) to manipulate data and/or pass parameters.
prototype-based programmingnoun(programming) A programming style, where inheritance is achieved by using existing objects by means of delegation that act as prototypes.
agent-oriented programminga programming paradigm where the construction of the software is centered on the concept of software agents.
imperative languagenoun(computing) Any programming language that consists (mostly) of a series of commands, typically assigning values to objects; a procedural language.
class-based programmingnoun(programming) A programming style, where inheritance is achieved by using classes of objects.
functional reactive programminga programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g., map, reduce, filter).

Translate “Procedural programming” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Procedural programming