COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The same machine code entered into one computer will be guaranteed to work on any other computer.
A
False
B
True
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Machine languages are so closely related to the structure of a particular computer that they are said to be machine dependent. Programs written in machine language are not portable, that is, they may not be run on other computers with different machine languages.

Detailed explanation-2: -Machine language is the language understood by a computer. It is very difficult to understand, but it is the only thing that the computer can work with. All programs and programming languages eventually generate or run programs in machine language.

Detailed explanation-3: -The correct answer is Compiler.

There is 1 question to complete.