Back to Questions
Basic Computer/IT
QUESTION #11557
Question 1
Which software category allows code to execute independently of specific hardware?
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.
Sign in to join the conversation and share your thoughts.
Log In to Comment