R eal-time system · In a real time operating system, a job is to be completed within the rigid time constraints otherwise job loses its meaning. · A real time system function correctly only if it returns the correct result within its time constraints · Thus, in a real-time system, the correctness of the computation not only depends upon the logical correctness of the computation but also upon the time at which the result is produced. R eal-time system In a real time system various functions like process scheduling, memory management, I/O management and file management are performed as follows : 1. Process scheduling . the real time system uses priority based pre-emptive scheduling. each process is assigned a certain level of ...
Comments
Post a Comment