The document presents a new CPU scheduling algorithm called Dynamic Average Burst Round Robin (DABRR) that utilizes a dynamic time quantum to improve performance over the traditional Round Robin (RR) algorithm. Experimental comparisons demonstrate that DABRR achieves better average waiting times, turnaround times, and context switching metrics, addressing the shortcomings of fixed time quantum methods. The study details the implementation of DABRR and provides analytical data supporting its effectiveness in CPU scheduling.