What are the advantages of writing programs in machine language
Answers
Answer:
Machine language is the basic language of computer, it is written from a series made using only 0 and 1 two digits. It is the only computer programming language directly understood by computers. It does not have to use any translator program. It is also known as the mechanical signal of a computer.
The circuit of the computer is designed in such a way that it recognizes the machine language immediately and converts it into electrical signals. Electrical signals have two stages - High and Low or Anticlock wise & clock wise, 1 means Pulse or High and 0 means No Pulse or Low.
In machine language, each instruction has two parts - the first operation code or Opcode and the second position code or Operand. The action prompt tells the computer what to do and the status signal tells where to retrieve data, where to store it, or any other instructions to be efficiently followed.
Answer:
Machine level language means a program written in 0 and 1 form. This language is easily understood by the computer but not for humans.As a user write a program I.e. in low lever language then the compiler changes it into byte cord I.e. in 0 and 1 form
This helps the computer to understand the language of a user
Explanation: