Answer:
Low-level programming languages are those that provide close interaction with the hardware and have minimal abstraction from the computer's architecture. The commonly recognized low-level programming languages are:
1. Assembly Language: Assembly language is a low-level programming language that uses mnemonics to represent specific instructions understood by the computer's processor. It provides direct control over hardware resources and is specific to a particular computer architecture.
2. Machine Language: Machine language is the lowest-level programming language that directly communicates with the computer's hardware. It consists of binary code, represented as 0s and 1s, which the computer's processor can execute directly.
These two languages, Assembly Language and Machine Language, are considered low-level languages because they are closely tied to the hardware and provide fine-grained control over system resources.
Low-level programming languages are those that provide close interaction with the hardware and have minimal abstraction from the computer's architecture. The commonly recognized low-level programming languages are:
1. Assembly Language: Assembly language is a low-level programming language that uses mnemonics to represent specific instructions understood by the computer's processor. It provides direct control over hardware resources and is specific to a particular computer architecture.
2. Machine Language: Machine language is the lowest-level programming language that directly communicates with the computer's hardware. It consists of binary code, represented as 0s and 1s, which the computer's processor can execute directly.
These two languages, Assembly Language and Machine Language, are considered low-level languages because they are closely tied to the hardware and provide fine-grained control over system resources.
You may be interested in:
Computer Basics MCQs