The document is an answer key for a Class 6 computer language chapter, providing true/false responses, multiple-choice answers, fill-in-the-blank responses, and detailed answers to questions about programming, machine language, assembly language, and translators. It explains key concepts such as source code, object code, and the role of different types of translators. Additionally, it mentions the significance of fifth-generation languages in artificial intelligence research.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
39 views1 page
CH-1 Notes
The document is an answer key for a Class 6 computer language chapter, providing true/false responses, multiple-choice answers, fill-in-the-blank responses, and detailed answers to questions about programming, machine language, assembly language, and translators. It explains key concepts such as source code, object code, and the role of different types of translators. Additionally, it mentions the significance of fifth-generation languages in artificial intelligence research.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
ANSWER KEY
CLASS 6 (Ch-1 computer language)
PAGE NO 9 LET’S REVIEW
1. True 2. False 3. False A. MCQ 1. C 2. A 3. A 4. B 5. C B. FILL IN THE BLANKS 1. Machine 2. Second 3. Object code 4. Interpreter 5. AI c. STATE TRUE OR FALSE 1. T 2. F 3. F 4. F 5. T D.ANSWER THE FOLLOWING ANSWER 1. The process of developing a set of instructions to enable a computer to do a particular task is called programming. Machine language is only language that a computer directly understand in form of binary digits 0 and 1. ANSWER 2. 1.It uses English word which make it readable by human beings. 2. It is easy to locate and fix the errors in the programs written in assembly language. ANSWER 3 The program written in assembly language or high level is called Source code. Where as the program converted into machine language using a translator is known as Object code. ANSWER 4 A translator convert the instructions into machine language to make it computer under stable language .There are three types of translator 1. Assembler 2 Complier 3 Interpreter Interpreter translate a program line by line whereas compiler translate the entire program into machine at once. ANSWER 5 Fifth generation language are used in Artificial Intelligence research. This eliminate the need of implementing an algorithm to solve a problem .