What are the Different Types of Computer Languages?
The different types of computer languages can be broadly classified into two types; assembly level language and high level language. While some people may contradict this and say that there is one more type of programming language, the low level programming language. But the low level programming language can more precisely be defined as the machine level language and designing a program using it will definitely become a tiresome task. You cannot name any variable and you have to find out the machine code, for each and every instruction that you write and use. Besides, when you look back at the code, you will not be in a position to make out which instruction is performing which operation. Assembly Level Language Assembly level language, allows you to name variables and of course it is easier to write commands in this language. But it is not as flexible and explanatory as compared to the high level language. It does not allow for flexibilities like re-usability of the same code. Assemb