Explain Machine Level Language ?
Answers
Machine code or machine language is a set of instructions executed directly by a computer's central processing unit (CPU). Each instruction performs a very specific task, such as a load, a jump, or an ALU operation on a unit of data in a CPU register or memory. Every program directly executed by a CPU is made up of a series of such instructions.
✍ Machine language is the only language of the system and these are sequence of machine instructions .
✍ These instructions are externally represented by a sequence of 0's and 1's ,and stored internally as a sequence of voltage levels (high /low)in primary memory (RAM).
✍ As general programmers come across many difficulties such as remembering of such a large sequence of zeros and ones which is very difficult to program,debug it requires lot of experience and knowledge about the internal architecture of the system .