Computer Science, asked by rivaibh, 1 year ago

what is a low level language in computer science

Answers

Answered by Maira111
2
programming language is a low level language that deals with a computer's hardware

rivaibh: what is high level language
mahendramkp7yn3a: 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 language are considered high-level because they are closer to human languages and further from Machine laguage.
mahendramkp7yn3a: The main advantage of HLL over LLL is that they are easier to read, write, and maintain. Ultimately, programs written in a high-level language must be translated into machine language by a complier or interpreter
Answered by mahendramkp7yn3a
0
Low level language also Known as mechine language

Low-level languages are designed to operate and handle the entire hardware and instructions set architecture of a computer directly. Low-level languages are considered to be closer to computers. In other words, their prime function is to operate, manage and manipulate the computing hardware and components. Programs and applications written in low-level language are directly executable on the computing hardware without any interpretation or translation..Low-level languages are appropriate for writing operating systems or firmware for micro-controllers. They can do just about anything with a little bit of work.

Machine code is low level because it runs directly on the processor.

Low lvl lang ex : If you put any information to the system its receive then convert into machine language (1100110110111000 Like this) and store it

mahendramkp7yn3a: yaa if u put any languages to machine it convert to hex code like 11010110010101001 like this this is called low level language , If you put High level Language Into machine , Machine use complier to convert HLL to LLL then its saved it
Similar questions