In the context of memory management, what are placement and
replacement algorithms?
Answer / 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 |
What is monolithic kernel?
What is the use of Synchronized keyword?
Give a non-computer example of preemptive and non-preemptive scheduling?
What is Marshalling?
Why are wait states used?
Can x86 run 64 bit?
Explain the main purpose of an operating system?
Mention the steps involved in the execution of a program.
Which is the best page replacement algorithm and Why ?
5 Answers Honeywell, Intel, TCS,
Should I install 32 or 64 bit?
Can I use chkdsk on ssd?
What are the steps involved in following a particular instruction given by the cpu?