fb

BLOGS

Greatest Computer Programming Inventions

Greatest Computer Programming Inventions

Thu, 08 Apr 2021

Despite the latest advances in the computer programming world, we are missing the one basic building block that underlies all of these. Here are only a handful of computer programming’s biggest innovations:

First Computer Program (1841 – 1842)

The first computer program was an algorithm for computing the Bernoulli numbers. Several of Ada Lovelace’s papers, the world’s first computer programmer, included the algorithm for analytical engine calculation of the Bernoulli numbers. That’s known as the very first computer software.

First Electronic Computer (1942)

The first electronic machine used to find the solution for simultaneous linear equations was ABC (Atanasoff-Berry Machine). It used binary instead of mechanical, to represent data and electronic switches.

First General Purpose Programmable Electronic Computer (1946)

The first general-purpose programmable electronic device was the ENIAC (Electronic Numerical Integrator and Computer). To be programmed, the electronic switches and cables were used to execute complex operations such as loops.

First Assembler (1949)

Assembler is a program that converts symbolic code from low-level to machine code. The initial orders in EDSAC (Electronic Delay Storage Automatic Calculator) allowed the assembly of programs first. The programs were in mnemonic codes, rather than computer codes, making initial code the first assembler ever.

First Compiler (1952)

A compiler is a program that translates the language of high level into assembly language. The UNIVAC 1 A-0 System was designed to translate a system that includes a sequence of subroutines and arguments into machine code.

First Auto code (1952)

An auto code is a programming language of high quality that uses a compiler. Glennie’s Auto code was the first auto code and its compiler was used to make Mark 1 computer programming more comprehensible.

First Widely Used High-Level Programming Language (1957)

The first widely used, high-level programming language is FORTRAN (FORmula TRANslating). The number of statements to run a computer has been significantly reduced with its use.

First Commercial Desktop Computer (1965)

Programma 101 (aka Perottina) was the first personal, commercial computer in the world. This may add, deduct, multiply, divide, fraction, square root, and the absolute value.

First Object-Oriented Programming Language (1967)

The programming language SIMULA I was modified with objects, classes, and subclasses. This culminated in the development of SIMULA 67 which became the first object-oriented programming language.