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

软题库 培训课程
当前位置:信管网 >> 软件设计师 >> 每日一练 >> 文章内容
软件设计师每日一练试题(2022/7/5)
来源:信管网 2022年07月06日 【所有评论 分享到微信

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

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

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

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

软件设计师每日一练试题内容(2022/7/5)

  • 试题1

    计算机获取模拟视频信息的过程中首先要进行 ( ) 。
    A、A/D 变换
    B、数据压缩
    C、D/A 变换
    D、数据存储

    查看答案

    试题参考答案:A

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

  • 试题2

    高质量的文档所应具有的特性中,不包括()。
    A.针对性,文档编制应考虑读者对象群
    B.精确性,文档的行文应该十分确切,不能出现多义性的描述
    C.完整性,任何文档都应当是完整的、独立的,应该自成体系
    D.无重复性,同一软件系统的几个文档之间应该没有相同的内容,若确实存在相同内容,则可以用“见**文档**节”的方式引用

    查看答案

    试题参考答案:D

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

  • 试题3

    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

  • 试题4

    对有n个结点、e条边且采用数组表示法(即邻接矩阵存储)的无向图进行深度优先遍历,时间复杂度为(1)。
    A.O(n2)
    B.O(e2)
    C.O(n+e)
    D.O(n*e)

    查看答案

    试题参考答案:A

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

  • 试题5

    若某企业拥有的总资金数为15,投资4个项目P1、P2、P3、P4,各项目需要的最大资金数分别是6、8、8、10,企业资金情况如表2-1所示。P1新申请2个资金,P2新申请1个资金,若企业资金管理处为项目P1和P2分配新申请的资金,则P1、P2、P3、P4尚需的资金数分别为(1);假设P1已经还清所有投资款,企业资金使用情况如表2-2所示,那么企业的可用资金数为(2)。若在表2-2所示的情况下,企业资金管理处为P2、P3、P4各分配资金数2、2、3,则分配后P2、P3、P4已用资金数分别为(3)。

    (1) A.1、3、6、7,可用资金数为0,故资金周转状态是不安全的
    B.2、5、6、7,可用资金数为1,故资金周转状态是不安全的
    C.2、4、6、7,可用资金数为2,故资金周转状态是安全的
    D.3、3、6、7,可用资金数为2,故资金周转状态是安全的
    (2) A.4
    B.5
    C.6
    D.7
    (3) A.3、2、3,尚需资金数分别为5、6、7,故资金周转状态是安全的
    B.5、4、6,尚需资金数分别为3、4、4,故资金周转状态是安全的
    C.3、2、3,尚需资金数分别为5、6、7,故资金周转状态是不安全的
    D.5、4、6,尚需资金数分别为3、4、4,故资金周转状态是不安全的

    查看答案

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

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

  • 试题6

    下列算法中,不属于公开密钥加密算法的是() 。
    AECC
    B.DSA
    C.RSA
    D.DES

    查看答案

    试题参考答案:D

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

  • 试题7

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

    查看答案

    试题参考答案:D

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

  • 试题8

    在面向对象方法中,多态指的是()
    A.客户类无需知道所调用方法的特定子类的实现
    B.对象动态地修改类
    C.一个对象对应多张数据库表
    D.子类只能够覆盖父类中非抽象的方法

    查看答案

    试题参考答案:A

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

  • 试题9

    包含8个成员的开发小组的沟通路径最多有()条。
    A.28
    B.32
    C.56
    D.64

    查看答案

    试题参考答案:A

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

  • 试题10

    Originally introduced by Netscape Communications,(1)are a general mechanism which HTTP Server side applications, such as CGI (2) , can use to both store and retrieve information on the HTTP(3) side of the connection. Basically, Cookies can be used to compensate for the (4)nature of HTTP. The addition of a simple, persistent, client-side state significantly extends the capabilities of WWW-based (5) .
    (1)A、Browsers 
    B、Cookies 
    C、Connections  
    D、Scripts
    (2)A、graphics  
    B、processes  
    C、scripts  
    D、texts
    (3)A、Client  
    B、Editor  
    C、Creator  
    D、Server
    (4)A、fixed  
    B、flexible  
    C、stable  
    D、stateless
    (5)A、programs  
    B、applications  
    C、frameworks  
    D、constrains

    查看答案

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

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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章