Noun (thing)
Low-level language
a term used to describe and compare syntaxes of programming languages which more closely resemble machine readable code than human languages.
Compared to Java, C is considered to be a low-level language because it is allows direct access to memory locations of hardware; however Assembly Language is more low-level than C and is almost completely unintellible to most modern programmers.