In the context of memory management, what are placement and
replacement algorithms?
Answer Posted / guest
Placement algorithms determine where in available real-
memory to load a program. Common methods are first-fit,
next-fit, best-fit. Replacement algorithms are used when
memory is full, and one process (or part of a process)
needs to be swapped out to accommodate a new program. The
replacement algorithm determines which are the partitions
to be swapped out.
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
Can a 64 bit computer run 32 bit programs?
Which is better chkdsk r or f?
What is the difference between shared memory and distributed memory?
What are the 4 major types of operating system?
What are the different raid levels?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Describe the Operating System concept of Segmentation
Explain segmentation with paging?
What is a rootkit virus?
What is operating system and type of operating system?
What is option in grep?
Command Kill any user’s all processes.
Can I run 64 bit on x86?
Can I have two operating systems on one computer?
Tell us something about mutex.