【名词&注释】
利用率(utilization ratio)、人机界面(man-machine interface)、操作方法(operation method)、操作员(operator)、设备驱动程序(device driver)、单元格(unit grid)、通俗易懂、菜单项(menu item)、翻译程序、字处理程序(word processing program)
[单选题]在操作系统文件管理中,通常采用______来组织和管理外存中的信息。
A. 字处理程序(word processing program)
B. 设备驱动程序
C. 文件目录
D. 语言翻译程序
查看答案&解析查看所有试题
学习资料:
[单选题]●试题七阅读以下说明和C++代码,将解答写入答题纸的对应栏内。
A. 【说明】
B. 请编写一个函数int SeqSearch(int list[],int start,int n,int key),该函数从start开始,在大小为n的数组list中查找key值,返回最先找到的key值的位置,如果没有找到则返回-1。请修改程序中画线部分的错误并将不同情况下的输出结果补充完整。
C. 【程序】
D. 文件search.cpp的内容如下:
E. include
F. int SeqSearch(int list[],int start,int n,int key)
G. {
H. for(int i=start;i<=n;i++)// (1)
I. {
J. if(list[i]=key) // (2)
K. {
L. return i;
M. }
N. }
O. return -1;
P. }
Q. void main()
R. {
S. int A[10];
T. int key,count=0,pos;
U. cout$amp;for(pos=0;pos<10;pos++)
V. {
W. cin$amp;>amp;$gt;A; // (3)
X. }
Y. cout$amp;cin$amp;>amp;$gt;key;
Z. pos=0;
[单选题]●在Excel的A1单元格中输入函数“=ROUND(13.4,-1)”,按回车键后,Al单元格中的值为(51)。(51)
A. -13.4
B. 13.4
C. 12.4
D. 10
[单选题]A multicast router may receive thousands of multicast(71)every day for different groups. If a router has no knowledge about the membership status of the(72), it must broadcast all of these packets. This creates a lot of traffic and consumes(73). A better solution is to keep a list of groups in the network for which there is at least one loyal member.(74)helps the multicast router create and update this list. For each group, there is one router that has the duty of distributing the(75)packets destined for that group. This means that if there are three multicast routers connected to a network, their lists of groupids are mutually exclusive. A host or multicast router can have membership in a group.
A. packets
B. errors
C. reports
D. alarms
[单选题]操作员对某软件人机界面的以下评价意见中,( )并不是表扬。
A. 各菜单项(menu item)通俗易懂,易于操作,容易学
B. 完成每项任务的操作方法唯一,不会乱
C. 各菜单项(menu item)的安排顺序很有规律,容易找
D. 执行删除操作前需要用不易错
[单选题]用户A与用户B通过卫星链路通信时,传播延迟为540ms,假设数据速率是64Kbit/s,帧长4000bit,若采用停等控制协议通信,则最大链路利用率为(22);若采用后退N帧 ARQ协议通信,发送窗口为8,则最大链路利用率可以达到(23)。
A. 0.058
B. 0.116
C. 0.188
D. 0.231
本文链接:https://www.51ksbd.net/show/9vg8rz.html