High-level languages are the programming languages you hear about / use: Python, C, Java, PHP, C++, C#, JavaScript, Swift, Go, etc, instructions in high-level languages are referred to as "statements", and usually translate to multiple machine code instructions, these languages are much easier for people to write code in, as well as reading and editing that code at a later stage, the code of a program written in a high-level language is known as the "source code" of the program, the computer's processor still only understands machine code; the source code must be translated into machine code in order to be run