Operating System Programming and Technical

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.

Read Solution (Total 1)

Operating System Other Question

Q. What is a device queue?

A. A list of processes waiting for a particular I/O device is called device queue.
Q. What is relative path and absolute path?

A. Absolute path-- Exact path from root directory.
Relative path-- Relative to the current path.