| | | | Question Answer Tutorial - Linux->Process | | | | Question: For the system having one processor, the processor identifying number in the file /proc/cpuinfo is | | Answer: 1
| | | | | | | | Question: Which file shows the parameter passed to kernel at the time of starting? | | Answer: /proc/cmdline
| | | | | | | | Question: Which compilation step makes sure that all the undefined symbols in the code are resolved. | | Answer: Linking
| | | | | | | | Question: If we compile the mcqtutorial.c file with the command "gcc -c mcqtutorial.c", then the output file will be | | Answer: mcqtutorial.o
| | | | | | | | Question: The assembly code is converted into the machine code by | | Answer: Assembler
| | | | | | | | | | | | |