Threads run in a shared memory space, while processes run in separate memory spaces. | Card: 2 / 20 |
Fill in the blank: Threads share the ______ section, data section, and OS resources within a process. | Card: 3 / 20 |
True or False: User Level Threads (ULT) require kernel intervention for thread switching. | Card: 5 / 20 |
Kernel Level Threads allow better scheduling since the kernel is aware of all threads in the system. | Card: 8 / 20 |
Riddle: I allow multiple tasks to run, sharing the same code but each with its own stack. What am I? | Card: 9 / 20 |
![]() Unlock all Flashcards with EduRev Infinity Plan Starting from @ ₹99 only |
Fill in the blank: The ______ model maps multiple user threads to one kernel thread. | Card: 11 / 20 |
Multiple Choice: Which of the following is NOT an advantage of multi-threading? A) Increased responsiveness B) Faster context switching C) Increased memory usage D) Resource sharing | Card: 13 / 20 |
True or False: In a monolithic kernel, if one service fails, the entire system remains operational. | Card: 17 / 20 |
Fill in the blank: In multithreading, each thread has its own ______ and stack space. | Card: 19 / 20 |






