View Full Version : What is Programming Language?
fishpawnbroker
07-25-2016, 07:16 AM
Hello Friends,
Please tell me what is programming language.
sanjalisharma89
07-29-2016, 05:51 AM
The term programming 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.
infoseair
07-29-2016, 08:13 AM
A programming language is a formal computer language or 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.
christ
07-30-2016, 02:49 AM
Coded language used by programmers to write instructions that a computer can understand to do what the programmer (or the computer user) wants. The most basic (called low-level) computer language is the machine language that uses binary ('1' and '0') code which a computer can run (execute) very fast without using any translator or interpreter program, but is tedious and complex. The high-level languages (such as Basic, C, Java) are much simpler (more 'English-like') to use but need to use another program (a compiler or an interpreter) to convert the high-level code into the machine code, and are therefore slower.
addisoncave
08-25-2016, 06:01 AM
A programming language is a language that use to create application than run in a system. A programming language has either a compiler or interpreter that convert the codes to binary language. It is used to create and develop a system.
endersonsizzler
08-25-2016, 10:20 AM
A programming language is used to write computer programs such as :
Applications
Utilities
Servers
Systems Programs
A program is written as a series of human understandable computer instructions that can be read by a compiler and linker, and translated into machine code so that a computer can understand and run it.
Williams Reus
08-28-2016, 08:14 PM
Coded language used by programmers to write instructions that a computer can understand to do what the programmer (or the computer user) wants. The most basic (called low-level) computer language is the machine language that uses binary ('1' and '0') code which a computer can run (execute) very fast without using any translator or interpreter program, but is tedious and complex. The high-level languages (such as Basic, C, Java) are much simpler (more 'English-like') to use but need to use another program (a compiler or an interpreter) to convert the high-level code into the machine code, and are therefore slower.
Bluesky94
10-31-2016, 10:11 AM
A programming language is a formal computer language or 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.
Powered by vBulletin® Version 4.2.4 Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.