📖 From Operating System • 19. Windows 7 • 6 questions available
Practice MCQs for Thread pool in Process management in Window 7. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
🔄 Last updated: 2026-07-27
Q1. A driver’s ISR queues a work item to the system’s thread pool. Which of the following best describes why using a thread‑pool worker thread is preferred over creating a new thread for each work item?
💡 Difficulty: easy | ✅ Correct: A
Q2. How does the priority relationship between Deferred Procedure Calls (DPCs) and thread‑pool work items affect the latency of I/O completion notifications?
💡 Difficulty: medium | ✅ Correct: A
Q3. A multimedia application queues 200 short‑duration tasks to the thread pool, but the default pool size is only 8 threads. Which strategy will most likely keep frame rendering smooth while still processing all tasks?
💡 Difficulty: hard | ✅ Correct: B
⬆️ View all questions in the quiz below