what is low level language and high level language
Answers
high level language- A high-level language (HLL) is a programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages.
In contrast, assembly languages are considered low-level because they are very close to machine languages.
low level language - Low level languages are used to write programs that relate to the specific architecture and hardware of a particular type of computer.
They are closer to the native language of a computer (binary), making them harder for programmers to understand.
Low level refers to:
Assembly Language
Machine Code
pls mark me as brainliest bro
Answer:
High Level Language: Programmers can easily understand or interpret or compile the high level language in comparison of machine
Low Level Language: Machine can easily understand the low level language in comparison of human beings.