Question
a.
proportional allocation algorithm
b.
equal allocation algorithm
c.
split allocation algorithm
d.
none of the mentioned
Posted under Operating System
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The algorithm in which we allocate memory to each process according to its size is known as :
Similar Questions
Discover Related MCQs
Q. With either equal or proportional algorithm, a high priority process is treated ___________ a low priority process.
View solution
Q. _________ replacement allows a process to select a replacement frame from the set of all frames, even if the frame is currently allocated to some other process.
View solution
Q. _________ replacement allows each process to only select from its own set of allocated frames.
View solution
Q. One problem with the global replacement algorithm is that :
View solution
Q. ________ replacement generally results in greater system throughput.
View solution
Q. A process is thrashing if :
View solution
Q. Thrashing _______ the CPU utilization.
View solution
Q. A locality is :
View solution
Q. When a subroutine is called,
View solution
Q. A program is generally composed of several different localities, which _____ overlap.
View solution
Q. The accuracy of the working set depends on the selection of :
View solution
Q. If working set window is too small :
View solution
Q. If working set window is too large :
View solution
Q. If the sum of the working – set sizes increases, exceeding the total number of available frames :
View solution
Q. Which of the following is FALSE ?
View solution
Q. The following program:
main()
{
if(fork()>0)
sleep(100);
}
results in the creation of:
View solution
Q. The following C program executes :
main()
{
fork();fork();printf("yes");
}
prints yes:
View solution
Q. A virtual memory system uses First In First Out (FIFO) page replacement policy and allocates a fixed number of frames to a process. Consider the following statements :
P : Increasing the number of page frames allocated to a process sometimes increases the page fault rate
Q : Some programs do not exhibit locality of reference
Which of the following is TRUE?
View solution
Q. For 3 page frames, the following is the reference string :
7 0 1 2 0 3 0 4 2 3 0 3 2 1 2 0 1 7 0 1
How many page faults does the LRU page replacement algorithm produce ?
View solution
Q. Applying the LRU page replacement to the following reference string :
1 2 4 5 2 1 2 4
The main memory can accommodate 3 pages and it already has pages 1 and 2. Page 1 came in before page 2.
How many page faults will occur ?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Operating System? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!