Explore topic-wise MCQs in Operating System Questions & Answers Threads.

This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Operating System Questions & Answers Threads knowledge and support exam preparation. Choose a topic below to get started.

1.

Termination of the process terminates ___________

A. first thread of the process
B. first two threads of the process
C. all threads within the process
D. no thread within the process
Answer» D. no thread within the process
2.

The jacketing technique is used to ___________

A. convert a blocking system call into non blocking system call
B. create a new thread
C. communicate between threads
D. terminate a thread
Answer» B. create a new thread
3.

The time required to create a new thread in an existing process is ___________

A. greater than the time required to create a new process
B. less than the time required to create a new process
C. equal to the time required to create a new process
D. none of the mentioned
Answer» C. equal to the time required to create a new process
4.

If one thread opens a file with read privileges then ___________

A. other threads in the another process can also read from that file
B. other threads in the same process can also read from that file
C. any other thread can not read from that file
D. all of the mentioned
Answer» C. any other thread can not read from that file
5.

A process can be ___________

A. single threaded
B. multithreaded
C. both single threaded and multithreaded
D. none of the mentioned
Answer» D. none of the mentioned