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

软件设计师每日一练试题(2023/4/9)

2023年04月10日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    在—棵度为3的树中,若有2个度为3的结点,有1个度为2的结点,则有( )个度为0的结点。
    A、4  
    B、5 
    C、6 
    D、7 

    查看答案

    试题参考答案:C

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

  • 试题2

    用户A和B要进行安全通信,通信过程需确认双方身份和消息不可否认。A和B通信时可使用(1)来对用户的身份进行认证;使用(2 )确保消息不可否认。
    (1)A、数字证书
    B、消息加密
    C、用户私钥
    D、数字签名
    (2)A、数字证书
    B、消息加密
    C、用户私钥
    D、数字签名

    查看答案

    试题参考答案:A、D

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

  • 试题3

    在异步通信中,每个字符包含1位起始位、7位数据位和2位终止位,若每秒钟传送500个字符,则有效数据速率为()
    A.500b/s
    B.700b/s
    C.3500b/s
    D.5000b/s

    查看答案

    试题参考答案:C

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

  • 试题4

    下所示为UML( )。




    A.类图
    B.部署图
    C. 组件图
    D.网络图

    查看答案

    试题参考答案:C

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

  • 试题5

    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.product
    B.manual
    C.document
    D.information

    查看答案

    试题参考答案:D

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

  • 试题6

    软件复杂性度量的参数不包括  ( )  。
    A、软件的规模
    B、开发小组的规模
    C、软件的难度
    D、软件的结构

    查看答案

    试题参考答案:B

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

  • 试题7

    设有员工实体 Emp(员工号,姓名,姓别,年龄,出生年月,联系方式,部门号),其中“联系方式”要求记录该员工的手机号码和办公室电话,部门号要求对照别一部门实体  Dept 的主码“部门号”。Emp 实体中存在派生属性和多值属性:(1):对属性部门号应该进行(2)约束;可以通过命令(3)修改表中的数据。
    (1)A、年龄和出生年月
    B、年龄和联系方式
    C、出生年月和联系方式
    D、出生年月和年龄
    (2)A、非空主键
    B、主键
    C、外键
    D、候选键
    (3)A、INSERT
    B、DELETE
    C、UPDATE
    D、MODIFY

    查看答案

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

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

  • 试题8

    单向链表中往往含有一个头结点,该结点不存储数据元素,一般令链表的头指针指向该结点,而该 结点指针 域的值为第 一个元素 结点的指 针,以下关 于单链表 头结点的 叙述中,错 误的是( )
    A、若在头结点中存入链表长度值,则求链表长度运算的时间复杂度为 O(1)
    B、在链表的任何一个元素前后进行插入和删除操作可用一致的方式进行处理
    C、加入头结点后,代表链表的头指针不因为链表的空而改变
    D、加入头结点后,在链表中进行查找运算的时间复杂度为 O(1)

    查看答案

    试题参考答案:D

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

  • 试题9

    给定关系 R(A,B,C,D)和关系 S(A,C,E,F),对其进行自然连接运算 R ⋈S 后的属性列为(  )个;与αR.B>S.ER⋈S)等价的关系代数表达式为(  )。
    A.4
    B.5
    C.6
    D.8
    A.α2>7(R x S)
    B.π1,2,3,4,7,8(σ1=5 ˄ 2>7˄3=6(R×S))
    C. σ2>'7'(R×S)
    D. π1,2,3,4,7,8(σ1=5 ˄ 2>’ 7’ ˄3=6(R×S))

    查看答案

    试题参考答案:C、B

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

  • 试题10

    喷泉模型是一种适合于面向(  )开发方法的软件过程模型。该过程模型的特点不包括(  )。
    1)A.对象
    B.数据
    C.数据流
    D.事件
    2)A.以用户需求为动力
    B.支持软件重用
    C.具有迭代性
    D.开发活动之间存在明显的界限

    查看答案

    试题参考答案:A 、D

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询