edited by
269 views
1 votes
1 votes

Given memory partition of $100K, \ 500K, \ 200K, \ 300K$ and $600K$ in order, if we have processes needing memory of $212K, \ 417K, \  112K$ and $405K$ respectively, which of the following memory allocation technique(s) will be suitable to allocate memory for all the processes?

  1. First Fit
  2. Best Fit
  3. Worst Fit
  1. II only
  2. I and II
  3. II and III
  4. All three
edited by

1 Answer

Answer:

Related questions

2 votes
2 votes
1 answer
1
Bikram asked Dec 26, 2016
262 views
Consider the following 3 processes with 3 binary semaphores with initial values $S_{0}=0, S_{1}=0, S_{2}=1$$$ \begin{array}{|c|c|c|} \hline \textbf{P} & \textbf{Q} & \tex...
2 votes
2 votes
3 answers
2
Bikram asked Dec 26, 2016
1,032 views
In a paged memory, the page hit ratio is $0.35$. The time required to service the page fault is $100$ ns. Time required to access a page in primary memory is $10$ ns.The ...
1 votes
1 votes
1 answer
4
Bikram asked Dec 26, 2016
201 views
A counting semaphore is initialized to $10$. The $6$ P(wait) operations and $4$ V(signal) operations were completed in this semaphore. The resulting value of semaphore is...