Q: Suppose page size is 8B, find a paragraph of english article, and divided into pages, and set page table and map the contents into physical memory.
String:Modern enterprises need acc (24 characters)
log_addr(logical memory)
phy_addr(physical memory)
page_size=8
page_table_num=log_addr/page_size
offset=log_addr%page_size
phy_addr=page_size*page_table_num+offset