Language - Procedural (Programming)

Card Puncher Data Processing

About

The procedure languages are the most well known language. They are written around the concept of function where you will find most of the features such as looping, branching.

One way to thing about it is that the opposite of a procedural language is a declarative one.

In traditional programming, code expresses the purpose of the program calls into reusable libraries (ie function) to take care of generic tasks.

Example

  • Javascript
  • Java
  • Python
  • C (C++)
  • Php





Discover More
Sorting Quicksort Anim
Algorithm

An is a (procedure|method) for solving a problem. If there exists an algorithm, the function that performs it is called computable. Study of algorithms dates at least to Euclid and were formalized by...
Card Puncher Data Processing
Computer Language

A programming language is a interface to the control of a CPU effectively controlling a computer. A language is a (possibly infinite) set of string all of which choose their symbols from some one alphabet....
Card Puncher Data Processing
Language - Declarative

In the computer science, the term declarative is closely linked to the notion of logic and is the opposite of procedural. You declare/ask/tag an object/properties without detailing the background process...
Card Puncher Data Processing
Markup Language (ML)

Markup language (xML) are rich text language (ie to turn text into visual) such as: images, links, tables, lists, and much more. By marking up the text, they give it a structure that:...
Card Puncher Data Processing
Procedural Languages

This section is general language with control flow and branching (ie procedural language). There is one exception and this is declarative - markup language (XML, HTML,...), see graphic language...
Card Puncher Data Processing
What is Infrastructure as code? (Configuration, Provisioning, and Software Deployment)

Infrastructure as code means that all ops operations are scripted and are found in code. They are used in DevOps pipeling for continuous deployment You will find three kind of software in this area:...
Data System Architecture
What is and how is defined a Text Structure or Schema?

When you find a structure in a text, there is a language. It can be: a loosely language such as natural language or a structured computer language (from markup language to procedural one) The...
Card Puncher Data Processing
What is the Inversion of Control ?

Inversion of Control (IoC) is a design pattern that addresses a component’s: * dependency resolution (dependency injection), * configuration * lifecyle It...



Share this page:
Follow us:
Task Runner