Page 1 :
CHAPTER 2, MORE ABOUT COMPUTER, , Q1. What is computer language?, A. A computer language is the way to give instructions to computer to, perform specific task., Q2. Write the categories of computer languages., A. There are two type of computer language:1. Low Level Language(Use binary code ,0 and 1 and mnemonic code), 2. High Level Language(use alphabets, numbers, symbols etc for coding), Q3. Make a chart on evalution of computer., , Q4. What is machine language or binary language?, A. Machine language or binary language is the language in which instruction, given in the form of 0 and 1 only. This is the 1st generation language., Q5. What is assembly language?, A. Language just came after the machine language,using mnemonic codes, ( some other symbols with 0 and 1) is called assembly language. This is the, 2nd generation language.
Page 2 :
Q6. What is High Level Language or advanced languages?, A. 3rd,4th, 5th generation languages are called High Level Language .It use, alphabets numbers, special symbols that is easy to code and understand., Example c++, JAVA.these are also called advanced languages., Q8. Define COMPILER and INTERPRETER., A. (a) COMPILER :- Is a software that converts the free program code in one, go., (b) INTERPRETER :- An interpreter is a software that converts a program, code into machine code line by line., Q9. Give your answers with name of languages.