

InterviewSolution
Saved Bookmarks
1. |
Source program is compiled to an intermediate form called ___________(a) Byte Code(b) Smart code(c) Executable code(d) Machine codeThis question was posed to me in an international level competition.My question is taken from High Level Languages topic in chapter Computer Languages of Computer Fundamentals |
Answer» RIGHT option is (a) BYTE Code Easy explanation: The Source program is compiled to an intermediate form called byte code. For each supported PLATFORM, WRITE a “virtual MACHINE” emulator that reads byte code and emulates its execution. |
|