This document discusses First Come First Serve (FCFS) scheduling algorithm. It explains that FCFS is a non-preemptive scheduling technique that processes jobs in the order of their arrival without interrupting running jobs. The document then provides examples of applying FCFS scheduling with and without consideration for processes' arrival times. It shows the Gantt charts generated from scheduling processes in different orders based on their arrival times and calculates turnaround times and waiting times.