Basically i was doing revision about programming languages . As I had a lot of gap and i discontinued doing programming or coding for a few months, I had to revise. So , I thought why not to start from the beginning so i decided to learn and share some of the key points i learn in this useful platform . So i have a few useful and short differences between the high and low level programming languages .
High level programming languages .
It is most used programming languages as it is human friendly or it is has to be written in the form of out language like english . it is easy to debug . it can be easily compiled and interpreted .Similarly it can be ported from one location to another . it is less memory efficient ,ie.,it consumes more memory compared to low level languages . some of the examples of high level programming languages are c++,python,java and so on.
Low level programming languages .
It is easily understandable by machines . It is written in the form of binary rather than normal human languages so it is quite difficult for normal human to understand . it is not portable. It depends on the machine.it requires the assembler that would translate instructions. It consumes less memory .
Programming languages
Basically i was doing revision about programming languages . As I had a lot of gap and i discontinued doing programming or coding for a few months, I had to revise. So , I thought why not to start from the beginning so i decided to learn and share some of the key points i learn in this useful platform . So i have a few useful and short differences between the high and low level programming languages .
High level programming languages .
It is most used programming languages as it is human friendly or it is has to be written in the form of out language like english . it is easy to debug . it can be easily compiled and interpreted .Similarly it can be ported from one location to another . it is less memory efficient ,ie.,it consumes more memory compared to low level languages . some of the examples of high level programming languages are c++,python,java and so on.
Low level programming languages .
It is easily understandable by machines . It is written in the form of binary rather than normal human languages so it is quite difficult for normal human to understand . it is not portable. It depends on the machine.it requires the assembler that would translate instructions. It consumes less memory .