QUESTION IMAGE
Question
what are the differences between a high - level language and machine code?
High - level languages are human - readable, use English - like syntax, and are platform - independent. They need to be compiled or interpreted into machine code. Machine code is a low - level representation directly executable by a computer's CPU, consisting of binary instructions specific to a particular hardware platform, and is not human - readable without special tools.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
High - level languages are human - readable, platform - independent and need compilation/interpretation. Machine code is binary, hardware - specific and directly executable.