A. Long term scheduler determines when a process should enter the ready state and start competing for the CPU. B. Preemptive scheduling algorithm may stop a running process when a new process enters the Ready List C. Stack and CPU registers are shared across threads in a multithreaded process. D. Global variables are shared between threads in a multithreaded process.