KIPS Class 6th Solutions| Chapter 1 Computer Language
Brain Developer
A. Fill in the blanks:
1. machine
2. instructions
3. Program
4. Programming
5. Programmers
6. four
7. machine
8. Binary
9. Assembly
10. Source Program
11. High Level
12. Interpreter
B. State True or False:
1. True
2. False
3. False
4. True
5. False
6. True
C. Answer the Following:
1. Machine Languages is the only languages that a computer understands.
Features of Machine Language:
• It is expressed in binary form i.e., 0 and 1.
• It has very high speed.
• It has very low memory utilization.
2. Difference between machine language and assembly language:
3. Features of high level Language:
• It is simple and user-friendly language.
• It is machine independent language.
4. Features of Fourth generation languages:
→ It is user friendly.
→ It has very high speed of execution.
→ It also reduced level of programming skills.
→ It need minimum efforts from the user to obtain any information.
5. Difference between interpreter and compiler are:
• It has very low memory utilization.
2. Difference between machine language and assembly language:
Machine Language
|
Assembly Language
|
It is expressed in binary form i.e. 0 and 1. | It used mnemonic codes or symbols instead of binary numbers. |
Language directly understood by the computer. | Has to be converted into machine language through translators. |
3. Features of high level Language:
• It is simple and user-friendly language.
• It is machine independent language.
4. Features of Fourth generation languages:
→ It is user friendly.
→ It has very high speed of execution.
→ It also reduced level of programming skills.
→ It need minimum efforts from the user to obtain any information.
5. Difference between interpreter and compiler are:
Interpreter
|
Compiler
|
It converts a high level language into a machine language line by line. | It converts high level language into a machine language at once. |
The execution speed is slow. | The execution speed is very fast. |
Go To Chapters