Differentiate: higher level language and low level language.
High Level Language | Low Level Language |
---|---|
It is programmer friendly language | It is a machine friendly language |
High level language is less memory efficient | Low level language is high memory efficient |
It is easy to understand | It is difficult to understand |
It is simple to debug | It is complex to debug |
It is simple to maintain | It is complex to maintain |
It is portable | It is non-portable |
It can run on any platform | It is machine-dependent |
It needs compiler or interpreter for translation | It needs assembler for translation |
High level language can only run on multiple type of computer | Low level language can only run on single type of computer |
Ex. C++, java etc | Ex. Assembly language , machine language |
Follow Us