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

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

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

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

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

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

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

  • 试题1

    CPU中译码器的主要作用是进行()。
    A.地址译码
    B.指令译码
    C.数据译码
    D.选择多路数据至ALU

    查看答案

    试题参考答案:B

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

  • 试题2

    以下关于Singleton(单例)设计模式的叙述中,不正确的是( )。
    A.单例模式是创建型模式
    B.单例模式保证一个类仅有一个实例
    C.单例类提供一个访问唯一实例的全局访问点
    D.单例类提供一个创建一系列相关或相互依赖对象的接口

    查看答案

    试题参考答案:D

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

  • 试题3

    下面的 UML 类图描绘的是  (1) 设计模式。关于该设计模式的叙述中,错误的是  (2) 。

    (1)A、桥接
    B、策略
    C、抽象工厂
    D、观察者
    (2)A、该设计模式中的 Observer 需要维护至少一个 Subject 对象
    B、该设计模式中的 ConcreteObserver 可以绕过 Subject 及其子类的封装
    C、该设计模式中一个 Subject 对象需要维护多个 Observer 对象
    D、该设计模式中 Subject 需要通知 Observer 对象其自身的状态变化

    查看答案

    试题参考答案:D、B

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

  • 试题4

    某算法的时间复杂度表达式为T(n)=an2+bnlgn+cn+d,其中,n为问题的规模,abc和d为常数,用O表示其渐近时间复杂度为( )。
    A、O(n2
    B、O(n)
    C、O(nlgn)
    D、O(1)


    查看答案

    试题参考答案:A

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

  • 试题5

    用C/C++语言为某个应用编写的程序,经过(  )后形成可执行程序。
    A.预处理、编译、汇编、链接
    B.编译、预处理、汇编、链接
    C.汇编、预处理、链接、编译
    D.链接、预处理、编译、汇编

    查看答案

    试题参考答案:A

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

  • 试题6

    给定关系R(A1,A2,A3,A4)上的函数依赖集F={A1A3A2,A2→A3},R候选关键字为(1) 。分解ρ={(A1,A2),(A1,A3)}(2)。
    (1)A、A1A3
    B、A1A2A3
    C、A1A3A4
    D、A2和A1A3
    (2)A、是无损联接的
    B、是保持函数依赖的
    C、既是无损联接又保持函数依赖
    D、既是有损联接又不保持函数依赖

    查看答案

    试题参考答案:C、D

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

  • 试题7

    高级语言源程序的编译过程分若干个阶段,分配寄存器属于  ( )  阶段的工作。
    A、词法分析
    B、语法分析
    C、语义分析
    D、代码生成

    查看答案

    试题参考答案:D

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

  • 试题8

    声音(音频)信号的一个基本参数是频率,它是指声波每秒钟变化的次数,用Hz表示。人耳能听到的音频信号的频率范围是( ) 。
    A.0Hz~20 KHz
    B.0Hz~200 KHz
    C.20Hz~20KHz
    D.20Hz~200KHz

    查看答案

    试题参考答案:C

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

  • 试题9

    The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
    All the documents of the project need to be part of this ( ). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).
    Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first (请作答此空) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.
    Since this is so, and since tomorrow's product-quality manuals will grow from today’s memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.
    The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.
    The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.
    A.objective
    B.memoranda
    C.standard
    D.specification

    查看答案

    试题参考答案:B

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

  • 试题10

    A类网络是很大的网络,每个A类网络中可以有(1)个网络地址。实际使用中必须把A类网络划分为子网,如果指定的子网掩码为255.255.192.0,则该网络被划分为(2)个子网。

    (1)A.210

    B.212

    C.220

    D.224

    (2)A.128

    B.256

    C.1024

    D.2048

    查看答案

    试题参考答案:D、C

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

信管网订阅号

信管网视频号

信管网抖音号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏