试题详情

试题内容

It  should  go  without  saying  that  the  focus  of  UML  is  modeling.  However,  what  that means, exactly, can be an open-ended question.  (1)  is a means to capture ideas, relationships,decisions,  and  requirements  in  a  well-defined  notation  that  can  be  applied  to  many  different domains.  Modeling  not  only  means  different  things  to  different  people,  but  also  it  can  use different pieces  of UML depending on what you are trying to  convey. In general, a UML model is  made  up  of  one  or  more  (2)  .  A  diagram  graphically  represents  things,  and  the relationships between these things. These  (3)  can be representations of real-world objects,pure software constructs, or a description of the behavior of some other objects. It is common for an  individual  thing  to  show  up  on  multiple  diagrams;  each  diagram  represents  a  particular interest,  or  view,  of  the  thing  being  modeled.  UML  2.0  divides  diagrams  into  two  categories:
structural  diagrams  and  behavioral  diagrams.  (4)  are  used  to  capture  the  physical organization of the things in your system, i.e., how one object relates to another.  (5)  focus on  the  behavior  of  elements  in  a  system.  For  example,  you  can  use  behavioral  diagrams  to capture requirements, operations, and internal state changes for elements.
(1)A、Programming
B、Analyzing
C、Designing
D、Modeling
(2)A、views
B、diagrams
C、user views
D、structure pictures
(3)A、things
B、pictures
C、languages
D、diagrams
(4)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams
(5)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams

查看答案

软题库参考答案:D、B、A、C、D(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

13题:

()既不是图像编码也不是视频编码的国际标准。
A.JPEG
B.MPEG
C.ADPCM
D.H.261

32题:采用继承机制创建子类时,子类中()。
A.只能有父类中的属性
B.只能有父类中的行为
C.只能新增行为
D.可以有新的属性和行为
45题:

给定关系模式 R(U,F),其中:U 为关系模式 R 中的属性集,F 是 U 上的一组函数依赖。假设 U={A1A2A3A4),F={A1→A2,A1A2→A3,A1→A4,A2→A4},那么关系 R 的主键应为(  )。函数依赖集 F 中的(  )是冗余的。
A. A
61题:

以太网100BASE-TX标准规定的传输介质是( )。
A、3类UTP 
B、5类UTP 
C、单模光纤 
D、多模光纤 

4题:

在机器指令的地址字段中,直接指出操作数本身的寻址方式称为( )  。
A.隐含寻址
B寄存器寻址
C立即寻址
D.直接寻址

38题:

下图所示为(1)设计模式,适用于(2)。

(1)A.抽象工厂(Abstract Factory)
B.生成器(Builder)
C.工厂方法(Factory Method).
D.原型(Prototype)
(2)A.一个系统要由多个产品系列中的一个来配置时
B.当一个类希望由它的子类来指定它所创建的对象时
C.当创建复杂对象的算法应该独立于该对象的组成部分及其装配方式时
D.当一个系统应该独立于它的产品创建、构成和表示时