MCQ Collection

Operating System MCQs

Practice Operating System questions with answers and explanations.

Which design choice is required when a signal is delivered to a multithreaded process?

Choose an option to check your answer.

In deferred thread cancellation, when does the target thread terminate?

Choose an option to check your answer.

Which cancellation type may terminate a thread immediately without waiting for a safe cancellation point?

Choose an option to check your answer.

What distinguishes the two-level threading model from a basic many-to-many model?

Choose an option to check your answer.

What is the role of a thread library?

Choose an option to check your answer.

Which standardized thread API is widely used on UNIX-like systems?

Choose an option to check your answer.

A web server creates a separate execution flow for each incoming request while sharing cached data. Which design is this?

Choose an option to check your answer.