KnowledgeBoat Logo
LoginJOIN NOW

Computer Applications

Write short notes on Machine language

OOP Intro Java

136 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

90 Likes


Related Questions