293 views

1 Answer

Best answer
5 votes
5 votes
LAS (Logical Address Space), this is the space occupied by the program in the memory. When you divided the program into the small size of pages, then you have to keep track of which pages is into the main memory. Hence you need a table, which has equal no of entries as the number of pages in the program. This page table entries are numbered from 1 to n (if there are n pages in the program).

Suppose 5th entries of the page table contains the 1, it means that 5th page of the program is loaded into the main memory, if it is 0 then it's not loaded.

I hope I answer you well. If you have any other queries regarding this, then just let me know.
selected by

Related questions

0 votes
0 votes
0 answers
1
SSR17 asked Feb 8
210 views
we have 8 pages (each side 32B) to store in physical memory of 2^32 bits how many bits are required to identify each page , according to me 3 bits are required but that i...
0 votes
0 votes
2 answers
4
Unique_999 asked Aug 17, 2023
321 views
Can Any explain the relationship between The “ Word Size “ and “ Logical Address Space “