3,911 views
2 votes
2 votes
When the valid – invalid bit is set to valid, it means that the associated page :
a) is in the TLB
b) has data in it
c) is in the process’s logical address space
d) is the system’s physical address space

1 Answer

1 votes
1 votes

Option C.

When the valid bit is set then the associated page is in the process's logical address space and the process can use it. If it is not set, then it means that the page page doesn't belong to the current process running.

Related questions

2 votes
2 votes
1 answer
4
AnilGoudar asked Jan 2, 2018
440 views
1) Why multi-level paging is used and what are its advantages?2) Why paging is used in segmentation?