Jump to content

High-level programming language

From Simple English Wikipedia, the free encyclopedia
Revision as of 23:13, 29 August 2018 by Qwertyxp2000 (talk | changes)

In computer science, a high-level programming language is a programming language that does require knowledge of computer hardware. The advantage with high-level programming languages is that programmers only need to understand the syntax (i.e. the type of structure of the code) of the programming language and don't have to understand computer hardware to program well. Low-level programming languages require knowledge of both the syntax and the hardware they are programming for.

Examples of high-level programming languages