Which register holds the address of the next instruction to be fetched and executed?
The Program Counter (PC) stores the memory address of the next instruction to be fetched and executed.
Which scheduling algorithm is non-preemptive and selects the process with the shortest CPU burst time?
Shortest Job First (SJF) is a scheduling algorithm that associates with each process the length of its next CPU burst, picking the shortest.