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

High-level programming language and Programming language

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

Difference between High-level programming language and Programming language

High-level programming language vs. Programming language

In computer science, a high-level programming language is a programming language with strong abstraction from the details of the computer. A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output.

Similarities between High-level programming language and Programming language

High-level programming language and Programming language have 38 things in common (in Unionpedia): Abstraction (computer science), Ada (programming language), ALGOL, ALGOL 60, Assembly language, Autocode, Backus–Naur form, Bytecode, C (programming language), C Sharp (programming language), COBOL, Compiler, Computer, Computer science, Data structure, Evaluation strategy, Fortran, Java (programming language), JavaScript, Just-in-time compilation, Konrad Zuse, Lisp (programming language), Low-level programming language, Machine code, Macro (computer science), Microcontroller, Natural language, Pascal (programming language), Perl, PHP, ..., Plankalkül, Python (programming language), Ruby (programming language), Semantics, Simula, Structured programming, Thread (computing), Virtual machine. Expand index (8 more) »

Abstraction (computer science)

In software engineering and computer science, abstraction is.

Abstraction (computer science) and High-level programming language · Abstraction (computer science) and Programming language · See more »

Ada (programming language)

Ada is a structured, statically typed, imperative, and object-oriented high-level computer programming language, extended from Pascal and other languages.

Ada (programming language) and High-level programming language · Ada (programming language) and Programming language · See more »

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 High-level programming language · ALGOL and Programming language · See more »

ALGOL 60

ALGOL 60 (short for Algorithmic Language 1960) is a member of the ALGOL family of computer programming languages.

ALGOL 60 and High-level programming language · ALGOL 60 and Programming language · See more »

Assembly language

An assembly (or assembler) language, often abbreviated asm, is a low-level programming language, in which there is a very strong (but often not one-to-one) correspondence between the assembly program statements and the architecture's machine code instructions.

Assembly language and High-level programming language · Assembly language and Programming language · See more »

Autocode

Autocode is the name of a family of "simplified coding systems", later called programming languages, devised in the 1950s and 1960s for a series of digital computers at the Universities of Manchester, Cambridge and London.

Autocode and High-level programming language · Autocode and Programming language · See more »

Backus–Naur form

In computer science, Backus–Naur form or Backus normal form (BNF) is a notation technique for context-free grammars, often used to describe the syntax of languages used in computing, such as computer programming languages, document formats, instruction sets and communication protocols.

Backus–Naur form and High-level programming language · Backus–Naur form and Programming language · See more »

Bytecode

Bytecode, also termed portable code or p-code, is a form of instruction set designed for efficient execution by a software interpreter.

Bytecode and High-level programming language · Bytecode and Programming language · See more »

C (programming language)

C (as in the letter ''c'') is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.

C (programming language) and High-level programming language · C (programming language) and Programming language · See more »

C Sharp (programming language)

C# (/si: ʃɑːrp/) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.

C Sharp (programming language) and High-level programming language · C Sharp (programming language) and Programming language · See more »

COBOL

COBOL (an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use.

COBOL and High-level programming language · COBOL and Programming language · 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).

Compiler and High-level programming language · Compiler and Programming language · See more »

Computer

A computer is a device that can be instructed to carry out sequences of arithmetic or logical operations automatically via computer programming.

Computer and High-level programming language · Computer and Programming language · See more »

Computer science

Computer science deals with the theoretical foundations of information and computation, together with practical techniques for the implementation and application of these foundations.

Computer science and High-level programming language · Computer science and Programming language · See more »

Data structure

In computer science, a data structure is a data organization and storage format that enables efficient access and modification.

Data structure and High-level programming language · Data structure and Programming language · See more »

Evaluation strategy

Evaluation strategies are used by programming languages to determine when to evaluate the argument(s) of a function call (for function, also read: operation, method, or relation) and what kind of value to pass to the function.

Evaluation strategy and High-level programming language · Evaluation strategy and Programming language · 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.

Fortran and High-level programming language · Fortran and Programming language · See more »

Java (programming language)

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

High-level programming language and Java (programming language) · Java (programming language) and Programming language · See more »

JavaScript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language.

High-level programming language and JavaScript · JavaScript and Programming language · See more »

Just-in-time compilation

In computing, just-in-time (JIT) compilation, (also dynamic translation or run-time compilation), is a way of executing computer code that involves compilation during execution of a program – at run time – rather than prior to execution.

High-level programming language and Just-in-time compilation · Just-in-time compilation and Programming language · See more »

Konrad Zuse

Konrad Zuse (22 June 1910 – 18 December 1995) was a German civil engineer, inventor and computer pioneer.

High-level programming language and Konrad Zuse · Konrad Zuse and Programming language · See more »

Lisp (programming language)

Lisp (historically, LISP) is a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation.

High-level programming language and Lisp (programming language) · Lisp (programming language) and Programming language · See more »

Low-level programming language

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map closely to processor instructions.

High-level programming language and Low-level programming language · Low-level programming language and Programming language · See more »

Machine code

Machine code is a computer program written in machine language instructions that can be executed directly by a computer's central processing unit (CPU).

High-level programming language and Machine code · Machine code and Programming language · See more »

Macro (computer science)

A macro (short for "macroinstruction", from Greek μακρός 'long') in computer science is a rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to a replacement output sequence (also often a sequence of characters) according to a defined procedure.

High-level programming language and Macro (computer science) · Macro (computer science) and Programming language · See more »

Microcontroller

A microcontroller (MCU for microcontroller unit, or UC for μ-controller) is a small computer on a single integrated circuit.

High-level programming language and Microcontroller · Microcontroller and Programming language · See more »

Natural language

In neuropsychology, linguistics, and the philosophy of language, a natural language or ordinary language is any language that has evolved naturally in humans through use and repetition without conscious planning or premeditation.

High-level programming language and Natural language · Natural language and Programming language · 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.

High-level programming language and Pascal (programming language) · Pascal (programming language) and Programming language · See more »

Perl

Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages, Perl 5 and Perl 6.

High-level programming language and Perl · Perl and Programming language · See more »

PHP

PHP: Hypertext Preprocessor (or simply PHP) is a server-side scripting language designed for Web development, but also used as a general-purpose programming language.

High-level programming language and PHP · PHP and Programming language · See more »

Plankalkül

Plankalkül ("Plan Calculus") is a programming language designed for engineering purposes by Konrad Zuse between 1942 and 1945.

High-level programming language and Plankalkül · Plankalkül and Programming language · See more »

Python (programming language)

Python is an interpreted high-level programming language for general-purpose programming.

High-level programming language and Python (programming language) · Programming language and Python (programming language) · See more »

Ruby (programming language)

Ruby is a dynamic, interpreted, reflective, object-oriented, general-purpose programming language.

High-level programming language and Ruby (programming language) · Programming language and Ruby (programming language) · See more »

Semantics

Semantics (from σημαντικός sēmantikós, "significant") is the linguistic and philosophical study of meaning, in language, programming languages, formal logics, and semiotics.

High-level programming language and Semantics · Programming language and Semantics · See more »

Simula

Simula is the name of two simulation programming languages, Simula I and Simula 67, developed in the 1960s at the Norwegian Computing Center in Oslo, by Ole-Johan Dahl and Kristen Nygaard.

High-level programming language and Simula · Programming language and Simula · See more »

Structured programming

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.

High-level programming language and Structured programming · Programming language and Structured programming · See more »

Thread (computing)

In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.

High-level programming language and Thread (computing) · Programming language and Thread (computing) · See more »

Virtual machine

In computing, a virtual machine (VM) is an emulation of a computer system.

High-level programming language and Virtual machine · Programming language and Virtual machine · See more »

The list above answers the following questions

High-level programming language and Programming language Comparison

High-level programming language has 82 relations, while Programming language has 281. As they have in common 38, the Jaccard index is 10.47% = 38 / (82 + 281).

References

This article shows the relationship between High-level programming language and Programming language. To access each article from which the information was extracted, please visit:

Hey! We are on Facebook now! »