operating system question
Consider an operating system with a process state transition diagram given below
What system calls can change a process state from run to ready? run to wait?
exec(), exit(), wait()?