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

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

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

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

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

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

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

  • 试题1

    One is that of a software engineer and the other is a DevOps engineer. The biggest different is in their (1). Software engineers focus on how well the computer software fts the needs of the client while a DevOps engineer has a broader focus that includes software development, how the software is deployed and providing (2) support through the cloud while the software is continually (3).
    A software engineer creates computer programs for people to use based upon their security and function ality needs. A DevOps engineer also works on computer applications, but manages the building, deployment and operation as a(4) autormated process. Software engineers often work separately from the operations side of a business. They create the software a business client needs and then monitor the performance of their software products to determine if up grades are necessary or if more serious improvements are needed. DevOps engineers work with the operational side of a business and manage the workflow to (5) software tosmoothly function with automated processes. Both professions require knowledge of Computer programming languages.
    (1)A、focus
    B、process
    C、goal
    D、function
    (2)A、developing
    B、deploying
    C、training
    D、operational
    (3)A、developed
    B、functional
    C、constructed
    D、secure
    (4)A、single
    B、whole
    C、continuous
    D、independent
    (5)A、develop
    B、integrate
    C、analyse
    D、maintain

    查看答案

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

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

  • 试题2

    输入受限的双端队列是指元素只能从队列的一端输入,但可以从队列的两端输出,如下图所示。若有8、1、4、2依次进入输入受限的双端队列,则得不到输出序列 ( ) 。
    A、2、8、1、4
    B、1、4、8、2
    C、4、2、1、8
    D、2、1、4、8

    查看答案

    试题参考答案:D

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

  • 试题3

    下图所示为(1)设计模式,属于(2)设计模式,适用于(3)。



    (1)A.代理
    B.生成器
    C.组合
    D.观察者
    (2)A.创建型
    B.结构型
    C.行为
    D.结构型和行为
    (3)A.表示对象的部分-整体层次结构时
    B.当一个对象必须通知其它对象,而它又不能假定其他对象是谁时
    C.当创建复杂对象的算法应该独立于该对象的组成部分及其装配方式时
    D.在需要比较通用和复杂的对象指针代替简单的指针时

    查看答案

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

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

  • 试题4

    有可能无限期拥有的知识产权是( )。
    A.著作权
    B.专利权
    C.商标权
    D.集成电路布图设计权

    查看答案

    试题参考答案:C

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

  • 试题5

    以下关于系统原型的叙述中,不正确的是( )。
    A、可以帮助导出系统需求并验证需求的有效性
    B、可以用来探索特殊的软件解决方案
    C、可以用来指导代码优化
    D、可以用来支持用户界面设计

    查看答案

    试题参考答案:C

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

  • 试题6

    UML中接口可用于()。
    A.提供构造型(stereotype)名称<<interface>>的具体类
    B.Java和C++程序设计中,而C#程序设计中不支持
    C.定义可以在多个类中重用的可执行逻辑
    D.声明对象类所需要的服务

    查看答案

    试题参考答案:D

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

  • 试题7

    在 UML 类图中,类与类之间存在依赖(Dependency)、关联(Association)、聚合(Aggregation)、组合(Composition)和继承(Inheritance)五种关系,其中,(1)关系表明类之间的相互联系最弱,(2)关系表明类之间的相互联系最强,聚合(Aggregation)的标准 UML 图形表示是(3)  。
    (3)(1)A、依赖
    B、聚合
    C、组合
    D、继承
    (2)A、依赖
    B、聚合
    C、组合
    D、继承
    (3)A. A
    B. B
    C. C
    D. D

    查看答案

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

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

  • 试题8

    系统中有R类资源m个,现有n个进程互斥使用。若每个进程对R资源的最大需求为w,那么当m、n、w分别取下表中的值时,对于表中的①~⑥种情况,  (1) 可能会发生死锁。若将这些情况的m分别加上  (2)  ,则系统不会发生死锁。

    (1)A.①②⑤
    B.③④⑤
    C.②④⑤
    D.②④⑥
    (2)A.1、1和1
    B.1、1和2
    C.1、1和3
    D.1、2和1

    查看答案

    试题参考答案:C、D

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

  • 试题9

    在如下所示的数据流图中,共存在()个错误。



    A.4
    B.6
    C.8
    D.9

    查看答案

    试题参考答案:B

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

  • 试题10

    某工程计划如下图所示,各个作业所需的天数如下表所示,设该工程从第0天开工,则该工程的最短工期是 (1) 天,作业J最迟应在第 (2) 天开工。

    (1)A、17
    B、18
    C、19
    D、20
    (2)A、11
    B、13
    C、14
    D、16

    查看答案

    试题参考答案:D、B

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

信管网订阅号

信管网视频号

信管网抖音号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏