试题内容
软题库参考答案:C、B(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
某仓库有两名发货员,一名审核员。当顾客提货时,只要发货员空闲,允许顾客进入仓库提货,顾客离开时,审核员检验顾客提货是否正确。其工作流程如下图所示。为了利用PV操作正确地协调他们之间的工作,设置了两个信号量S1和S2,且S1的初值为2,S2的初值为1。图中的a应填写(1) ;图中的b、c和d应分别填写(2) 。
(1)A、P(S1)
B、P(S2)
C、V(S1)
D、V(S2)
(2)A、P(S2)、V(S2)和V(S1)
B、P(S1)、V(S1)和V(S2)
C、V(S1)、P(S2)和V(S2)
D、V(S2)、P(S1)和V(S1)
以下显示器像素点距的规格中,最好的是 ( ) 。
A、0.39
B、0.33
C、0.31
D、0.28
数据存储在磁盘上的排列方式会影响I/O服务的总时间。假设每磁道划分成10个物理块,每块存放1个逻辑记录。逻辑记录R1,R2,…,R10存放在同一个磁道上,记录的安排顺序如下表所示:
假定磁盘的旋转速度为20ms/周,磁头当前处在R1的开始处。若系统顺序处理这些记录,使用单缓冲区,每个记录处理时间为4ms,则处理这10个记录的最长时间为(1);若对信息存储进行优化分布后,处理10个记录的最少时间为(2)。
(1)A、180ms
B、200ms
C、204ms
D、220ms
(2)A、40ms
B、60ms
C、100ms
D、160ms
The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of (1) and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions – time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive (2) which is concluded with a well-defined (3)
第69题: 以下 HTML 代码中,创建指向邮箱地址的链接正确的是 ( ) 。
A.<a href="email:test@test.com">test@test.com</a>
B. <a href="emailto:test@test.com ">test@test.com</a>
C. <a href="mail:test@test.com"> test@test.com</a>
D.<a href="m ailto:test@test.com">test@test.com</a>