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

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

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

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

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

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

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

  • 试题1

    进程P1、P2、P3、P4、P5和 P6的前驱图如下所示∶

    若用PV操作控制进程P1、P2、P3、P4、P5 和 P6开发执行的过程,需要设置6个信号量 S1、 S2、S3、S4、S5和 S6,且信号量 S1~S6的和值都等于零。下面的进程执行图中a和b处分别填写( ),c和d处应分别填写( ),e和f处应分别填写( )。
    (1)A.V(S1)和 P(S2)V(S3)
    B.P(S1)和 P(S2)V(S3)
    C.V(S1)和 V(S2)V(S3)
    D.P(S1)和 V(S2)V(S3)
    (2)A.P(S2)和 P(S4)
    B.V(S4)和 P(S3)
    C.P(S2)和 V(S4)
    D.V(S2)和V(S4)
    (3)A.P(S4)V(S5)和V(S6)
    B.P(S4)V(S5)和P(S6)
    C.P(S4)P(S5)和 V(S6)
    D.P(S4)P(S5)和P(S6)

    查看答案

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

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

  • 试题2

    二叉树的高度是指其层数, 空二叉树的高度为0,仅有根结点的二叉树高度为1,若某二叉树中共有1024个结点,则该二叉树的高度是整数区间( )中的任一值。
    A、(10, 1024)
    B、[10, 1024]
    C、(11, 1024)
    D、[11, 1024]

    查看答案

    试题参考答案:D

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

  • 试题3

    计算机中的浮点数由三部分组成:符号位S,指数部分E(称为阶码)和尾数部分M。在总长度固定的情况下,增加E的位数、减少M的位数可以()。
    A.扩大可表示的数的范围同时降低精度
    B.扩大可表示的数的范围同时提高精度
    C.减小可表示的数的范围同时降低精度
    D.减小可表示的数的范围同时提高精度

    查看答案

    试题参考答案:A

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

  • 试题4

    下图所示为(1)设计模式,适用于(2)。

    (1)A.抽象工厂(Abstract Factory)
    B.生成器(Builder)
    C.工厂方法(Factory Method).
    D.原型(Prototype)
    (2)A.一个系统要由多个产品系列中的一个来配置时
    B.当一个类希望由它的子类来指定它所创建的对象时
    C.当创建复杂对象的算法应该独立于该对象的组成部分及其装配方式时
    D.当一个系统应该独立于它的产品创建、构成和表示时

    查看答案

    试题参考答案:B、C

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

  • 试题5

    在单处理机计算机系统中有1台打印机、1台扫描仪,系统采用先来先服务调度算法。假设系统中有进程P1、P2、P3、P4,其中P1为运行状态,P2为就绪状态,P3等待打印机,P4等待扫描仪。此时,若P1释放了扫描仪,则进程P1、P2、P3、P4的状态分别为( )。
    A、等待、运行、等待、就绪
    B、运行、就绪、等待、就绪
    C、就绪、就绪、等待、运行
    D、就绪、运行、等待、就绪

    查看答案

    试题参考答案:A

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

  • 试题6

    总线宽度为32bit,时钟频率为200MHz,若总线上每5个时钟周期传送一个32bit的字则该总线的带宽为( ) MB/S
    A.40
    B.80
    C.160
    D.200

    查看答案

    试题参考答案:C

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

  • 试题7

    当修改邮件时,客户与POP3服务器之间通过(  )建立连接,所使用的端口是(  )。
    1)A.HTTP
    B.TCP
    C.UDP
    D.HTTPS
    2)A.52
    B.25
    C.1100
    D.110

    查看答案

    试题参考答案:B 、D

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

  • 试题8

    设某上下文无关文法如下:  S→11 | 1001  | S0  |SS,则该文法所产生的所有二进制字符串都具有的特点是  ( )  。
    A、能被 3 整除
    B、0、1 出现的次数相等
    C、0 和 1 的出现次数都为偶数
    D、能被 2 整除

    查看答案

    试题参考答案:A

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

  • 试题9

    以下对于路由协议的叙述中,错误的是( )。
    A、路由协议是通过执行一个算法来完成路由选择的一种协议
    B、动态路由协议可以分为距离向量路由协议和链路状态路由协议
    C、路由协议是一种允让许数据包在主机之间传送信息的种协议
    D、路由器之间可以通过路由协议学习网络的拓扑结构

    查看答案

    试题参考答案:C

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

  • 试题10

    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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章