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

软件设计师每日一练试题(2024/1/9)

2024年01月10日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    以下显示器像素点距的规格中,最好的是 ( ) 。
    A、0.39
    B、0.33
    C、0.31
    D、0.28

    查看答案

    试题参考答案:D

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

  • 试题2

    给定一组长度为 n 的无序序列,将其存储在一维数组 a[0..n-1]中。现采用如下方法找出其中的最大元素和最小元素:比较 a[0]和 a[n-1],若 a[0]较大,则将二者的值进行交换;再比较 a[1]和 a[n-2],若 a[1]较大,则交换二者的值;然后依次比较 a[2]和 a[n-3]、a[3]和 a[n-4]、…,使得每一对元素中的较小者被交换到低下标端。重复上述方法,在数组的前 n/2 个元素中查找最小元素,在后 n/2 个元素查找最大元素,从而得到整个序列的最小元素和最大元素。上述方法采用的算法设计策略是  ( )  。
    A、动态规划法
    B、贪心法
    C、分治法
    D、回溯法

    查看答案

    试题参考答案:C

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

  • 试题3

    假设系统有n (n≥5) 个进程共享资源R,且资源R的可用数为5。若采用PV操作,则相应的信号量S的取值范围应为(  )。
    A.-1~n-1
    B.-5~5
    C.-(n-1)~1
    D.-(n-5)~5

    查看答案

    试题参考答案:D

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

  • 试题4

    下表为某文件中字符的出现频率,采用霍夫曼编码对下列字符编码,则字符序列“ bee”的编码为(  );编码::“ 110001001101”的对应的字符序列(  )

    A.10111011101
    B.10111001100
    C.001100100
    D.110011011
    A.bad
    B.bee
    C.face
    D.Bace

    查看答案

    试题参考答案:A、C

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

  • 试题5

    下列 UML 类图表示的是(1)设计模式。该设计模式中,(2)

    (1)A、备忘录(Memento)
    B、策略(Strategy)
    C、状态(State)
    D、观察者(Observer)
    (2)A、一个 Subject 对象对应多个 Observer 对象
    B、Subject 只能有一个 ConcreteSubject 子类
    C、Observer 只能有一个 ConcreteObserver 子类
    D、一个 Subject 对象必须至少对应一个对象

    查看答案

    试题参考答案:D、A

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

  • 试题6

    The purpose of the requirements definition phase is to produce a clear, complete, consistent, and testable (1)of the technical requirements for the software product.
    During the requirements definition phase, the requirements definition team uses an iterative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each (2) that it must meet. The starting point is usually a set of high level requirements from the (3)that describe the project or problem.
    In either case, the requirements definition team formulates an overall concept for the system and then defines (4) showing how the system will be operated publishes the system and operations concept document and conducts a system concept review (SCR).
    Following the SCR, the team derives(5) requirements for the system from the high level requirements and the system and operations concept. using structured or object-oriented analysis. the team specifies the software functions and algorithms needed to satisfy each detailed requirement.
    (1)A、function 
    B、definition 
    C、specification 
    D、statement
    (2)A、criterion 
    B、standard 
    C、model 
    D、system
    (3)A、producer 
    B、customer 
    C、programmer 
    D、analyser
    (4)A、rules 
    B、principles 
    C、scenarios 
    D、scenes
    (5)A、detailed 
    B、outlined 
    C、total 
    D、complete 

    查看答案

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

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

  • 试题7

    上海市标准化行政主管部门制定并发布的工业产品的安全、卫生要求的标准,在其行政区域内是( )。
    A、强制性标准  
    B、推荐性标准  
    C、自愿性标准  
    D、指导性标准

    查看答案

    试题参考答案:A

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

  • 试题8

    下面关于二叉树的叙述,正确的是 ( ) 。
    A、完全二叉树的高度 h 与其节点数 n 之间存在确定的关系
    B、在二叉树的顺序存储和链式存储结构中,完全二叉树更适合采用链式存储结构
    C、完全二叉树中一定不存在度为 1 的
    D、完全二叉树中必定有偶数个叶子

    查看答案

    试题参考答案:A

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

  • 试题9

    Telnet协议是一种()的远程登录协议。
    A.安全
    B.B/S模式
    C.基于TCP
    D.分布式

    查看答案

    试题参考答案:C

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

  • 试题10

    根据《计算机软件保护条例》的规定,对软件著作权的保护不包括( )。
    A.目标程序
    B.软件文档
    C.源程序
    D.开发软件所有的操作方法

    查看答案

    试题参考答案:D

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询