edited by
1,531 views
3 3 votes
Consider a system using segmented paging architecture.The segment is divided into 1K pages.Each page having 128 entries.Segment table is divided into 512 pages and each page having 1024 entries.The size of page table entries are 2 words.If 15 bits are required to represent the frames of physical memory,the size of page table of segment table is ___________(in words).[assume memory is word addressable]

The answer given is 1024 while I am getting 2048.

Can anyone provide a detailed explanation if I am wrong?

1 Answer

1 1 vote
Given Word Addressable (means every word can be identified uniquely)

given :segment table is divided into 512 pages and each page contain 1024 entries

but each page table length is (2word) therefore 2^9 indexing must be there to identify each word uniquely

therefore no of bits for indexing page table is 9 means 2^9=512

and 512 *2words =1024 words is the size of page table

 

 

 

may be ,i too wrong ,but if u find the reason please share
Position:
Show:

Related questions

2 2 votes
1 1 answer
1.0k
1.0k views
0 0 votes
3 answers 3 answers
2.0k
2.0k views
1 1 vote
0 0 answers
1.2k
1.2k views
zeeshanmohnavi asked Dec 25, 2018
1,153 views
Consider five memory partitions of size $100 \text{ KB }, 500 \text{ KB }, 200 \text{ KB }, 450 \text{ KB and } 600 \text{ KB }$ in same order. If sequence of requests fo...
2 2 votes
2 2 answers
2.5k
2.5k views
balraj_allam asked Dec 6, 2018
2,499 views
Consider a paging scheme, in which average process size is 32MB and each page table entry size is 4B. The optimal size of page to minimize the total overload due to page ...