Discuss, Learn and be Happy דיון בשאלות

help brightness_4 brightness_7 format_textdirection_r_to_l format_textdirection_l_to_r

Multithreading on a multi – CPU machine

1
done
by
מיין לפי

The kernel is _______ of user threads

1
done
by
מיין לפי

If the kernel is single threaded, then any user level thread performing a blocking system call will

1
done
by
מיין לפי

Because the kernel thread management is done by the Operating System itself

1
done
by
מיין לפי

If a kernel thread performs a blocking system call,

1
done
by
מיין לפי

Which of the following is FALSE?

1
done
by
מיין לפי

In the Many to One model, multiple threads are unable to run in parallel on multiprocessors because of

1
done
by
מיין לפי

Which of the following system calls does not return control to the calling point, on termination?

1
done
by
מיין לפי

The following program results in the creation of? main() { if(fork()>0) sleep(100); }

1
done
by
מיין לפי

Which of the following system calls transforms executable binary file into a process?

1
done
by
מיין לפי