Quote:
|
I work with HTML nearly 3 years and my opinion, that HTML is a markup language. But my teacher contend that HTML is a low-level programming language. Interesting to know people's opinion.
|
Low-level language example: Assembly
High-level language example: Java
The difference between low level and high level is that on low level you probably have to worry about how does the CPU interprets your code, while on high level compiler will do those for you.
I personally haven't taken Assembly classes yet, but it seems boring to me. I like to create application without worrying whether CPU reads 0011 or 1100 or 1010. But my professor told me it's important to create an efficient code
