Home MCQs Basic Computer/IT Question #11557
Back to Questions
Basic Computer/IT QUESTION #11557
Question 1
Which software category allows code to execute independently of specific hardware?
  • High-level language✔️
  • Low-level language
  • Assembly language
  • Machine language
Correct Answer Explanation
High-level language programs (Python, Java, C++) are machine-independent — they run on different hardware with appropriate compilers or interpreters. Low-level languages (assembly, machine code) are tightly coupled to specific processor architectures and are not portable between different hardware platforms.