| | | | MCQ Tutorial - Linux->Process | | | | 51.) Command line parameters are passed by the | | Options are: | | A.) Linker
| | B.) Compiler
| | C.) Preprocessor
| | D.) Assembler
| | Correct Option: A | | | | | | | 52.) What is a context switch? | | Options are: | | A.) None of the options
| | B.) Kernel switches from executing one process to another
| | C.) Process switches from kernel mode to user mode
| | D.) Process switches from user mode to kernel mode
| | Correct Option: B | | | | | | | 53.) The maximum time slice that can be given to a process in Linux (where tick is 10ms) is | | Options are: | | A.) 150ms
| | B.) 300 ms
| | C.) 600ms
| | D.) 10ms
| | Correct Option: C | | | | | | | 54.) If the fork() system call returns -1, then it means? | | Options are: | | A.) No new child process is created
| | B.) Created child process is terminated
| | C.) The child process is an orphan
| | D.) The child process is in Zombie
| | Correct Option: A | | | | | | | 55.) Pid of init process | | Options are: | | A.) 1
| | B.) None of the options
| | C.) 0
| | D.) 32767
| | Correct Option: A | | | | | | | | | | | |