InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
The state of a process is defined by __________(a) the final activity of the process(b) the activity just executed by the process(c) the activity to next be executed by the process(d) the current activity of the processThis question was addressed to me during an internship interview.This interesting question is from Process Control Block in portion Processes of Operating System |
|
Answer» Right ANSWER is (d) the current ACTIVITY of the process |
|
| 52. |
The number of processes completed per unit time is known as __________(a) Output(b) Throughput(c) Efficiency(d) CapacityI have been asked this question in exam.Enquiry is from Process Control Block topic in section Processes of Operating System |
|
Answer» RIGHT answer is (b) Throughput The explanation: The number of PROCESSES completed per unit time is known as Throughput. Suppose there are 4 processes A, B, C & D they are taking 1, 3, 4 & 7 units of time respectively for their executions. For 10 units of time, throughput is high if PROCESS A, B & C are running first as 3 processes can EXECUTE. If process C runs first then throughput is low as maximum only 2 processes can execute. Throughput is low for processes which take a long time for execution. Throughput is high for processes which take a short time for execution. |
|
| 53. |
A Process Control Block(PCB) does not contain which of the following?(a) Code(b) Stack(c) Bootstrap program(d) DataI had been asked this question in unit test.My question is from Process Control Block in portion Processes of Operating System |
|
Answer» The CORRECT choice is (c) Bootstrap program |
|
| 54. |
The address of the next instruction to be executed by the current process is provided by the __________(a) CPU registers(b) Program counter(c) Process stack(d) PipeThis question was posed to me at a job interview.My question is taken from Processes topic in division Processes of Operating System |
|
Answer» Right option is (B) Program COUNTER |
|
| 55. |
Which system call can be used by a parent process to determine the termination of child process?(a) wait(b) exit(c) fork(d) getI had been asked this question in an internship interview.The doubt is from Processes in portion Processes of Operating System |
|
Answer» Right choice is (a) wait |
|
| 56. |
A process stack does not contain __________(a) Function parameters(b) Local variables(c) Return addresses(d) PID of child processThis question was posed to me in exam.My question comes from Processes in division Processes of Operating System |
|
Answer» Correct choice is (d) PID of child process |
|
| 57. |
A set of processes is deadlock if __________(a) each process is blocked and will remain so forever(b) each process is terminated(c) all processes are trying to kill each other(d) none of the mentionedThis question was posed to me in unit test.Question is taken from Processes in portion Processes of Operating System |
|
Answer» Correct answer is (a) each process is blocked and will remain so forever |
|
| 58. |
What is interprocess communication?(a) communication within the process(b) communication between two process(c) communication between two threads of same process(d) none of the mentionedI had been asked this question at a job interview.This question is from Processes in chapter Processes of Operating System |
|
Answer» Right answer is (b) communication between two process |
|
| 59. |
What is the ready state of a process?(a) when process is scheduled to run after some execution(b) when process is unable to run until some task has been completed(c) when process is using the CPU(d) none of the mentionedI got this question in an interview.I'm obligated to ask this question of Processes in portion Processes of Operating System |
|
Answer» Right CHOICE is (a) when process is SCHEDULED to run after some execution |
|
| 60. |
A process can be terminated due to __________(a) normal exit(b) fatal error(c) killed by another process(d) all of the mentionedI got this question during an internship interview.This question is from Processes in portion Processes of Operating System |
|
Answer» The correct answer is (d) all of the mentioned |
|
| 61. |
In Unix, Which system call creates the new process?(a) fork(b) create(c) new(d) none of the mentionedI got this question in exam.Asked question is from Processes in portion Processes of Operating System |
|
Answer» Correct option is (a) fork |
|
| 62. |
In operating system, each process has its own __________(a) address space and global variables(b) open files(c) pending alarms, signals and signal handlers(d) all of the mentionedThe question was posed to me in quiz.The origin of the question is Processes topic in division Processes of Operating System |
|
Answer» Correct CHOICE is (d) all of the mentioned |
|
| 63. |
The systems which allow only one process execution at a time, are called __________(a) uniprogramming systems(b) uniprocessing systems(c) unitasking systems(d) none of the mentionedI had been asked this question in unit test.Question is from Processes in chapter Processes of Operating System |
|
Answer» The CORRECT option is (b) uniprocessing SYSTEMS |
|
| 64. |
The OS X has ____________(a) monolithic kernel(b) hybrid kernel(c) microkernel(d) monolithic kernel with modulesI had been asked this question during an interview.This question is from Basics in portion Processes of Operating System |
|
Answer» Right CHOICE is (b) hybrid KERNEL |
|
| 65. |
Which one of the following is not a real time operating system?(a) VxWorks(b) QNX(c) RTLinux(d) Palm OSI had been asked this question in exam.This intriguing question originated from Basics topic in section Processes of Operating System |
|
Answer» Right choice is (d) Palm OS |
|
| 66. |
Which facility dynamically adds probes to a running system, both in user processes and in the kernel?(a) DTrace(b) DLocate(c) DMap(d) DAddThe question was asked in quiz.I would like to ask this question from Basics topic in portion Processes of Operating System |
|
Answer» CORRECT CHOICE is (a) DTrace Easy explanation - A facility that dynamically adds PROBES to a running SYSTEM, both in user process and in the kernel is called DTrace. This is very much useful in troubleshooting kernels in real-time. |
|
| 67. |
If a process fails, most operating system write the error information to a ______(a) log file(b) another running process(c) new file(d) none of the mentionedI got this question in an international level competition.My doubt is from Basics topic in portion Processes of Operating System |
|
Answer» The correct answer is (a) LOG file |
|
| 68. |
In Operating Systems, which of the following is/are CPU scheduling algorithms?(a) Round Robin(b) Shortest Job First(c) Priority(d) All of the mentionedI had been asked this question in exam.Enquiry is from Basics topic in chapter Processes of Operating System |
|
Answer» Right OPTION is (d) All of the mentioned |
|
| 69. |
What is the main function of the command interpreter?(a) to get and execute the next user-specified command(b) to provide the interface between the API and application program(c) to handle the files in operating system(d) none of the mentionedThe question was asked in an interview for internship.My doubt is from Basics topic in section Processes of Operating System |
|
Answer» Correct OPTION is (a) to get and execute the next user-specified COMMAND |
|
| 70. |
Which one of the following error will be handle by the operating system?(a) power failure(b) lack of paper in printer(c) connection failure in the network(d) all of the mentionedI had been asked this question by my school principal while I was bunking the class.The question is from Basics in chapter Processes of Operating System |
|
Answer» The correct OPTION is (d) all of the mentioned |
|
| 71. |
Which one of the following is not true?(a) kernel is the program that constitutes the central core of the operating system(b) kernel is the first part of operating system to load into memory during booting(c) kernel is made of various modules which can not be loaded in running operating system(d) kernel remains in the memory during the entire computer sessionThe question was posed to me in an online quiz.My question is taken from Basics topic in portion Processes of Operating System |
|
Answer» Correct choice is (c) KERNEL is made of various modules which can not be LOADED in running operating system |
|
| 72. |
To access the services of operating system, the interface is provided by the ___________(a) System calls(b) API(c) Library(d) Assembly instructionsI had been asked this question in an internship interview.This is a very interesting question from Basics topic in chapter Processes of Operating System |
|
Answer» Right ANSWER is (a) System calls |
|
| 73. |
What is an operating system?(a) collection of programs that manages hardware resources(b) system service provider to the application programs(c) interface between the hardware and application programs(d) all of the mentionedI got this question in an interview for job.This question is from Basics topic in portion Processes of Operating System |
|
Answer» Correct OPTION is (d) all of the mentioned |
|