Operating System (OS)
The advantage(s) of incorporating the macro processor into pass 1 is(are):

All of these
None of these
Functions are combined and it is not necessary to create intermediate files as output from the macros processor and input to the assembler.
many functions do not have to be implemented twice.
more flexibility is available to the programmer in that he may use all the features of the assembler in conjunction with macros.

ANSWER DOWNLOAD EXAMIANS APP

Operating System (OS)
The function(s) of the Storage Assignment is (are)

None of these
to assign storage to all variables referenced in the source program.
All of these
to assign storage to literals, and to ensure that the storage is allocate and appropriate locations are initialized.
to assign storage to all temporary locations that are necessary for intermediate results.

ANSWER DOWNLOAD EXAMIANS APP

Operating System (OS)
The disadvantages of "Compile and Go" loading scheme is (are):

it is necessary to retranslate the user's program deck every time it is run.
None of these
a portion of memory is wasted because the core occupied by the assembler is unavailable to the object program.
it is very difficult to handle multiple segments, especially if the source programs are in different languages, and to produce orderly modular programs.
All of these

ANSWER DOWNLOAD EXAMIANS APP