题目内容

Which of the following statements is true regarding simple sort techniques?

A. Exchange sort is frequently referred to as a bubble sort.
B. Exchange sort is the least expensive.
C. If random data are in an array that is to be sorted, an Insertion Sort will give the best performance for large elements with small sort items.
D. Both Insertion Sort and Selection Sort require O(n)moves.

查看答案
更多问题

在OSI参考模型中,两个(N)成实体之间交换的数据单元称之为(N)协议数据单元, 记做(N)PDU。(N)PDU由两部分组成:(N)PCI与

A. (N+1)IDU
B. (N+1)SDU
C. (N)SDU
D. (N)IDU

网络文件访问是网络系统的基本功能,TCP/IP、XNS与SNA均有网络文件访问协议。 网络文件访问包括两种不同的形式:文件传输与文件访问。文件访问又叫做访问 (on-lineaccess),它

A. 要求用户直接将远地文件全部拷贝到本地文件系统
B. 允许多个远地程序同时访问单个文件,在原文件上进行操作,而没有文件拷贝过程
C. 要求本地用户连入局域网中
D. 要求用户通过电子邮件方式交换信息

下面推理中
正确的是

A. a、b和c都正确
B. c和d正确
C. a和b正确
D. 只有a正确

用数组A[0,N-1]存放循环队列的元素值,若其头指针和尾指针分别为front和rear,则循环队列中当前元素的个数为

A. (rear-front+N+1)mod N
B. (rear-front+1)mod N
C. (rear-front-1+N)mod N
D. (rear-front)mod N

答案查题题库