Programming In C, Machine language, Assembly Language

Question 1: Explain what is a machine language? Ans: Programming language that is directly understood by computer hardware is known as machine language. Machine language is associated with the architecture of computer. Therefore program written in machine language for one computer will not work on another computer because of design difference. Assembly language Question 2: Write a note on Assembly Language. Ans: Assembly language consists of symbolic codes or abbreviation known as mnemonics. It was developed to make computer programming easier than machine language. The abbreviations used in assembly language make it easier to learn and write programs compared to machine language. Some important character tics of assembly language are: Assembly language allow programmers to have access to all the special features of the computer they are using. Generally a program wri...