recategorized by
370 views

2 Answers

0 votes
0 votes
As nothing is mentioned assuming PTE  = Frame number bits + valid/invalid bit

Number of bits for frame number  = $11 -1$ = $10$

So bits in PA = Frame number bits + offset bits = $10$ $+$  $\log 2^{8}$ = $10$ $+$  $8$ = $18$ bits

Physical address space = $2^{18}$ = $256$ $KB$
0 votes
0 votes
The size of the physical address space in a paging system can be calculated by multiplying the number of entries in the page table by the page size.

In this case, the page table has 64 entries, and each entry is 11 bits long, including valid and invalid bits. The page size is 256 bytes. Therefore, the size of the physical address space is 64 * 256 bytes = 16384 bytes.

Related questions

2 votes
2 votes
1 answer
1
1 votes
1 votes
2 answers
3
admin asked Dec 15, 2022
732 views
What is the minimum number of nodes required in a DAG (Directed Acyclic Graph) for the following block?\[\begin{aligned}U=Z & =V+W \\X=Y & =U+1 \\A & =X+Y\end{aligned}\]