| | | | MCQ Tutorial - Linux->Process | | | | 91.) A server which is handling many clients at a time is called as | | Options are: | | A.) Single server
| | B.) Iterative server
| | C.) Concurrent server
| | D.) Multiserver
| | Correct Option: C | | | | | | | 92.) System call can be implemented using which assembly instruction(s) on x86 processors? | | Options are: | | A.) None of the options
| | B.) Both of the options int 0×80 and sysenter
| | C.) int 0×80
| | D.) sysenter
| | Correct Option: B | | | | | | | 93.) Which of the following exec call is a system call? | | Options are: | | A.) execl
| | B.) execlp
| | C.) execvp
| | D.) execve
| | Correct Option: D | | | | | | | 94.) Which of the following signal cannot be handled or ignored? | | Options are: | | A.) SIGINT
| | B.) SIGALRM
| | C.) SIGKILL
| | D.) SIGCHLD
| | Correct Option: C | | | | | | | 95.) Section 2 of manpage describes | | Options are: | | A.) System calls
| | B.) Drivers
| | C.) Commands
| | D.) Function calls
| | Correct Option: A | | | | | | | | | | | |