Operating System
Programming and Technical
Q. What are the disadvantages of context switching?
A. Time taken for switching from one process to other is pure over head. Because the system does no
useful work while switching. So one of the solutions is to go for threading when ever possible.
Read Solution (Total 0)
Operating System Other Question