| | | | MCQ Tutorial - Linux->Process | | | | 1.) For the system having one processor, the processor identifying number in the file /proc/cpuinfo is | | Options are: | | A.) 3
| | B.) 2
| | C.) 1
| | D.) 4
| | Correct Option: C | | | | | | | 2.) Which file shows the parameter passed to kernel at the time of starting? | | Options are: | | A.) /proc/cmdinfo
| | B.) /proc/cmdline
| | C.) /proc/cmd
| | D.) /proc/cmdpara
| | Correct Option: B | | | | | | | 3.) Which compilation step makes sure that all the undefined symbols in the code are resolved. | | Options are: | | A.) Compiling
| | B.) None of the mentioned
| | C.) Linking
| | D.) Preporcessing
| | Correct Option: C | | | | | | | 4.) If we compile the mcqtutorial.c file with the command "gcc -c mcqtutorial.c", then the output file will be | | Options are: | | A.) mcqtutorial.s
| | B.) None of the options
| | C.) mcqtutorial.o
| | D.) mcqtutorial.i
| | Correct Option: C | | | | | | | 5.) The assembly code is converted into the machine code by | | Options are: | | A.) Compiler
| | B.) None of the options
| | C.) Assembler
| | D.) Linker
| | Correct Option: C | | | | | | | | | | | |