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

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

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

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

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

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

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

  • 试题1

    在设计软件的模块结构时,()不能改进设计质量。
    A.尽量减少高扇出结构
    B.模块的大小适中
    C.将具有相似功能的模块合并
    D.完善模块的功能

    查看答案

    试题参考答案:C

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

  • 试题2

    一个类可以具有多个同名而参数类型列表不同的方法,被称为方法(  )
    A.重载
    B.调用
    C.重置
    D.标记

    查看答案

    试题参考答案:A

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

  • 试题3

    某一非确定性有限自动机(NFA)的状态转换图如下图所示,与该NFA等价的正规式是(1),与该NFA等价的DFA是(2)。
    (1)
    (2)
    (1)A. A
    B. B
    C. C
    D. D
    (2)A. A
    B. B
    C. C
    D. D

    查看答案

    试题参考答案:B、A

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

  • 试题4

    以下关于变量和常量的叙述中,错误的是  ( )  。
    A、变量的取值在程序运行过程中可以改变,常量则不行
    B、变量具有类型属性,常量则没有
    C、变量具有对应的存储单元,常量则没有
    D、可以对变量赋值,不能对常量赋值

    查看答案

    试题参考答案:B

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

  • 试题5

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

    (1)A、2、1、0 和 1
    B、3、1、0 和 0
    C、3、1、1 和 1
    D、3、0、1 和 1
    (2)A、P1→P2→P4→P3
    B、P2→P1→P4→P3
    C、P3→P4→P1→P2
    D、P4→P2→P1→P3

    查看答案

    试题参考答案:B、D

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

  • 试题6

    进行面向对象系统设计时,针对包中的所有类对于同-类性质的变化;一个变化若对一个包产生影响,则将对该包中的所有类产生影响,而对于其他的包不造成任何影响。这属于(  )设计原则。
    A.共同重用
    B.开放-封闭
    C.接口分离
    D.共同封闭

    查看答案

    试题参考答案:D

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

  • 试题7

    UML图中,对新开发系统的需求进行建模,规划开发什么功能或测试用例,采用(1)最适合。而展示交付系统的软件组件和硬件之间的关系的图是(2)。
    (1)A.类图
    B.对象图
    C.用例图
    D.交互图
    (2)A.类图
    B.部署图
    C.组件图
    D.网络图

    查看答案

    试题参考答案:C、B

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

  • 试题8

    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.list
    B.document
    C.tree-structure
    D.number

    查看答案

    试题参考答案:C

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

  • 试题9

    设元素序列a、b、c、d、e.f经过初始为空的栈S后,得到出栈序列cedfba,则栈S的最小容量为()。
    A.3
    B.4
    C.5
    D.6

    查看答案

    试题参考答案:B

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

  • 试题10

    以下关于RISC(精简指令系统计算机)技术的叙述中,错误的是( )。
    A、指令长度固定、指令种类尽量少
    B、指令功能强大、寻址方式复杂多样
    C、增加寄存器数目以减少访存次数
    D、用硬布线电路实现指令解码,快速完成指令译码

    查看答案

    试题参考答案:B

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

信管网订阅号

信管网视频号

信管网抖音号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏