edited by
5,152 views

7 Answers

Best answer
9 votes
9 votes
Paging is a part of operating system. operating system should implement paging.

Now if here paging algorithm means page replacement algorithm then option a is incorrect.

for dynamic address translation we need MMU(Memory Management Unit) which itself is a hardware. so option c is correct.
selected by
4 votes
4 votes

Dynamic Address Translation, or DAT, is the process of translating a virtual address during a storage reference into the corresponding physical address.

This is done by a hardware component, sometimes called a memory management unit, which looks up the physical address (from the page and segment tables) corresponding to a virtual address and passes the real address to the CPU component that execute instructions.

So DAT is hardware device necessary to implement paging.

0 votes
0 votes

(b) and (d) cannot be the answer..
so now we have to choose from (a) and (c) i will go with (a )option as i think  it is a part of operating system paging algorithm ...

0 votes
0 votes

answer c is correct 

Answer:

Related questions

3 votes
3 votes
2 answers
1
ajit asked Sep 20, 2015
3,870 views
Thrashingalways occurs on large computersis a natural consequence of virtual memory systemscan always be avoided by swappingcan be caused by poor paging algorithms
34 votes
34 votes
3 answers
2
Kathleen asked Sep 29, 2014
10,955 views
Dirty bit for a page in a page tablehelps avoid unnecessary writes on a paging devicehelps maintain LRU informationallows only read on a pageNone of the above
1 votes
1 votes
1 answer
3
go_editor asked Jun 13, 2016
4,646 views
The page replacement algorithm which gives the lowest page fault rate isLRUFIFOOptimal page replacementSecond chance algorithm
9 votes
9 votes
2 answers
4
go_editor asked Jun 13, 2016
5,848 views
The performance of Round Robin algorithm depends heavily onsize of the processthe I/O bursts of the processthe CPU bursts of the processthe size of the time quantum