Linux - Study Mode
[#381] Which daemon manages the physical memory by moving process from physical memory to swap space when more physical memory is needed.
Correct Answer
(B) Swap daemon
[#382] Which gcc option includes debugging info in the generated object code?
Correct Answer
(A) -g
[#383] Which option of gcc makes the compiler print out each function name as it is compiled, and print some statistics about each pass when it finishes?
Correct Answer
(D) -Q
[#384] If a file is removed in Unix using 'rm' then
Correct Answer
(B) The file cannot be recovered by a user
[#385] The assembly code is converted into the machine code by
Correct Answer
(B) assembler