

InterviewSolution
Saved Bookmarks
1. |
_______________ is the assembly language for an imaginary architecture.(a) Byte code(b) Machine code(c) Native code(d) Executable codeThe question was asked during an interview.The question is from High Level Languages in portion Computer Languages of Computer Fundamentals |
Answer» RIGHT answer is (a) BYTE code Explanation: Source program is compiled to an INTERMEDIATE FORM – byte code. Byte code is the assembly language for an imaginary architecture. |
|