单选题 The purpose of 23 is to enlarge the 24 , the set of addresses a program can utilize. For example, it might contain twice as many addresses as main memory. A program using all of it, therefore, would not be able to fit in main memory all at once. Nevertheless, the computer could execute such a program by Copying into main memory those portions of the program needed at any given point during execution.
To facilitate copying 23 into real memory, the operating system divides it into pages, each of which contains a fixed number of addresses. Each page is stored on a disk until ii is needed. When the page is needed, the operating system copies it from disk to main memory, translating the 26 into real addresses. The process of translating virtual addresses into real addresses is called 27 . The copying of virtual pages from disk to main memory is known as 28 or swapping.
【正确答案】 C
【答案解析】[解析] virtual memory:虚拟内存
【正确答案】 A
【答案解析】[解析] address space:地址空间
【正确答案】 C
【答案解析】[解析] virtual addresses:虚拟地址
【正确答案】 B
【答案解析】[解析] mapping:映射
【正确答案】 A
【答案解析】[解析] paging:页面调度