1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Why are threads useful for GUI applications?
They keep the interface responsive by letting background tasks run without freezing the UI.
How does concurrency improve CPU utilisation?
It allows the system to switch between tasks when idle like waiting for user input or I/O.
What are the advantages of threads sharing the same memory space?
It makes communication faster and uses less system overhead
How do servers benefit from multithreading?
Can handle multiple client requests therefore improving performance