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

软件设计师每日一练试题(2024/2/22)

2024年02月23日来源:信管网 作者:cnitpm

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

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

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

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

软件设计师每日一练试题内容(2024/2/22)

  • 试题1

    下面是一个软件项目活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的权重表示活动的持续时间(天),则关键路径长度为( ),在该活动图中,活动( )晚 16 天开始不会影响上班。

    (1)A、20
    B、25
    C、27
    D、48
    (2)A、AC
    B、BE
    C、FI
    D、HJ

    查看答案

    试题参考答案:D、B

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

  • 试题2

    电视系统采用的颜色空间中,其亮度信号和色度信号是相分离的。下列颜色空间中,( )颜色空间不属于电视系统的颜色空间。
    A、YUV
    B、YIQ
    C、YcbCr
    D、HSL

    查看答案

    试题参考答案:D

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

  • 试题3

    对高级语言源程序进行编译的过程可以分为多个阶段,分配寄存器的工作在()阶段进行。
    A.词法分析
    B.语法分析
    C.语义分析
    D.目标代码生成

    查看答案

    试题参考答案:D

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

  • 试题4

    设栈S和队列Q的初始状态为空,元素按照a、b、c、d、e的次序进入栈S,当一个元素从栈中出来后立即进入队列Q。若队列的输出元素序列是c、d、b、a、e,则元素的出栈顺序是  (1)  ,栈S的容量至少为  (2)  。
    (1)A、a、b、c、d、e
    B、e、d、c、b、a
    C、c、d、b、a、e
    D、e、a、b、d、c
    (2)A、2
    B、3
    C、4
    D、5

    查看答案

    试题参考答案:C、B

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

  • 试题5

    是一种函数式编程语言。
    A.Lisp
    B.Prolog
    C.Python
    D.Java/C++

    查看答案

    试题参考答案:A

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

  • 试题6

    若在系统中有若干个互斥资源 R,6 个并发进程,每个进程都需要 2 个资源 R,那么使系统不发生死锁的资源 R 的最少数目为  ( )  。
    A、6
    B、7
    C、9
    D、12

    查看答案

    试题参考答案:B

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

  • 试题7

    浮点数的一般表示形式为 N=2E×F,其中 E 为阶码,F 为尾数。以下关于浮点表示的叙述中,错误的是(1),两个浮点数进行相加运算,应首先(2)。
    (1)A、阶码的长度决定浮点表示的范围,尾数的长度决定浮点表示的精度
    B、工业标准 IEEE754 浮点数格式中阶码采用移码、尾数采用原码表示
    C、规格化指的是阶码采用移码、尾数采用补码
    D、规格化表示要求交尾数的绝对值限定在区间[0.5,1)
    (2)A、将较大的数进行规格化处理
    B、将较小的数进行规格化处理
    C、将这两个数的尾数相加
    D、统一这两个数的阶码

    查看答案

    试题参考答案:C、D

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

  • 试题8

    若对线性表的最常用操作是访问任意指定序号的元素,并在表尾加入和删除元素,则适宜采用(57)存储。
    A.顺序表
    B.单链表
    C.双向链表
    D.哈希表

    查看答案

    试题参考答案:A

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

  • 试题9

    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

    在分支-限界算法设计策略中,通常采用( )搜索问题的解空间。
    A、深度优先 
    B、广度优先 
    C、自底向上 
    D、拓扑序列 

    查看答案

    试题参考答案:B

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询