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

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

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

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

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

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

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

  • 试题1

    以下关于总线的叙述中,不正确的是()
    A.并行总线适合近距离高速数据传输.
    B.串行总线适合长距离数据传输
    C.单总线结构在一个总线上适应不同种类的设备,设计简单且性能很高
    D.专用总线在设计上可以与连接设备实现最佳匹配

    查看答案

    试题参考答案:C

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

  • 试题2

    ( )是多媒体内容描述接口标准。
    A、MPEG-1 
    B、MPEG-2 
    C、MPEG-4 
    D、MPEG-7 

    查看答案

    试题参考答案:D

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

  • 试题3

    能力成熟度模型集成(CMMI)是若干过程模型的综合和改进。连续式模型和阶段式模型是CMMI提供的两种表示方法,而连续式模型包括6个过程域能力等级,其中( )使用量化(统计学)手段改变和优化过程域,以应对客户要求的改变和持续改进计划中的过程域的功效。
    A.CL2(已管理的)
    B.CL3(已定义级的)
    C.CL4(定量管理的)
    D.CL5(优化的)

    查看答案

    试题参考答案:D

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

  • 试题4

    下面二叉树表示的简单算术表达式为( )。

    A.10*20+30-40
    B.10*(20+30-40)
    C.10*(20+30)-40
    D.10*20+(30-40)

    查看答案

    试题参考答案:C

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

  • 试题5

    按照我国著作权法的权利保护期,以下权利中,(  )受到永久保护。
    A.发表权
    B.修改权
    C.复制权
    D.发行权

    查看答案

    试题参考答案:B

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

  • 试题6

    In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn.
    But use cases do solve a problem with requirements: with (1 ) declarative requirements it's hard to describle steps and sequences of events.
    Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requiements, it's often(2 )to make sense of what the authors of the  requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capture approaches. Although this may sound simple, the fact is that (3 ) requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture fail to capture the (4 ) of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand.
    But, like anything, use cases come with their own problems, and as useful as they are, they can be (5 ). The result is something that is as bad, if not worse, that the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
    (1)A.plenty
    B.loose
    C.extra
    D.strict
    (2)A.impossible
    B.possible
    C.sensible
    D.practical
    (3)A.modern
    B.conventional
    C.different
    D.formal
    (4)A.statics
    B.nature
    C.dynamics
    D.originals
    (5)A.misapplied
    B.applied
    C.used
    D.powerful

    查看答案

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

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

  • 试题7

    模块A提供某个班级某门课程的成绩给模块B,模块B计算平均成绩、最高分和最低分,将计算结果返回给模块A,则模块B在软件结构图中属于()模块。
    A.传入
    B.传出
    C.变换
    D.协调

    查看答案

    试题参考答案:C

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

  • 试题8

    设求解某问题的递归算法如下:
    F(int n){
    if n==1 {
    Move(1)
    }else{
    F(n-1);
    Move(n);
    F(n-1);
    }
    }
    求解该算法的计算时间时,仅考虑算法Move所做的计算为主要计算,且Move 为常数级算法。则算法F的计算时间T(n)的递推关系式为(1) ;设算法Move的计算时间为k,当n=4 时,算法F的计算时间为(2) 。
    (1)A、T(n)=T(n-1)+1
    B、T(n)=2T(n-1)
    C、T(n)=2T(n-1)+1
    D、T(n)=2T(n+1)+1
    (2)A、14k
    B、15k
    C、16k
    D、17k

    查看答案

    试题参考答案:C、B

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

  • 试题9

    某用户在使用校园网中的一台计算机访问某网站时,发现使用域名不能访问该网站,但是使用该网站的IP地址可以访问该网站,造成该故障产生的原因有很多,其中不包括(69)。
    A.该计算机设置的本地DNS服务器工作不正常
    B.该计算机的DNS服务器设置错误
    C.该计算机与DNS服务器不在同一子网
    D.本地DNS服务器网络连接中断

    查看答案

    试题参考答案:C

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

  • 试题10

    如下图所示,模块A和模块B都访问相同的全局变量和数据结构,则这两个模块之间的耦合类型为( )耦合。



    A. 公共
    B.控制
    C.标记
    D.数据

    查看答案

    试题参考答案:A

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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章