-*Which function is used for starting a process
wait()exec()exit()fork()-*Which is not one of the major differences between user-level threadsand kernel-level threads
One user-level thread can be only mapped be one kernel thread
User threads are scheduled by the thread library and the kernelschedules kernel threads
User-level threads are unknown by the kernel, whereas thekernel is aware of kernel threads
Kernel threads need not be associated with a process whereasevery user thread belongs to a process
-*In operating system, which sturcture is used for controlling andmanaging the process executionA
interruptsystem kernelC
semaphoreprocess control block+
When a process changes state, which of the following conversion willnot occur
Running->ReadyReady->RunningWaiti