Computer Sciences > GATE 2024 Set-2 > Memory Management
Which of the following is/are the responsibility of the Memory Management Unit (MMU) of the CPU in a system with paged memory management?
A
Convert a logical address to a physical address using the page table
B
Raise a page fault if the page is not present in main memory
C
Raise a page fault when the logical address is not found in the page table
D
Raise a trap when a process tries to write to a page marked with read-only permission in the page table

Explanation

Correct : a,b,d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science