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

软件设计师每日一练试题(2024/4/22)

2024年04月23日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    某软件程序员接受一个公司(软件著作权人)委托开发完成一个软件,三个月后又接受另一公司委托开发功能类似的软件,此程序员仅将受第一个公司委托开发的软件略作修改即提交给第二家公司,此种行为( )。
    A.属于开发者的特权
    B.属于正常使用著作权
    C.不构成侵权
    D.构成侵权

    查看答案

    试题参考答案:D

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

  • 试题2

    极限编程(eXtreme Programming)是一种轻量级软件开发方法,  ( )不是它强调的准则。
    A、持续的交流和沟通
    B、用最简单的设计实现用户需求
    C、用测试驱动开发
    D、关注用户反馈

    查看答案

    试题参考答案:C

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

  • 试题3

    在面向对象系统中,用  ( )  关系表示一个较大的“整体”类包含一个或多个较小的“部分”类。
    A、泛化
    B、聚合
    C、概化
    D、合成

    查看答案

    试题参考答案:B

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

  • 试题4

    总线复用方式可以()。
    A.提高总线的传输带宽
    B.增加总线的功能
    C.减少总线中信号线的数量
    D.提高CPU利用率

    查看答案

    试题参考答案:C

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

  • 试题5

    CPU(中央处理单元)的基本组成部件不包括()。
    A.算术逻辑单元
    B.系统总线
    C.控制单元
    D.寄存器组

    查看答案

    试题参考答案:B

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

  • 试题6

    下面关于图(网)的叙述,正确的是 ( ) 。
    A、连通无向网的最小生成树中,顶点数恰好比边数多 1
    B、若有向图是强连通的,则其边数至少是顶点数的 2 倍
    C、可以采用 AOV 网估算工程的工期
    D、关键路径是 AOE 网中源点至汇点的最短路径

    查看答案

    试题参考答案:A

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

  • 试题7

    面向对象分析的第一项活动是();面向对象程序设计语言为面向对象()。
    A.用例设计
    B.分析
    C.需求分析
    D.实现

    查看答案

    试题参考答案:

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

  • 试题8

    在屏蔽软件错误的容错系统中,冗余附加技术的构成不包括()。
    A.关键程序和数据的冗余存储及调用
    B.冗余备份程序的存储及调用
    C.实现错误检测和错误恢复的程序
    D.实现容错软件所需的固化程序

    查看答案

    试题参考答案:A

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

  • 试题9

    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
    B.right
    C.reusable
    D.pertinent
    (2)A.clear
    B.general
    C.personalized
    D.customized
    (3)A.excited
    B.shocken
    C.surprised
    D.overwhelmed
    (4)A.tool
    B.component
    C.system
    D.solution
    (5)A.recurring
    B.right
    C.experienced
    D.past

    查看答案

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

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

  • 试题10

    “当多个事务并发执行时,任一事务的更新操作直到其成功提交的整个过程对其他事务都是不可见的”,这一性质通常被称为事务的(53)。
    A.原子性
    B.一致性
    C.隔离性
    D.持久性

    查看答案

    试题参考答案:C

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询