试题详情

试题内容

假设磁盘块与缓冲区大小相同,每个盘块读入缓冲区的时间为10μs,由缓冲区送至用户区的时间是5μs,系统对每个磁盘块数据的处理时间为2μs。若用户需要将大小为10个磁盘块的Doc1文件逐块从磁盘读入缓冲区,并送至用户区进行处理,那么采用单缓冲区需要花费的时间为(1)μs;采用双缓冲区需要花费的时间为(2)μs。
(1)A.100
B.107
C.152
D.170
(2)A.100
B.107
C.152
D.170

查看答案

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

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

你可能感兴趣的试题

51题:

在最好和最坏情况下的时间复杂度均为O(nlogn)且稳定的排序方法( )。
A、基数排序
B、快速排序
C、堆排序
D、归并排序

20题:

C程序中全局变量的存储空间在(  )分配
A.代码区
B.静态数据区
C.栈区
D.堆区

34题:

在面向对象程序设计语言中,对象之间通过(1)方式进行通信。以下关于好的面向对象程序设计语言的叙述中,不正确的是(2)。
(1)A.消息传递
B.继承
C.引用
D.多态
(2)A.应该支持被封装的对象
B.应该支持类写实例的概念
C.应该支持通过指针进行引用
D.应该支持继承和多态

73题:The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
All the documents of the project need to be part of this ( ). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).
Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or so
53题:ARP报文分为ARP Request和ARP Response,其中ARP Request采用(1)进行传送,ARP Response采用(2)进行传送。
(1)A、广播
B、组播
C、多播
D、单播
(2)A、组播
B、广播
C、多播
D、单播
15题:

结构化开发方法中,()主要包含对数据结构和算法的设计。
A.体系结构设计
B.数据设计
C.接口设计
D.过程设计