Paper Title
Analysis of Process Scheduling Algorithms: SJF with and without Interruptions

Abstract
Process scheduling is a key operation for operating systems. The goal of scheduling algorithms is to minimize delay time, response time, and time needed to change the context. SJF (Shortest Job First) is a process scheduling algorithm that selects the one that requires the least execution time in the order of the ready execution process. The SJF algorithm can be with and without interruption. In this paper, the aim of the research is to experimentally analyze the performance of the SJF process scheduling algorithm with and without interruption. Index Terms - Interrupt, Context Change, Process Scheduling, SJF.