How to identify wheather the programming language is high-level programming language or low-level programming language ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to identify wheather the programming language is high-level programming language or low-level programming language ?

30th Sep 2020, 5:59 AM
Crypto Genesis
Crypto Genesis - avatar
2 Answers
+ 8
All assembly level languages are low level languages.. since they can be easily read by humans. Eg - Add A,M is an assembly level instructional language. It will load the contacts of memory (M) to the accumulator (A) If unclear then you can see this https://www.javatpoint.com/classification-of-programming-languages#:~:text=The%20assembly%20language%20comes%20above%20the%20machine%20language%20means%20that,%2C%20i.e.%2C%200%20and%201.
30th Sep 2020, 6:47 AM
Aditya
Aditya - avatar
30th Sep 2020, 6:23 AM
Kevin ★