专业软件设计师网站|服务平台|服务商(加客服微信:cnitpm或QQ:947530340进软件设计师学霸群)

软题库 学习课程
当前位置:信管网 >> 软件设计师 >> 每日一练 >> 文章内容
软件设计师每日一练试题(2026/8/11)

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

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

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

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

软件设计师每日一练试题内容(2026/8/11)

  • 试题1

    进行面向对象系统设计时,在包的依赖关系图中不允许存在环,这属于( )原则。
    A.单一责任

    查看答案

    试题参考答案:B

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题2

    某商店业务处理系统中,基本加工“检查订货单”的描述为:若订货单金额大于5000元,且欠款时间超过60天,则不予批准;若订货单金额大于5000元,且欠款时间不超过60天,则发出批准书和发货单;若订货单金额小于或等于5000元,则发出批准书和发货单,若欠款时间超过60天,则还要发催款通知书。现采用决策表表示该基本加工,则条件取值的组合数最少是(17)。
    A.2

    查看答案

    试题参考答案:B

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题3

    设下三角矩阵(上三角部分的元素值都为0)A[0..n,0..n]如下所示,将该三角矩阵的所有非零元素(即行下标不小于列下标的元素)按行优先压缩存储在容量足够大的数组M[]中(下标从1开始),则元素A[i,j](0≤i≤n,j≤i)存储在数组M的( )中。

    A. A

    查看答案

    试题参考答案:A

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题4

    以下选项中,最适合于用交互式计算机软件解决的问题是( )。
    A、非结构化决策问题 
    B、半结构化决策问题 
    C、结构化决策问题 
    D、确定性问题 

    查看答案

    试题参考答案:B

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题5

    在设计模块M和模块N时,( )是最佳的设计。
    A.M和N通过通信模块传送数据

    查看答案

    试题参考答案:A

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题6

    SNM P 是一种异步请求/响应协议, 采用( ) 协议进行封装。
    A. IP

    查看答案

    试题参考答案:D

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题7

    某有限自动机的状态转换图如下图所示,与该自动机等价的正规式是( )。

    A.(0|1)*

    查看答案

    试题参考答案:B

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题8

    对 n 个元素的有序表 A[1..n]进行二分(折半)查找(除 2 取商时向下取整),查找元素 A[i](1 ≤i ≤n )时,最多与 A 中的  ( )  个元素进行比较。

    A. A

    查看答案

    试题参考答案:D

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题9

    队列的特点是先进先出,若用循环单链表表示队列,则( )。
    A.入队列和出队列操作都不需要遍历链表

    查看答案

    试题参考答案:A

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/11

  • 试题10

    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/exam/ExamDay.aspx?t1=4&day=2026/8/11

信管网订阅号

信管网视频号

信管网抖音号

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

信管网致力于为广大信管从业人员、爱好者、大学生提供专业、高质量的课程和服务,解决其考试证书、技能提升和就业的需求。

信管网软考课程由信管网依托10年专业软考教研倾力打造,教材和资料参编作者和资深讲师坐镇,通过深研历年考试出题规律与考试大纲,深挖核心知识与高频考点,为学员考试保驾护航。面授、直播&录播,多种班型灵活学习,满足不同学员考证需求,降低课程学习难度,使学习效果事半功倍。

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏