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

软件设计师每日一练试题(2023/10/28)

2023年10月29日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    You are developing a sevver-side enterprise application. It must support a variety of different clients including desktop browsers , mobile browsers and native mobile applications. The application might also expose an API for 3rd parties to customer. It might also(  )with other applications via either web services or a message broker. The application handles requests(HTTP requests and messages)by executing business logic;accessing a databse;exchanging messages with other systems;and returning a HTML /JSON/XML (  )  . There are logical components corresponding to different functional areas of the application.
    What's the application' s deployment architecture?
    Define an architecture that structures the application as a set of (  )  ,collaborating services. This approach corresponds to the Y-axis of the ScaleCube. Each service is;
    Flighly maintainable and testable-enables rapid and frequent development and deployment.
    Loosely coupled with other services-enables a team to work independently(the majority of time on their servicers)without being impouted by changes to other services and without affecting other services.
    (  )  deployable-enable a team to deploy their services without having to cortdinate with other teams.
    Capable of being developed by a small team-essential for high productivity by avoiding the high communication head of large teams.
    Services (  )  using either synchronous protocols such as HTTP/REST or a synchronous protocols such as AMQP. Services can be developed and deployed independently of one another. Each service has its own database in order to be decoupled from other services. Data consistency between services is maintained using some particular pattern.
    (1)A、integrate
    B、Coordinate
    C、cooperate
    D、Communicate
    (2)A、request
    B、response
    C、text
    D、File
    (3)A、loosely coupled
    B、loosely cohesion
    C、High coupled
    D、Highly cohesion
    (4)A、Dependently
    B、Independently
    C、Coordinately
    D、Integratedly
    (5)A、interoprate
    B、coordinate
    C、communicate
    D、depend

    查看答案

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

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

  • 试题2

    在程序运行过程中,( )时涉及整型数据转换为浮点型数据的操作。
    A.将浮点型变量赋值给整型变量
    B.将整型常量赋值给整型变量
    C.将整型变量与浮点型变量相加
    D.将浮点型常量与浮点型变量相加

    查看答案

    试题参考答案:C

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

  • 试题3

    以编译方式翻译C/C++杆源程序的过程中,( )阶段的主要任务是对各条语句的结构进行合法性分析。
    A、词法分析
    B、语义分析
    C、语法分析
    D、目标代码生成

    查看答案

    试题参考答案:C

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

  • 试题4

    王某是某公司的软件设计师,完成某项软件开发后按公司规定进行软件归档。以下有关该软件的著作权的叙述中,正确的是(14)。
    A.著作权应由公司和王某共同享有
    B.著作权应由公司享有
    C.著作权应由王某享有
    D.除署名权以外,著作权的其它权利由王某享有

    查看答案

    试题参考答案:B

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

  • 试题5

    在敏捷过程的方法中(  )认为每一个不同的项目都需要一套不同的策略、约定和方法论。
    A.极限编程(XP)
    B.水晶法(Crystal)
    C.并列争球法(Scrum)
    D.自适应软件开发(ASD)

    查看答案

    试题参考答案:B

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

  • 试题6

    假设系统中有三类互斥资源 R1、R2 和 R3,可用资源数分别为 10、5 和 3。在To 时刻系统中有 P1、P2、P3、P4 和 P5 五个进程,这些进程对资源的最大需求和已分配资源数如下表所示,此时系统剩余的可用资源数分别为(1)。如果进程按(2)序列执行,那么系统状态是安全的。

    (1)A.1、1 和 0
    B.1、1 和 1
    C.2、1 和 0
    D.2、0 和 1
    (2)A.Pl 一 P2 一 P4 一 P5 一 P3
    B.P5 一 P2 一 P4 一 P3 一 Pl
    C.P4 一 P2 一 Pl—P5 一 P3
    D.P5 一 Pl—P4 一 P2 一 P3

    查看答案

    试题参考答案:D、B

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

  • 试题7

    多媒体制作过程中,不同媒体类型的数据收集、制作需要不同的软、硬件设备和技术手段,动画制作一般通过()进行。
    A.字处理软件
    B.视频卡
    C.声卡
    D.图形/图像软件

    查看答案

    试题参考答案:D

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

  • 试题8

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

    查看答案

    试题参考答案:C

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

  • 试题9

    用插入排序和归并排序算法对数组<3,1,4,1,5,9,6,5>进行从小到大排序,则分别需要进行()次数组元素之间的比较。
    A.12,14
    B.10,14
    C.12,16
    D.10,16

    查看答案

    试题参考答案:A

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

  • 试题10

    拓扑序列是无环有向图中所有顶点的一个线性序列,图中任意路径中的各个顶点在该图的拓扑序列中保持先后关系,( )为—下图所示有向图的一个拓扑序列。

    A、1 2 3 4 5 6 7
    B、1 5 2 6 3 7 4
    C、5 1 2 6 3 4 7
    D、5 1 2 3 7 6 4

    查看答案

    试题参考答案:B

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询