Programing.

What Is Programing ???

To Understand Programming, you must be aware of the term “program”. A Program is a set of instructions written to slove a specific problem. For example, the procedure of making tea is also a program because in this process, you follow specific steps to achieve the objective i.e making tea.

Image result for Programing

In The context of computers and comuting,”Creating a proogram by following the rules of a programing language is called programing”. A program is set of instruction or statements used to perform a specific task. TO Create a program for a computer, a user needs to know a programming language. There are many Programing language such as C, C++, c#,Java and Visual Basic.

Each Programing language is unique and has diffrent syntax. However,there are some common and important concepts in all programing languages, which are the basics of any programing. The major concepts are as follows:

  • Every programing language and its program should follow a sequence of commands, which means placing the right commands in the correct order. An incorrect order of sequence might not give the desired output. Therefore, it is necessary to use the correct sequence of steps according to the task.
  • Usage of conditional structures, which means doing certain things based on yes or no, or based on true or false, or other decisions in the programs. It generates a particular o/p or sequence of events if some statements/ instructions are fasle. Almost all programing languages use the “if….then…else” structure for fulfilling this point.