answersLogoWhite

0


Best Answer

Q No. 3: (a) How MMU is used to address the physical and logical cache arrangement? Explain the difference between Least recently used and least frequently used replacement algorithm.

User Avatar

Hassan nadeem

Lvl 2
3y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Q No. 3: (a) How MMU is used to address the physical and logical cache arrangement Explain the difference between Least recently used and least frequently used replacement algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which cache mapping function does not require replacement algorithm?

direct mapping doesn't need replacement algorithm


How do you solve problems of optimal page replacement of algorithm?

plz solve 4201261402357 reference string by optimal page replacement algorithm


Explain the lru algorithm from the page replacement algorithm?

First In First Out (FIFO) – This is the simplest page replacement algorithm. ...Optimal Page replacement – In this algorithm, pages are replaced which would not be used for the longest duration of time in the future. ...Least Recently Used – In this algorithm page will be replaced which is least recently used.First In First Out (FIFO) – This is the simplest page replacement algorithm. ...Optimal Page replacement – In this algorithm, pages are replaced which would not be used for the longest duration of time in the future. ...Least Recently Used – In this algorithm page will be replaced which is least recently used.


What is the difference between AES Rijndael symmetric algorithm encryption and a hash algorithm?

678


What is difference between lemma and algorithm?

A Method that used to be a comouter to soultion of promlems is called algorithm.


What is the difference between an algorithm and a computer program?


What is the difference between advanced encryption algorithm and encryption algorithm?

People have developed many encryption algorithms. One particular encryption algorithm is the Rijndael algorithm, usually called the AES or Advanced Encryption Standard.


What is the difference between procedure and algorithm?

A procedure can go on forever.Where as an Algorithm, will eventually terminate and will have each step precisely defined.


What are the difference between greedy algorithm and dynamic programing?

A greedy algorithm is similar to a dynamic programming algorithm, but the difference is that solutions to the subproblems do not have to be known at each stage; instead a "greedy" choice can be made of what looks best for the moment.


What is the difference between an algorithm and flow chart WITH examples?

An algorithm is a method of solving a problem. A flow chart is a tool for visualizing algorithms.


Difference between Bresenham and midpoint circle drawing algorithm?

what is difference between mid-point and bresenhams circle algorithm what is difference between mid-point and bresenhams circle algorithm bresenhams circle algorithm results in a much more smoother circle,comparred to midpoint circle algorithm..In mid point,decision parameter depends on previous decision parameter and corresponding pixels whereas in bresenham decision parameter only depends on previous decision parameter...


Difference between greedy algorithm and dynamic programming?

the basic difference between them is that in greedy algorithm only one decision sequence is ever generated. where as in dynamic programming many decision sequences are generated.