Programming Languages

Programming languages are of two main categories:

Text-based languages

Graphical languages

The choice of the programming language depends on how the programmer is experienced, on the type of the task to be solved, on how deeply the problem is described, and on other circumstances, such as type of industry, best practice of the engineering company, know-how level of the engineers, etc.

As an example, see a logical function which ORs the variables A and B. The result is in variable C.