recategorized by
1,924 views
4 votes
4 votes

What is the most appropriate function of Memory Management Unit (MMU)?

  1. It is an associative memory to store TLB
  2. It is a technique of supporting multiprogramming by creating dynamic partitions
  3. It is a chip to map virtual address to physical address
  4. It is an algorithm to allocate and deallocate main memory to a process
recategorized by

1 Answer

3 votes
3 votes

 ans is C

memory management unit (MMU), sometimes called paged memory management unit (PMMU), is a computer hardware unit having all memory references passed through itself, primarily performing the translation of virtual memory addresses to physical addresses. It is usually implemented as part of the central processing unit (CPU), but it also can be in the form of a separate integrated circuit

so we can say It is a chip to map virtual address to physical address

Answer:

Related questions

3 votes
3 votes
1 answer
1
go_editor asked Aug 2, 2016
2,558 views
Match the following for UNIX system calls :$\begin{array}{clcl} &\textbf{List-I} && \textbf{List-II} \\ \text{(a)} & \text{exec} & \text{(i)} & \text{Creates new process...
2 votes
2 votes
1 answer
2
go_editor asked Aug 1, 2016
2,767 views
A unix file may be of the typeRegular fileDirectory fileDevice fileAny one of the above
4 votes
4 votes
2 answers
3
go_editor asked Aug 1, 2016
3,840 views
In _____ allocation method for disk block allocation in a file system, insertion and deletion of blocks in a file is easyIndexLinkedContiguousBit Map
2 votes
2 votes
2 answers
4
go_editor asked Aug 1, 2016
3,534 views
Dining Philosopher's problem is aProducer - consumer problemClassical IPC problemStarvation problemSynchronization primitive