1 / 7

Programming Languages

Programming Languages. Dominic Heinrichs, Benedikt Beughold, Vitali Regehr, Tim Knieper. What is programming language?. Programming language is a bridge between the computer and the user Spoken language is too complex für a computer

Download Presentation

Programming Languages

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming Languages Dominic Heinrichs, Benedikt Beughold, Vitali Regehr, Tim Knieper

  2. What is programming language? • Programming language is a bridge between the computer and the user • Spoken language is too complex für a computer • First programming language: binary code (Two states of a switch: 0 and 1, off and on)

  3. History of programming language I • First form of programming language: binary code • Assembler Languages: short words (mnemonics) represent a set of binary instructions to made programming languages much more easier (e.g.: „add“  addition of two numbers) • High-level languages use words or abbreviations that a easy recognisable (FORTRAN, COBOL) • FORTRAN & COBOL are the first procedural programming languages (single-point of entry and exit to solve a problem) • APIs (Application Program Interface)

  4. History of programming language II • Object-oriented programming

  5. Characteristics of programming languages • vocabulary • punctation • identifiers • operators • syntax

  6. Compiled Languages

  7. Interpreted languages • JavaScript, VBScript & HTML

More Related