试题详情

试题内容

在某计算机中,假设某程序的 6 个页面如下图所示,其中某指令“COPY A TO B”跨两个页面,且源地址 A 和目标地址 B 所涉及的区域也跨两个页面。若地址为 A 和 B 的页面操作数均不在内存,计算机执行该 COPY 指令时,系统将产生  (1)  次缺页中断;若系统产生三次缺页中断,那么该程序应有  (2)  个页面在内存。

(1)A、2
B、3
C、4
D、5
(2)A、2
B、3
C、4
D、5

查看答案

软题库参考答案:C、B(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

19题:算数表达式a*(b+c/d)-e的后缀式为( )。
A. a b c d/+*e-
B. a b c de*+/-
C. a*b+c/d-e
D. ab*cd/+e-

14题:以下关于无向连通图 G 的叙述中, 不正确的是( ) 。
A. G 中任意两个顶点之间均有边存在
B.G 中任意两个顶点之间存在路径
C. 从 G 中任意顶点出发可遍历图中所有顶点
D.G 的临接矩阵是对称矩阵
47题:

在13个元素构成的有序表M[1…13]中进行折半查找(向下取整),若找到的元素为M[4],则被比较的元素依次为()。
A.M[7]、M[3]、M[5]、M[4]
B.M[7]、M[5]、M[4]
C.M[7]、M[6]、M[4]
D.M[7]、M[4]

14题:

语言L={ambn|m≥0,n≥1}的正规表达式是( )。
A、a*bb* 
B、aa*bb* 
C、aa*b* 
D、a*b* 

71题:

WebSQL is a SQL-like (1) language for extracting information from the web. Its capabilities for performing navigation of web (2) make it a useful tool for automating several web-related tasks that require the systematic processing of either all the links in a (3) , all the pages that can be reached from a given URL through (4) that match a pattern, or a combination of both. WebSQL also provides transparent access to index servers that can be queried via the Common (5) Interface.
(1)A、q
26题:

某磁盘磁头从一个磁道移至另一个磁道需要 10ms。文件在磁盘上非连续存放,逻辑上相邻数据块的平均移动距离为 10 个磁道,每块的旋转延迟时间及传输时间分别为100ms 和 2ms,则读取一个 100 块的文件需要  ( )  ms 时间。
A、10200
B、11000
C、11200
D、20200