what is a low level language in computer science
Answers
Answered by
2
programming language is a low level language that deals with a computer's hardware
rivaibh:
what is high level language
Answered by
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
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
Similar questions