一起答
单选

在UML所提供的扩展机制中,标记值(Tagged values)扩展了UML(43)。

  • A.语境,允许创建新的构造块
  • B.词汇,允许创建新的构造块
  • C.构造块的特性,允许创建详述元素的新信息
  • D.构造块的语义,允许增加新的规则或修改现有的规则
参考答案
查看试卷详情
相关试题
  1. (71)

    • A.state diagram
    • B.collaboration diagram
    • C.sequence diagram
    • D.activity diagram
  2. (70)

    • A.static modeling
    • B.use-case modeling
    • C.dynamic modeling
    • D.class modeling
  3. (69)

    • A.use-case modeling
    • B.class modeling
    • C.dynamic modeling
    • D.behavioral modeling
  4. (68)

    • A.component diagram
    • B.sequence diagram
    • C.interactive Diagram
    • D.use-case diagram
  5. Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is(71) . It determines how the various results are computed by the product and presents this information in the form. of a(72) and associated scenarios. The second is(73) , which determines the classes and their attributes, then determines the interrelationships and interaction among the classes. The last step is(74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .

    • A.static modeling
    • B.dynamic modeling
    • C.use-case modeling
    • D.behavioral modeling
  6. 对于二叉查找树(Binary Search Tree),若其左子树非空,则左子树上所有结点的值均小于根结点的值;若其右子树非空,则右子树上所有结点的值均大于根结点的值;左、右子树本身就是两棵二叉查找树。因此,对任意一棵二叉查找树进行(63)遍历可以得到一个结点元素的递增序列。在具有n个结点的二叉查找树上进行查找运算,最坏情况下的算法复杂度为(64)。

    • A.先序
    • B.后序
    • C.层序
    • D.中序
  7. (66)

    • A.O(n)
    • B.O(n2)
    • C.O(log2n)
    • D.O(nlog2n)
  8. 设一个包含N个顶点、E条边的简单有向图采用邻接矩阵存储结构(矩阵元素A[i][j]等于1/0分别表示顶点i与顶点j之间有/无弧),则该矩阵的元素数目为(58),其中非零元素数目为(59)。

    • A.E2
    • B.N2
    • C.N2-E2
    • D.N22+E2
  9. (64)

    • A.N
    • B.N+E
    • C.E
    • D.N-E
  10. 某单位网络拓扑如图6-11所示,路由器R1~R7均运行OSPF协议。其中,(70)为主干路由器。

    • A.R3
    • B.R1、R2
    • C.R6、R7
    • D.R3、R6、R7