Language Processors The function(s) of the Storage Assignment is/are: to assign storage to all variables referenced in the source program All of these to assign storage to all temporary locations that are necessary for intermediate results to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized to assign storage to all variables referenced in the source program All of these to assign storage to all temporary locations that are necessary for intermediate results to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized ANSWER DOWNLOAD EXAMIANS APP
Language Processors A system program that combines the separately compiled modules of a program into a form suitable for execution linking loader cross compiler assembler load and go linking loader cross compiler assembler load and go ANSWER DOWNLOAD EXAMIANS APP
Language Processors A translator which reads an entire programme written in a high level language and converts it into machine language code is: assembler compiler translator system software assembler compiler translator system software ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following functions is/ are performed by the loader? Physically place the machine instructions and data into memory Allocate space in memory for the programs and resolve symbolic references between object decks All of these Adjust all address dependent locations, such as address constants, to correspond to the allocated space Physically place the machine instructions and data into memory Allocate space in memory for the programs and resolve symbolic references between object decks All of these Adjust all address dependent locations, such as address constants, to correspond to the allocated space ANSWER DOWNLOAD EXAMIANS APP
Language Processors A development stategy whereby the executive control modules of a system are coded and tested first, is known as Top-down development All of these Left-Right development Bottom-up development Top-down development All of these Left-Right development Bottom-up development ANSWER DOWNLOAD EXAMIANS APP
Language Processors Indicate which of the following is not true about an interpreter? 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 Interpreter analyses each source statement every time it is to be executed ANSWER DOWNLOAD EXAMIANS APP