信管网每日一练
软件设计师 - 每日一练 导航

软件设计师每日一练试题(2022/10/6)

2022年10月07日来源:信管网 作者:cnitpm

软件设计师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=4

往期软件设计师每日一练试题汇总:www.cnitpm.com/class/27/e4_1.html

软件设计师每日一练试题(2022/10/6)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2022/10/6

点击查看:更多软件设计师习题与指导

软件设计师每日一练试题内容(2022/10/6)

  • 试题1

    在最好和最坏情况下的时间复杂度均为O(nlogn)且稳定的排序方法( )。
    A、基数排序
    B、快速排序
    C、堆排序
    D、归并排序

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/st/77492668.html

  • 试题2

    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

    试题解析与讨论:www.cnitpm.com/st/81482805.html

  • 试题3

    ()不是 RISC 的特点。
    A.指令种类丰富
    B.高效的流水线操作
    C.寻址方式较少
    D.硬布线控制

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/st/2700120694.html

  • 试题4

    在面向数据流的设计方法中,一般把数据流图中的数据流划分为( )两种。
    A、数据流和事务流 
    B、变换流和数据流 
    C、变换流和事务流 
    D、控制流和事务流 

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/st/76762643.html

  • 试题5

    在软件项目管理中可以使用各种图形工具来辅助决策,下面对Gantt图的描述不正确的是( ) 。
    A、Gantt 图表现各个活动的顺序和它们之间的因果关系
    B、Gantt 图表现哪些活动可以并行进行
    C、Gantt 图表现了各个活动的起始时间
    D、Gantt 图表现了各个活动完成的进度

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/st/77762677.html

  • 试题6

    以下关于哈希(Hash,散列)查找的叙述中,正确的是()。
    A.哈希函数应尽可能复杂些,以消除冲突
    B.构造哈希函数时应尽量使关键字的所有组成部分都能起作用
    C.进行哈希查找时,不在需要与查找表中的元素进行比较
    D.在哈希表中只能添加元素不能删除元素

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/st/2490528563.html

  • 试题7

    MPEG视频中的时间冗余信息可以采用( )的方法来进行压缩编码。
    A、帧间预测和变换编码 
    B、霍大曼编码和运动补偿 
    C、变换编码和行程编码 
    D、帧间预测和运动补偿 

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/st/76972650.html

  • 试题8

    根据ISO/IEC9126软件质量模型中对软件质量特性的定义,可维护性质量特性的()子特性是指与为确认经修改软件所需努力有关的软件属性。
    A.易测试性
    B.易分析性
    C.稳定性
    D.易改变性

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/st/247621390.html

  • 试题9

    在面向对象技术中,(1)定义了超类和之类之间的关系,子类中以更具 体的方式实现从父类继承来的方法称为 (2) ,不同类的对象通过 (3) 相互通信。
    (1)A.覆盖
    B.继承
    C.消息
    D.多态
    (2)A.覆盖
    B.继承
    C.消息
    D.多态
    (3)A.覆盖
    B.继承
    C.消息
    D.多态

    查看答案

    试题参考答案:B、A、C

    试题解析与讨论:www.cnitpm.com/st/270864888.html

  • 试题10

    甲软件公司受乙企业委托安排公司软件设计师开发了信息系统管理软件,由于在委托开发合同中未对软件著作权归属作出明确的约定,所以该信息系统管理软件的著作权由()享有。
    A.甲
    B.乙
    C.甲与乙共同
    D.软件设计师

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/st/392796026.html

温馨提示:因考试政策、内容不断变化与调整,信管网提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准!

分享至:

信管网 - 信息系统项目管理专业网站

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询