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

软件设计师每日一练试题(2024/7/5)

2024年07月06日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    移进--归约分析法是编译程序(或解释程序)对高级语言源程序进行语法分析的一种方法,属于( )的语法分析方法。
    A.自顶向下(或自上而下)
    B.自底向上(或自下而上)
    C.自左向右
    D.自右向左

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题2

    对以下的程序伪代码(用缩进表示程序块)进行路径覆盖测试,至少需要()个测试用例。采用McCabe度量法计算其环路复杂度为( )。

    (1)A.2
    B.4
    C.6
    D.8
    (2)A.2
    B.4
    C.4
    D.5

    查看答案

    试题参考答案:B、C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题3

    利用()可以获取某FTP服务器中是否存在可写目录的信息。
    A.防火墙系统
    B.漏洞扫描系统
    C.入侵检测系统
    D.病毒防御系统

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题4

    People  are  i ndulging  in  an  illusion  whenever  t hey  find  themselves  explaining  at  a cocktail(鸡尾酒)  party,  say,  that  they  are  "i n  computers,"  or  "in  telecommunications,"  or  "in electronic  funds  transfer".  The  implication  is  that  they  are  part  of  the  high-tech  world.  Just between  us,  they usually  aren't.  The researchers  who made fundamental breakthroughs in  those areas are in a high-tech busi ness. The rest of us are  (1)  of their work. We use computers and other new t echnology  components to  develop  our  products  or  to  organize our  affairs.  Because we  go about  this work  in teams and projects and other tightly knit  working  groups(紧密联系在一起的工作小组),  we  are  mostl y  in  the  human  communication  business.  Our  successes  stem
    from  good human  int eractions  by  all  participants in  the effort,  and our  failures  stem  from  poor human interactions.
    The main reason we tend to focus on t he  (2)  rather t han the human side of the work is
    not because it's more  (3)  , but because it's easier to do. Getting the new disk drive installed is positively trivial compared t o figuring out why Horace is in a blue funk(恐惧) or why Susan is dissatisfied with the company after only a few months. Human  interactions are complicated and never  very  crisp(干脆的,干净利落的) and  clean in  their effects, but they  matter  more  than any other aspect of the work.
    If you find yourself concentrating on the  (4)  rather than the  (5), you're like t he
    vaudeville character(杂耍人物)  who loses  his  keys  on  a  dark  street and  looks  for  them  on t he adjacent street because, as he explains, "The light is better there!".
    (1)A、creators
    B、innovators
    C、appliers
    D、inventors
    (2)A、technical
    B、classical
    C、social
    D、societal
    (3)A、trivial
    B、crucial
    C、minor
    D、insignificant
    (4)A、technology
    B、sociology
    C、physiology
    D、astronomy
    (5)A、technology
    B、sociology
    C、physiology
    D、astronomy

    查看答案

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

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题5

    在程序运行过程中,CPU 需要将指令从内存中取出并加以分析和执行。CPU 依据()来区分在内存中以二进制编码形式存放的指令和数据。
    A.指令周期的不同阶段
    B.指令和数据的寻址方式
    C.指令操作码的译码结果
    D.指令和数据所在的存储单元

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题6

    著作权中,(15)的保护期不受限制。
    A.发表权
    B.发行权
    C.署名权
    D.展览权

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题7

    某搜索引擎在使用过程中,若要增加接受语音输入的功能,使得用户可以通过语音输入来进行搜索,此时应对系统进行 ( ) 维护。
    A.正确性
    B.适应性
    C.完善性
    D.预防性

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题8

    采用顺序表和单链表存储长度为n的线性序列,根据序号查找元素,其时间复杂度分别为()。
    A.O(1)、O(I)
    B.O(1)、O(n)
    C.O(n)、O(1)
    D.O(n)、O(n)

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题9

    对于大多数通用程序设计语言,用()描述其语法即可。
    A.正规文法
    B.上下文无关文法
    C.上下文有关文法
    D.短语结构文法

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

  • 试题10

    对有n个结点、e条边且采用数组表示法(即邻接矩阵存储)的无向图进行深度优先遍历,时间复杂度为(1)。
    A.O(n2)
    B.O(e2)
    C.O(n+e)
    D.O(n*e)

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/7/5

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

分享至:

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

下载APP-在线学习