259 views
0 votes
0 votes

Consider the given statements:

S1: kernel level threads can share the code segment.

S2: A fork system call will be fail if the previously executed statement is also a fork call.

  1. S1 and S2 is false
  2. S1 and S2 is true
  3. S2 is true only
  4. S1 is true only

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
DIYA BASU asked Jan 5, 2019
188 views
When a word processor is running do we have 2 threads running one to type in characters and another to check the spellings??
1 votes
1 votes
1 answer
2
air1ankit asked Nov 13, 2017
381 views
If a process on a system could issue an i/o request then the process will be placed on which following state ..a)ready state b) running state c)ready queued)i/o queue //B...