Wednesday, June 1, 2011

Q. What is Machine Language?

Machine Language:
Machine language is also called binary language. There are only two alphabets of machine language those are zero (0) and (1). Computer can understand only machine language. The program written in other programming languages are first translated to machine language, and then used on computer . It is called the native language of computer.

It is difficult to learn and understand machine language. A lot of time is required to write or modify a program written in machine language . However the execution seed of programs, written in machine language is very fast.

Machine language is not a standard language for all type of computers. Every type of computer has its own machine language. A program written for one type of computer cannot run on other type of computer.

No comments:

Post a Comment