一起答
单选

● 下列有关数据存储结构的叙述中,正确的是“ (44) ”和“ (45) ”。

(44)A

. 顺序存储方式只能用于存储线性结构

B. 顺序存储方式的优点是存储密度,插入、删除运算效率高

C. 链表的每个结点中都恰好包含一个指针

D. 队列的存储方式既可以是顺序方式,也可以是链接方式

(45)

  • A. 散列表的结点中只包含数据元素自身的信息,不包含任何指针
  • B. 负载因子(装填因子)是散列法一个重要参数,它反映散列表装满程度
  • C. 散列法存储的基本思想是把关键字的值作为数据的存储地址
  • D. 在散列法中,不同的关键字值对应到不同的存储地址称作发生了冲突
参考答案
查看试卷详情
相关试题
  1. ● 下图是HTML文件test.html在 IE 中的显示效果,实现图中①处效果的HTML语句是 (68) ,实现图中②处效果的HTML语句是 (69) ,实现图中③处效果的HTML语句是 (70) 。

    (68)

    • A.   我的主页   
    • B.   我的主页
    • C.   我的主页   
    • D.   

      我的主页

          (69)
    • A.                
    • B.   
    • C.          
    • D.       (70)
    • A.   Welcome       
    • B.   
        Welcome
  2. ● Why is  (71) fun? What delights may its practitioner expect as his reward? First is the sheer joy of making things. As the child delights in his mud pie, so the adult enjoys building things, especially things of his own design. Second is the pleasure of making things that are useful to other people. Third is the fascination of fashioning complex puzzle-like objects of interlocking moving parts and watching them work in subtle cycles, playing out the consequences of principles built in from the beginning. Fourth is the joy of always learning, which springs from the  (72)   nature of the task. In one way or another the problem is ever new, and its solver learns something: sometimes  (73)  , sometimes theoretical, and sometimes both. Finally, there is the delight of working in such a tractable medium. The  (74) , like the poet, works only slightly removed from pure thought-stuff. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures.  Yet the program  (75) , unlike the poet's words, is real in the sense that it moves and works, producing visible outputs separate from the construct itself. It prints results, draws pictures, produces sounds, moves arms. Programming then is fun because it gratifies creative longings built deep within us and delights sensibilities we have in common with all men.

    (71)

    • A.   programming               
    • B.   composing
    • C.  working                       
    • D.  writing    (72)
    • A.   repeating                 
    • B.   basic
    • C.   non-repeating                     
    • D.   advance    (73)
    • A.   semantic                 
    • B.   practical
  3. ● 下面选项中,不属于HTTP 客户端的是 (65) 。

    (65)

    • A.   IE      
    • B.  Netscape           
    • C.  Mozilla           
    • D.  Apache
  4. ● 下列网络互连设备中,属于物理层的是 (66) ,属于网络层的是 (67) 。

    (66)

    • A. 中继器&n
    • bsp;    B. 交换机     
    • C. 路由器     
    • D. 网桥    (67)A. 中继器     B. 交换机     C. 路由器     D. 网桥 
  5. ● 软件能力成熟度模型CMM(Capability Maturity Model)将软件能力成熟度自低高依次划分为 (64) 。

    (64)

    • A. 初始级、已定义级、可重复级、已管理级、优化级 
    • B. 初始级、已定义级、已管理级、可重复级、优化级 
    • C. 初始级、可重复级、已管理级、已定义级、优化级 
    • D. 初始级、可重复级、已定义级、已管理级、优化级
  6. ● 软件过程改进SPI大多采用IDEAL模型, 该模型将SPI过程分为 (62) 个阶段。

    (62)

    • A. 启动阶段、建立阶段、运行阶段
    • B. 启动阶段、建立阶段、诊断阶段、运行阶段
    • C. 启动阶段、诊断阶段、建立阶段、运行阶段、学习阶段 
    • D. 启动阶段、建立阶段、运行阶段、诊断阶段、恢复阶段
  7.  ● 嵌入式软件开发过程一般包括需求分析阶段、软件设计阶段、编码阶段和集成阶段,下面不属于嵌入式软件设计阶段工作的是 (60) 。

    (60)

    • A. 软件体系结构设计       
    • B. 软件外部接口定义
    • C. 软件功能模块划分       
    • D. 程序流程图编制 
  8. ● 下面的一段C 程序中,循环体语句 (59) 退出循环。

    unsigned char size;

    int aa;

    size = 100;

    while (size-- >= 0) {  

    • aa += size;      }    (59)
    • A. 执行100次后         
    • B. 执行101次后
    • C. 执行99次后          
    • D. 死循环,不会
  9. ● 按指令流和数据流的组织关系,计算机系统的结构有以下不同类型,大规模并行处理机MPP 属于 (56) 结构。

    (56)

    • A.   SISD       
    • B.   SIMD     
    • C.  MISD       
    • D.  MIMD
  10. ● 操作系统中的Spooling技术,实质是将 (58) 转化为共享设备的技术。

    (58)

    • A. 虚拟设备   
    • B. 独占设备   
    • C. 脱机设备   
    • D. 块设备