Advertisements
Advertisements
Question
One of the major disadvantages of the high-level language is that the machine can't understand this language directly. So, we need translators/language processors to convert the instructions written in high-level language into equivalent instructions that can be understood by the machine and operated upon by the CPU.
Based on the above discussion, answer the following questions:
- Which of the following is not a high-level language?
- BASIC Language
- Machine Language
- Java Language
- Python language
- Which of the following codes is used by the language processor to generate machine code?
- Source code
- Object code
- Input code
- High-level code
- Which of the following is not a language translator?
- Compiler
- Interpreter
- Converter
- Assembler
- In machine code, the instructions are written using digits:
- 1's and 0's
- 1's and 2's
- In base 8
- In base 10
Answer in Brief
Solution
- ii. Machine Language
- i. Source code
- iii. Converter
- i. 1's and 0's
shaalaa.com
Is there an error in this question or solution?