問題詳情
13 在一個分頁系統(paging system)中,假設邏輯位址(logical address)為32 bits,分頁大小(page size)為4K bytes,實體記憶體(physical memory)為256M bytes。此系統使用單一層次分頁表(single-level page table)且每一分頁表項目(page table entry)佔4 bytes。假設目前有3個程序(processes)在系統中,則該系統最多需要用多少實體記憶體來存這些程序的分頁表?
(A)12M bytes
(B)48K bytes
(C)12K bytes
(D)256K bytes
參考答案
答案:A
難度:困難0.228571
統計:A(56),B(62),C(55),D(34),E(0) #
個人:尚未作答書單:網路遮罩
用户評論
【Chien Cheng C】評論
分頁表entry數目*每個entry大小(4bytes)*3個程序(processes)=(2的32次方/4k)*12bytes= 12M bytes
【羅勃霖】評論
這題和101年台鐵的第39題有不一樣的地方
【Tan Chan】評論
若使用inverted page table 256M/4K = 2^16 K bytes