Programming Language

Introduction

Computer is an electronic device which works on the instructions provided by the user. As the computer does not understand natural language, it is required to provide the instructions in some computer understandable language. Such a computer understandable language is known as Programming language. A computer programming language consists of a set of symbols and characters, words, and grammar rules that permit people to construct instructions in the format that can be interpreted by the computer system.

Computer Programming is the art of making a computer do what you want it to do. Computer programming is a field that has to do with the analytically creation of source code that can be used to configure computer systems. Computer programmers may choose to function in a broad range of programming functions, or specialize in some aspect of development, support, or maintenance of computers for the home or workplace. Programmers provide the basis for the creation and ongoing function of the systems that many people rely upon for all sorts of information exchange, both business related and for entertainment purposes.


Programming Language

Different programming languages support different styles of programming. The choice of language used is subject to many considerations, such as company policy, suitability to task, availability of third-party packages, or individual preference. Ideally, the programming language best suited for the task at hand will be selected. Trade-offs from this ideal involve finding enough programmers who know the language to build a team, the availability of compilers for that language, and the efficiency with which programs written in a given language execute.

The basic instructions of programming language are:

  1. Input: Get data from the keyboard, a file, or some other device.
  2. Output: Display data on the screen or send data to a file or other device.
  3. Math: Perform basic mathematical operations like addition and multiplication.
  4. Conditional execution: Check for certain conditions and execute the appropriate sequence of statements.
  5. Repetition: Perform some action repeatedly, usually with some variation.

No comments:

Post a Comment