KnowledgeBoat Logo
|

Computer Applications

Write short notes on Machine language

OOP Intro Java

141 Likes

Answer

For the processor to perform any computation, we need to give the instructions and data as a sequence of 0's & 1's. This binary sequence that a processor understands is known as its Machine Level language. Machine Level language is made up of instructions and data that are all binary numbers. Machine Level language of a processor differs from vendor to vendor. So programs written in Machine Level language of one type of processors will not work on a different type of processor.

Answered By

92 Likes


Related Questions