Computer Science, asked by Revanth56, 1 year ago

Explain Machine Level Language ?​

Answers

Answered by tanmoyvestige
0

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.

Answered by Anonymous
64

 \huge \bf{\green{Machine\: Level\: Language}}

✍ 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 .

Similar questions