Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what are the differences between a high - level language and machine co…

Question

what are the differences between a high - level language and machine code?

Explanation:

Brief Explanations

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.

Answer:

High - level languages are human - readable, platform - independent and need compilation/interpretation. Machine code is binary, hardware - specific and directly executable.