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

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

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

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

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

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

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

  • 试题1

    在引用调用方式下进行函数调用,是将 (21) 。
    A.实参的值传递给形参

    查看答案

    试题参考答案:B

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

  • 试题2

    已知字符集为{a,b,c,d,e,f,g,h},若各字符的哈夫曼编码如下表所,则对编码序列010101100011001001001111的译码结果为( )。

    A.daceabdg

    查看答案

    试题参考答案:C

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

  • 试题3

    某零件厂商的信息系统中,一个基本加工根据客户类型、订单金额、客户信用等信息的不同采取不同的行为,此时最适宜采用( )来描述该加工规格说明。
    A.自然语言

    查看答案

    试题参考答案:C

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

  • 试题4

    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/exam/ExamDay.aspx?t1=4&day=2026/9/9

  • 试题5

    下列关于静态多态实现重载的描述中正确的是( ) 。
    A、重载的方法(函数)的方法名(函数名)可以不同
    B、重载的方法(函数)必须在返回值类型以及参数类型上有所不同
    C、重载的方法(函数)必须在参数顺序或参数类型上有所不同
    D、重载的方法(函数)只需在返回值类型上有所不同

    查看答案

    试题参考答案:C

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

  • 试题6

    人眼看到的任一彩色光都是亮度、色调和饱和度三个特性的综合效果,其中( )反应颜色的种类。
    A、色调
    B、饱和度
    C、灰度
    D、亮度

    查看答案

    试题参考答案:A

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

  • 试题7

    VLAN 技术基于MAC地址实现逻辑分组,工作在OSI参考模型的( )。
    A.传输层

    查看答案

    试题参考答案:B

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

  • 试题8

    设用线性探查法解决冲突构造哈希表,且哈希函数为 H(key)=key%m,若在该哈希表中查找某关键字e 是成功的且与多个关键字进行了比较,则( )
    A.这些关键字形成—个有序序列

    查看答案

    试题参考答案:D

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

  • 试题9

    某电商系统在采用面向对象方法进行设计时,识别出网店、商品、购物车、订单买家、库存、支付(微信、支付宝)等类。其中,购物车与商品之间适合采用(1)关系,网店与商品之间适合采用(2)关系。
    (1)A、关联
    B、依赖
    C、组合
    D、聚合
    (2)A、依赖
    B、关联
    C、组合
    D、聚合

    查看答案

    试题参考答案:D、C

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

  • 试题10

    双层双面的只读DVD盘片的存储容量可以达到( )。
    A、4.7GB
    B、8.5GB
    C、17GB
    D、6.6GB

    查看答案

    试题参考答案:C

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

信管网订阅号

信管网视频号

信管网抖音号

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

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

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

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏