Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Download
Faster access than browser!
 

COBOL and Structured programming

Shortcuts: Differences, Similarities, Jaccard Similarity Coefficient, References.

Difference between COBOL and Structured programming

COBOL vs. Structured programming

COBOL (an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use. Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of the structured control flow constructs of selection (if/then/else) and repetition (while and for), block structures, and subroutines in contrast to using simple tests and jumps such as the go to statement, which can lead to "spaghetti code" that is potentially difficult to follow and maintain.

Similarities between COBOL and Structured programming

COBOL and Structured programming have 19 things in common (in Unionpedia): ALGOL, ALGOL 58, Communications of the ACM, Compiler, Conditional (computer programming), Control flow, Edsger W. Dijkstra, Exception handling, Fortran, Goto, IBM, Pascal (programming language), PL/I, Procedural programming, Reserved word, Return statement, Spaghetti code, Subroutine, Switch statement.

ALGOL

ALGOL (short for "Algorithmic Language") is a family of imperative computer programming languages, originally developed in the mid-1950s, which greatly influenced many other languages and was the standard method for algorithm description used by the ACM in textbooks and academic sources for more than thirty years.

ALGOL and COBOL · ALGOL and Structured programming · See more »

ALGOL 58

ALGOL 58, originally known as IAL, is one of the family of ALGOL computer programming languages.

ALGOL 58 and COBOL · ALGOL 58 and Structured programming · See more »

Communications of the ACM

Communications of the ACM is the monthly journal of the Association for Computing Machinery (ACM).

COBOL and Communications of the ACM · Communications of the ACM and Structured programming · See more »

Compiler

A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language).

COBOL and Compiler · Compiler and Structured programming · See more »

Conditional (computer programming)

In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.

COBOL and Conditional (computer programming) · Conditional (computer programming) and Structured programming · See more »

Control flow

In computer science, control flow (or flow of control) is the order in which individual statements, instructions or function calls of an imperative program are executed or evaluated.

COBOL and Control flow · Control flow and Structured programming · See more »

Edsger W. Dijkstra

Edsger Wybe Dijkstra (11 May 1930 – 6 August 2002) was a Dutch systems scientist, programmer, software engineer, science essayist, and early pioneer in computing science.

COBOL and Edsger W. Dijkstra · Edsger W. Dijkstra and Structured programming · See more »

Exception handling

Exception handling is the process of responding to the occurrence, during computation, of exceptions – anomalous or exceptional conditions requiring special processing – often changing the normal flow of program execution.

COBOL and Exception handling · Exception handling and Structured programming · See more »

Fortran

Fortran (formerly FORTRAN, derived from Formula Translation) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

COBOL and Fortran · Fortran and Structured programming · See more »

Goto

GoTo (goto, GOTO, GO TO or other case combinations, depending on the programming language) is a statement found in many computer programming languages.

COBOL and Goto · Goto and Structured programming · See more »

IBM

The International Business Machines Corporation (IBM) is an American multinational technology company headquartered in Armonk, New York, United States, with operations in over 170 countries.

COBOL and IBM · IBM and Structured programming · See more »

Pascal (programming language)

Pascal is an imperative and procedural programming language, which Niklaus Wirth designed in 1968–69 and published in 1970, as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named in honor of the French mathematician, philosopher and physicist Blaise Pascal. Pascal was developed on the pattern of the ALGOL 60 language. Wirth had already developed several improvements to this language as part of the ALGOL X proposals, but these were not accepted and Pascal was developed separately and released in 1970. A derivative known as Object Pascal designed for object-oriented programming was developed in 1985; this was used by Apple Computer and Borland in the late 1980s and later developed into Delphi on the Microsoft Windows platform. Extensions to the Pascal concepts led to the Pascal-like languages Modula-2 and Oberon.

COBOL and Pascal (programming language) · Pascal (programming language) and Structured programming · See more »

PL/I

PL/I (Programming Language One, pronounced) is a procedural, imperative computer programming language designed for scientific, engineering, business and system programming uses.

COBOL and PL/I · PL/I and Structured programming · See more »

Procedural programming

Procedural programming is a programming paradigm, derived from structured programming, based upon the concept of the procedure call.

COBOL and Procedural programming · Procedural programming and Structured programming · See more »

Reserved word

In a computer language, a reserved word (also known as a reserved identifier) is a word that cannot be used as an identifier, such as the name of a variable, function, or label – it is "reserved from use".

COBOL and Reserved word · Reserved word and Structured programming · See more »

Return statement

In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after where the subroutine was called, known as its return address.

COBOL and Return statement · Return statement and Structured programming · See more »

Spaghetti code

Spaghetti code is a pejorative phrase for unstructured and difficult to maintain source code, broadly construed.

COBOL and Spaghetti code · Spaghetti code and Structured programming · See more »

Subroutine

In computer programming, a subroutine is a sequence of program instructions that performs a specific task, packaged as a unit.

COBOL and Subroutine · Structured programming and Subroutine · See more »

Switch statement

In computer programming languages, a switch statement is a type of selection control mechanism used to allow the value of a variable or expression to change the control flow of program execution via a multiway branch.

COBOL and Switch statement · Structured programming and Switch statement · See more »

The list above answers the following questions

COBOL and Structured programming Comparison

COBOL has 199 relations, while Structured programming has 83. As they have in common 19, the Jaccard index is 6.74% = 19 / (199 + 83).

References

This article shows the relationship between COBOL and Structured programming. To access each article from which the information was extracted, please visit:

Hey! We are on Facebook now! »