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

软件设计师每日一练试题(2025/2/4)

2025年02月05日来源:信管网 作者:cnitpm

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

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

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

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

软件设计师每日一练试题内容(2025/2/4)

  • 试题1

    下图是一有限自动机的状态转换图,该自动机所识别语言的特点是 (1) ,等 价的 正 规 式 为 (2)。

    (1)A、由符号 a、b 构成且包含偶数个 a 的串
    B、由符号 a、b 构成且开头和结尾符号都为 a 的串
    C、由符号 a、b 构成的任意串
    D、由符号 a、b 构成且 b 的前后必须为 a 的串
    (2)A、(a|b)*(aa)*
    B、a(a|b)*a
    C、(a|b)*
    D、a(ba)*a

    查看答案

    试题参考答案:B、B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题2

    机器字长为n位的二进制数可以用补码来表示( )个不同的有符号定点小数。
    A.2n
    B.2n-1
    C.2n-1
    D.2n-1+1

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题3

    对某有序顺序表进行折半查找时,(  )不可能构成查找过程中关键字的比较序列。
    A.45,10,30,18,25
    B.45,30,18,25,10
    C.10,45,18,30,25
    D.10,18,25,30,45

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题4

    进行面向对象系统设计时,在包的依赖关系图中不允许存在环,这属于()原则。
    A.单一责任
    B.无环依赖
    C.依赖倒置
    D.里氏替换

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题5

    业务用例和参与者一起描述  (1),而业务对象模型描述  (2)。
    (1)A.工作过程中的静态元素
    B.工作过程中的动态元素
    C.工作过程中的逻辑视图
    D.组织支持的业务过程
    (2)A.业务结构
    B.结构元素如何完成业务用例
    C.业务结构以及结构元素如何完成业务用例
    D.组织支持的业务过程

    查看答案

    试题参考答案:D、C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题6

    迪杰斯特拉(Dijkstra)算法用于求解图上的单源点最短路径。该算法按路径长度递增次序产生最短路径,本质上说,该算法是一种基于()策略的算法。
    A.分治
    B.动态规划
    C.贪心
    D.回溯

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题7

    编译的优化工作对于下面程序段构造的控制流程图有( )个基本块。


    A、1
    B、2
    C、3
    D、4

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题8

     在计算机系统中采用总线结构,便于实现系统的积木化构造,同时可以()。
    A.提高数据传输速度
    B.提高数据传输量
    C.减少信息传输线的数量
    D.减少指令系统的复杂性

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题9

    The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
    All the documents of the project need to be part of this (请作答此空). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).
    Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.
    Since this is so, and since tomorrow's product-quality manuals will grow from today’s memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.
    The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.
    The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.
    A.structure
    B.specification
    C.standard
    D.objective

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

  • 试题10

    计算机系统中常用的输入/输出控制方式有无条件传送、中断、程序查询和DMA方式等。当采用()方式时,不需要CPU执行程序指令来传送数据。
    A.中断
    B.程序查询
    C.无条件传送
    D.DMA

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/2/4

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

分享至:

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

下载APP-在线学习