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

软件设计师每日一练试题(2026/9/13)

2026年09月14日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    进行面向对象设计时,以下( )不能作为继承的类型。
    A.多重继承

    查看答案

    试题参考答案:B

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

  • 试题2

    关于ARP表,以下描述中正确的是( ) 。
    A、提供常用目标地址的快捷方式来减少网络流量
    B、用于建立IP地址到MAC地址的映射
    C、用于在各个子网之间进行路由选择
    D、用于进行应用层信息的转换

    查看答案

    试题参考答案:B

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

  • 试题3

    下面有关测试的说法正确的是( )。
    A、测试人员应该在软件开发结束后开始介入  
    B、测试主要是软件开发人员的工作 
    C、要根据软件详细设计中设计的各种合理数据设计测试用例  
    D、严格按照测试计划进行,避免测试的随意性

    查看答案

    试题参考答案:D

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

  • 试题4

    正式的技术评审FTR(Formal Technical Review)是软件工程师组织的软件质量保证活动,下面关于FTR指导原则中不正确的是( )。
    A、评审产品,而不是评审生产者的能力  
    B、要有严格的评审计划,并遵守日程安排  
    C、对评审中出现的问题要充分讨论,以求彻底解决  
    D、限制参与者人数,并要求评审会之前做好准备

    查看答案

    试题参考答案:C

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

  • 试题5

    在某大学学生学籍管理信息系统中,假设学生年龄的输入范围为16~40,则根据黑盒测试中的等价类划分技术,下面划分正确的是 ( ) 。
    A、可划分为2个有效等价类,2个无效等价类
    B、可划分为1个有效等价类,2个无效等价类
    C、可划分为2个有效等价类,1个无效等价类
    D、可划分为1个有效等价类,1个无效等价类

    查看答案

    试题参考答案:B

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

  • 试题6

    Designing object -oriented software is hard,and designing ( )object -oriented software is even harder.You must find pertinent(相关的)objects,factor them into class at the rightgranularity,define class interfaces and inheritances,and establish key relationships among them.You design should be specific to the problem at hand,but also( )enough to address future problems and requirements.You also want to avoid redesign,or atleast minimize it.Experienced object -oriented designers will tell you that a reusable and flexible design is difficult if not impossible to get "right" the first time.Before a design is finished,they usually try to reuse it several times,madifring it each time.Yet experienced object-oriented designers do make good designs.Meanwhile new designers are ( )by the options available and tend to fall back on non-object-oriented techniques they're used before.lt takes a long time for movies to learn that goodobeject-oriented design is all about.Experienced designers evidently know something inexperiencedones.What is it?One thing expert desigeners know not to do is solve every problem from first principles.Rather, theyreuse solutions that have worked for them in the past.When they find a good ( ).They use it aqain and again.Such experience is part of what makes them experts.Consequently,you'll find ( ) patterns of classes and communicating objects in many object-oriented systems.
    (1)A.runnable

    查看答案

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

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

  • 试题7

    分配给某公司网络的地址块是220.17.192.0/20,该网络被划分为(1)个C类子网,不属于该公司网络的子网地址是(2)。
    (1)A.4

    查看答案

    试题参考答案:C、D

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

  • 试题8

    若有关系模式R(A,B,C)和S(C,D,E),对于如下的关系代数表达式:
    E=∏A,D(σB<'2003'∧R.C=S.C∧E='80'(R×S))
    E=∏A,D(σR.C=S.C(σB<'2003'(R)×σE='80'(S)))
    E=∏A,D(σB<'2003'(R) σE='80'(S))
    E=∏A,D(σB<'2003'∧E='80'(R S))
    正确的结论是(1),表达式 (2)的查询效率最高。
    (1)A、E1≡E2≡E3≡E4 
    B、E3≡E4但E1≠E2 
    C、E1≡E2但E3≠E4 
    D、E3≠E4但E2≡E4
    (2)A、E1 
    B、E2 
    C、E3 
    D、E4 

    查看答案

    试题参考答案:A、C

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

  • 试题9

    某个二叉查找树(即二叉排序树)中进行查找时,效率最差的情形是该二叉查找树是( )。
    A.完全二叉树

    查看答案

    试题参考答案:C

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

  • 试题10

    设计模式(1)将抽象部分与其实现部分相分离,使它们都可以独立地变化。下图为该设计模式的类图,其中,(2) 用于定义实现部分的接口。

    (1)A.Bridge(桥接)

    查看答案

    试题参考答案:A、D

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

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

分享至:

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

下载APP-在线学习