1.1 – Computer Language

A computer language is nothing but the set of instructions, which when implemented give results to a certain operation. These instructions must be written logically, i.e., they should be in a flow or sequence. And before writing the computer language, you need to decide the programming flow. Keep in mind that though a computer is a very “smart” machine, it largely works according to your command. Therefore, the program that you are writing will go wrong, only if there is a “wrong” with its set of instructions. For better understanding, let us discuss the different levels of computer programming languages.…