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

软件设计师每日一练试题(2023/1/17)

2023年01月18日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    由 a、b 构造且仅包含偶数个 a 的串的集合用正规式表示为 ( ) 。
    A、(a*a)*b*
    B、(b* (ab*a)*)*
    C、(a* (ba*)*b)*
    D、(a|b)* (aa)*

    查看答案

    试题参考答案:B

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

  • 试题2

    模块A将学生信息,即学生姓名、学号、手机号等放到一个结构体中,传递给模块B。模块A和B之间的耦合类型为()耦合。
    A.数据
    B.标记
    C.控制
    D.内容

    查看答案

    试题参考答案:B

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

  • 试题3

    (1)  限制了创建类的实例数量,而 (2)  将一个类的接口转换成客户希望的另外一个接口,使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。
    (1)A、命令模式(Command)
    B、适配器模式(Adapter)
    C、策略模式(Strategy)
    D、单例模式(Singleton)
    (2)A、命令模式(Command)
    B、适配器模式(Adapter)
    C、策略模式(Strategy)
    D、单例模式(Singleton)

    查看答案

    试题参考答案:D、B

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

  • 试题4

    采用 UML 进行软件设计时,可用  ( )  关系表示两类事物之间存在的特殊/一般关系,用聚集关系表示事物之间存在的整体/部分关系。
    A、依赖
    B、聚集
    C、泛化
    D、实现

    查看答案

    试题参考答案:C

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

  • 试题5

    下列攻击类型中,( )是以被攻击对象不能继续提供服务为首要目标。
    A.跨站脚本
    B.拒绝服务
    C.信息篡改
    D.口令猜测

    查看答案

    试题参考答案:B

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

  • 试题6

    采用循环队列的优点是( )
    A、入队和出队可以在队列的同端点进行操作
    B、入队和出队操作都不需要移动队列中的其他元素
    C、避免出现队列满的情况
    D、避免出现队列空的情况

    查看答案

    试题参考答案:A

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

  • 试题7

    通常可以将计算机系统中执行一条指令的过程分为取指泛。分析和执行指令3步。若取指令时间为4△t,分析时间为2△t。执行时间为3△t。按顺序方式月头到尾执行完600条指令所需时间为(4)△t;若按照执行第i条,分析第i+1条,读取第i+2条重叠的流水线方式执行指令,则从头到尾执行完600条指令所需的时间为(5)△t。
    (4)
    A.2400
    B.3000
    C.3600
    D.5400
    (5)
    A.2400
    B.2405
    C.3000
    D.3009

    查看答案

    试题参考答案:D、B

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

  • 试题8

    Designing object -oriented software is hard,and designing ( )object -oriented software is even harder.You must find pertinent(相关的)objects,factor them into class at the rightgranularity,define class interfaces and inheritances,and establish key relationships among them.You design should be specific to the problem at hand,but also( )enough to address future problems and requirements.You also want to avoid redesign,or atleast minimize it.Experienced object -oriented designers will tell you that a reusable and flexible design is difficult if not impossible to get "right" the first time.Before a design is finished,they usually try to reuse it several times,madifring it each time.Yet experienced object-oriented designers do make good designs.Meanwhile new designers are ( )by the options available and tend to fall back on non-object-oriented techniques they're used before.lt takes a long time for movies to learn that goodobeject-oriented design is all about.Experienced designers evidently know something inexperiencedones.What is it?One thing expert desigeners know not to do is solve every problem from first principles.Rather, theyreuse solutions that have worked for them in the past.When they find a good ( ).They use it aqain and again.Such experience is part of what makes them experts.Consequently,you'll find ( ) patterns of classes and communicating objects in many object-oriented systems.
    (1)A.runnable
    B.right
    C.reusable
    D.pertinent
    (2)A.clear
    B.general
    C.personalized
    D.customized
    (3)A.excited
    B.shocken
    C.surprised
    D.overwhelmed
    (4)A.tool
    B.component
    C.system
    D.solution
    (5)A.recurring
    B.right
    C.experienced
    D.past

    查看答案

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

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

  • 试题9

    McCall软件质量模型从软件产品的运行、修正和转移3个方面确定了11个质量特性,其中()不属于产品运行方面的质量特性。
    A.正确性
    B.可靠性
    C.效率
    D.灵活性

    查看答案

    试题参考答案:D

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

  • 试题10

    函数f、g的定义如下,执行表达式“y=f(2)”的运算时,函数调用g(la)分别采用引用调用(callbyreference)方式和值调用(callbyvalue)方式,则该表达式求值结束后y的值分别为( )。

    A、9、6
    B、20、6
    C、20、9
    D、30、9

    查看答案

    试题参考答案:B

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询