Respuesta :

Answer:

The correct answer is B. Machine Language.

Explanation:

A programming language is a language that can be used to control the behavior of a machine. It consists of a set of syntactic and semantic rules that define its structure and the meaning of its elements, respectively.

A low level language is one that exposes the programmer to the operations of the machine, without contributing its own constructions. That is, in low level languages it will be possible to do everything the computer is capable of doing, but to achieve this the programmer will have to be intimately familiar with the details of the electronics in which his program runs.

An example of the low level language is the machine language that consists of binary instructions ready to run. The machine language is the one that gives orders to the machine, which are the fundamental operations for its operation. The computer only understands a language known as binary code or machine code, consisting of zeros and ones, which are easy to understand by the hardware of the machine. This language is much faster than high level languages. The disadvantage is that they are quite difficult to handle and use, besides having huge sources codes where finding a fault is almost impossible.