一起答
单选

 ● 软件工程每一个阶段结束前,应该着重对可维护性进行复审。在系统设计阶段的复审期间,应该从 (34) 出发,评价软件的结构和过程。

(34)

  • A. 指出可移植性问题以及可能影响软件维护的系统界面
  • B. 容易修改、模块化和功能独立的目的 
  • C. 强调编码风格和内部说明文档
  • D. 可测试性
参考答案
查看试卷详情
相关试题
  1. ● 以下不符合XML文档语法规范的是 (70) 。

    (70)

    • A. 文档的第一行必须是XML文档声明 
    • B. 文档必须包含根元素
    • C. 每个开始标记必须和结束标记配对使用
    • D. 标记之间可以交叉嵌套
  2.  ● For nearly ten years, the Unified Modeling Language (UML) has been the industry standard for visualizing, specifying, constructing, and documenting the  (71)of a software-intensive system. As the (72)standard modeling language, the UML facilitates communication and reduces confusion among project (73)The recent standardization of UML 2.0 has further extended the language's scope and viability. Its inherent expressiveness allows users to(74)everything from enterprise information systems and distributed Web-based applications to real-time embedded systems.  The UML is not limited to modeling software. In fact, it is expressive enough to model (75)   systems,such as workflow in the legal system, the structure and behavior. of a patient healthcare system, software engineering in aircraft combat systems, and the design of hardware. To understand the UML, you need to form. a conceptual model of the language, and this requires learning three major elements: the UML's basic building blocks, the rules that dictate how those building blocks may be put together, and some common mechanisms that apply throughout the UML.

    (71)

    • A. classes     
    • B. components   
    • C. sequences         
    • D. artifacts    (72)
    • A.   real            
    • B. legal       
    • C. de facto         
    • D. illegal    (73)
    • A. investors          
    • B. developers         
  3. ● HTML元素中, (68) 属性用于定义超链接被鼠标点击后所显示的颜色。 

    (68)

    • A. alink         
    • B. background  
    • C. bgcolor   
    • D. vlink
  4. ● 一个 B 类网络的子网掩码为 255.255.224.0,则这个网络被划分成了 (66) 个子网。

    (66)

    • A.  2       
    • B.  4     
    • C.  6     
    • D.  8
  5.  ● HTML中标记用于定义表格的 (69) 。

     (69)

    • A. 行               
    • B. 列               
    • C. 单元格             
    • D. 标题
  6. ● 归并排序采用的算法设计方法属于 (65) 。

    (65)

    • A. 归纳法     
    • B. 分治法         
    • C. 贪心法        
    • D. 回溯方法  
  7. ● 以下的算法设计方法中, (64) 以获取问题最优解为目标。

    (64)

    • A. 回溯方法   
    • B. 分治法   
    • C. 动态规划   
    • D. 递推
  8. ● 现有16枚外形相同的硬币,其中有一枚比真币的重量轻的假币,若采用分治法找出这枚假币,至少比较 (63) 次才能够找出该假币。

    (63)

    • A. 3               
    • B. 4       
    • C. 5       
    • D. 6
  9.  ● 设 L 为广义表,将 head(L)定义为取非空广义表的第一个元素,tail(L)定义为取非空广义表除第一个元素外剩余元素构成的广义表。若广义表L=((x,y,z),a,(u,t,w)),则从L中取出原子项y的运算是 (62) 。

    (62)

    • A. head(tail(tail(L)))          
    • B. tail(head(head(L)))
    • C. head(tail(head(L)))                
    • D. tail(tail(head(L)))
  10. ● 下面关于二叉排序树的叙述,错误的是 (59) 。     

    (59)

    • A. 对二叉排序树进行中序遍历,必定得到结点关键字的有序序列
    • B. 依据关键字无序的序列建立二叉排序树,也可能构造出单支树
    • C. 若构造二叉排序树时进行平衡化处理,则根结点的左子树结点数与右子树结点数的差值一定不超过1
    • D. 若构造二叉排序树时进行平衡化处理,则根结点的左子树高度与右子树高度的差值一定不超过1