Skip to content
Notesformsc
  • Home
  • Blog
  • Computer Science
    • Algorithms
    • Computer Organization
    • Computer Networks
    • Data Mining
    • Data Structures
    • DBMS
    • Digital Design
    • Operating Systems
  • Programming
    • C Tutorial
    • C++ Tutorial
    • CSS Tutorial
    • HTML Tutorial
    • Python Tutorial
    • VB 6.0 Tutorial
    • JavaScript Tutorial
  • Examples
    • C Examples
    • C++ Examples
    • VB 6 Projects
  • Mathematics
    • Linear Algebra
    • Discrete Mathematics
    • Engineering Mathematics

Shortest Job First

Shortest-Job-First ( SJF )

March 30, 2023May 10, 2019 by admin

The shortest job first algorithm associates the length of the next CPU burst with each process. The CPU time is assigned to a process with the smallest next CPU burst time. Gantt Chart for SJF If there are two processes with the same next CPU burst time, then FCFS algorithm is applied to them. Consider … Read more

Categories Operating Systems Tags CPU Scheduling, Shortest Job First, SJF
  • Home
  • About
  • Contact
  • Blog
  • Cookie Policy
  • Privacy Policy
© 2023 Notesformsc • Built with GeneratePress