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

软件设计师每日一练试题(2023/9/21)

2023年09月22日来源:信管网 作者:cnitpm

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

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

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

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

软件设计师每日一练试题内容(2023/9/21)

  • 试题1

    某模块实现两个功能:向某个数据结构区域写数据和从该区域读数据,该模块的内聚类型为(  )内聚。
    A.过程
    B.时间
    C.逻辑
    D.通信

    查看答案

    试题参考答案:D

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

  • 试题2

    对于线性表,相对于顺序存储,采用链表存储的缺点是()。
    A.数据元素之间的关系需要占用存储空间,导致存储密度不高
    B.表中结点必须占用地址连续的存储单元,存储密度不高
    C.插入新元素时需要遍历整个链表,运算的时间效率不高
    D.删除元素时需要遍历整个链表,运算的时间效率不高

    查看答案

    试题参考答案:A

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

  • 试题3

    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

  • 试题4

    若事务T1对数据A已加排它锁,那么其它事务对数据A ( )  。
    A、加共享锁成功,加排它锁失败
    B、加排它锁成功,加共享锁失败
    C、加共享锁、加排它锁都成功
    D、加共享锁、加排它锁都失败

    查看答案

    试题参考答案:D

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

  • 试题5

    以下关于网络中存在各种交换设备的叙述中,错误的是()。
    A.以太网交换机根据MAC地址进行交换
    B.帧中继交换机只能根据虚电路号DLCI进行交换
    C.三层交换机只能根据第三层协议进行交换
    D.ATM交换机根据虚电路标识进行信元交换

    查看答案

    试题参考答案:C

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

  • 试题6

    设备驱动程序是直接与 (1) 打交道的软件模块。一般而言,设备驱动程序的任务是接受来自与设备 (2) 。
    (1)A、硬件
    B、办公软件
    C、编译程序
    D、连接程序
    (2)A、有关的上层软件的抽象请求,进行与设备相关的处理
    B、无关的上层软件的抽象请求,进行与设备相关的处理
    C、有关的上层软件的抽象请求,进行与设备无关的处理
    D、无关的上层软件的抽象请求,进行与设备无关的处理

    查看答案

    试题参考答案:A、B

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

  • 试题7

    进行面向对象系统设计时,针对包中的所有类对于同-类性质的变化;一个变化若对一个包产生影响,则将对该包中的所有类产生影响,而对于其他的包不造成任何影响。这属于(  )设计原则。
    A.共同重用
    B.开放-封闭
    C.接口分离
    D.共同封闭

    查看答案

    试题参考答案:D

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

  • 试题8

    以下关于脚本语言的叙述中,正确的是( )。
    A.脚本语言是通用的程序设计语言
    B.脚本语言更适合应用在系统级程序开发中
    C.脚本语言主要采用解释方式实现
    D.脚本语言中不能定义函数和调用函数

    查看答案

    试题参考答案:C

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

  • 试题9

    某软件项目的活动图如图1-1所示。图中顶点表示项目里程碑,连接顶点的边表示包含的活动,则里程碑(1)在关键路径上,活动FG的松弛时间为(2)。



    (1) A.B
    B.C
    C.D
    D.I
    (2) A.19
    B.20
    C.21
    D.24

    查看答案

    试题参考答案:C、B

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

  • 试题10

    在下图的SNMP配置中,能够响应Manager2的getRequest请求的是( )。

    A.Agent1
    B.Agent2
    C.Agent3
    D.Agent4

    查看答案

    试题参考答案:A

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询