Search This Blog

Saturday, May 14, 2016

programming language

1-: A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer Programming languages can be used to create programs to control the behavior of a machine or to express algorithms. 2-: A vocabulary and set of grammatical rules for instructing acomputer to perform specific tasks. The termprogramming language usually refers to high-level languages, such as BASIC,C, C++, COBOL, FORTRAN, Ada, and Pascal. Each language has a unique set of keywords (words that it understands) and a special syntax for organizing program instructions. High-level programming languages, while simple compared to human languages, are more complex than the languages the computer actually understands, called machine languages. Each different type of CPUhas its own unique machine language.

No comments:

Post a Comment