Wednesday, June 1, 2011

Q. What is Assembly Language?

Assembly Language:

It is also low level language. But It is easier than machine language.It was developed to make programming easy. In assembly language machine language instructions are replaced by English like Words. There words are Known as mnemonics. Itis pronounced as Ne-Monic.As Assembly language uses like English like words. It is easy to write a program in assembly language.A program written in assembly languages also different for different type of computers. It is mostly used for system software.

Computer cannot understand assembly language. Because assembly language is English like language and computer can understand only machine language. So a special software "Assembler"
is used to convert programs written in assembly language in to machine language.

No comments:

Post a Comment