Language Processors A compiler is is a program that appears to execute a source program as if it were machine language a program that places programs into memory and prepares them for execution program that accepts a program written in a high level language and produces an object program a program that automate the translation of assembly language into machine language is a program that appears to execute a source program as if it were machine language a program that places programs into memory and prepares them for execution program that accepts a program written in a high level language and produces an object program a program that automate the translation of assembly language into machine language ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: 03 16 F8 0111EF 42 65 61 72 03 16 F8 0111EF 42 65 61 72 ANSWER DOWNLOAD EXAMIANS APP
Language Processors Indicate which of the following is not true about an interpreter? Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program All of these Interpreter is a kind of translator Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program All of these Interpreter is a kind of translator ANSWER DOWNLOAD EXAMIANS APP
Language Processors In what module, multiple instances of execution will yield the same result even if one instancy has not terminated before the next one has begun? reenterable module serially reusable recursive module non-reusable module reenterable module serially reusable recursive module non-reusable module ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language F8 0111EF 42 65 61 72 03 16 F8 0111EF 42 65 61 72 03 16 ANSWER DOWNLOAD EXAMIANS APP
Language Processors Loaders that allow for program relocation are called relocating loaders relative loaders both (a) and (b) None of these relocating loaders relative loaders both (a) and (b) None of these ANSWER DOWNLOAD EXAMIANS APP