Operating System (OS)
What hole will allocates in "Worst-Fit" algorithm of memory management?

It allocates the smallest hole from the available memory holes
It allocates the exact same size memory hole
It allocates the largest hole from the available memory holes
It allocates the smaller hole than required memory hole

ANSWER DOWNLOAD EXAMIANS APP

Operating System (OS)
Object code

must be rewritten before execution
None of these
must be "loaded" before execution
is ready to execute
is the output of compilers, but not assemblers

ANSWER DOWNLOAD EXAMIANS APP

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.
more flexibility is available to the programmer in that he may use all the features of the assembler in conjunction with macros.
many functions do not have to be implemented twice.

ANSWER DOWNLOAD EXAMIANS APP