Operating System
Programming and Technical
Q. What is relative path and absolute path?
A. Absolute path-- Exact path from root directory.
Relative path-- Relative to the current path.
Read Solution (Total 0)
Operating System Other Question
Q. What are the different types of Real-Time Scheduling?
A. Hard real-time systems required to complete a critical task within a guaranteed amount of time.
Soft real-time computing requires that critical processes receive priority over less fortunate ones.
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.