Which is represented from high level to low level in C++, COBOL, JAVA etc.?

Which is represented from high level to low level in C++, COBOL, JAVA etc.?

Explanation

In computer science, the levels of representation are typically shown from high-level to low-level as:

  • High-level: Software (e.g., C++, COBOL, JAVA)
  • Low-level: Hardware (e.g., machine code, assembly language)