Q.1.
___ system call behaves in an identical manner to the kill command.
Q.2.
Which library function uses kill to send any signal to the current process?
Q.3.
Which system call is used to set a timer that generates the SIGALARM signal?
Q.4.
If two users execute the same program, the memory requirements are doubled.
Q.5.
Address space of a process is virtual.
Q.6.
Which of the following system calls returns one or more file descriptors?
Q.7.
The environment variables are available in _____
Q.8.
Which of the following functions are used for obtaining and setting the value of environment variables?
Q.9.
Which of the following action can be taken by a process upon receiving a signal?
Q.10.
What is the default disposition of most signals?