Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

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 ?

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 ?

A. serially reusable
B. recursive module
C. reenterable module
D. non-reusable module

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 ? Read More »

Language processors

The function(s) of the Storage Assignment is/are_________________?

The function(s) of the Storage Assignment is/are_________________?

A. to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized
B. to assign storage to all temporary locations that are necessary for intermediate results
C. to assign storage to all variables referenced in the source program
D. All of the above

The function(s) of the Storage Assignment is/are_________________? Read More »

Language processors

A non-relocatable program is one which___________________?

A non-relocatable program is one which___________________?

A. consists of a program and relevant information for its relocation
B. can itself perform the relocation of its address-sensitive portions
C. cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation
D. All of the above

A non-relocatable program is one which___________________? Read More »

Language processors