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

软件设计师每日一练试题(2023/5/28)

2023年05月29日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    在Windows 系统中,( )不是网络服务组件。
    A、RAS
    B、HTTP
    C、IIS
    D、DNS

    查看答案

    试题参考答案:B

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

  • 试题2

    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.title
    B.list
    C.workbook
    D.quality

    查看答案

    试题参考答案:C

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

  • 试题3

    某文件管理系统在磁盘上建立了位示图(bitmap),记录磁盘的使用情况。若系统中字长为32位,磁盘上的物理块依次编号为:0,1,2,…,那么8192号物理块的使用情况在位示图中的第 ( ) 个字中描述。
    A、256
    B、257
    C、512
    D、1024

    查看答案

    试题参考答案:B

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

  • 试题4

    某文件系统采用多级索引结构。若磁盘块的大小为1KB字节,每个块号占3B字节,那么采用二级索引时的文件最大长度为()KB。
    A.1024
    B.2048
    C.116281
    D.232562

    查看答案

    试题参考答案:C

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

  • 试题5

    当用户通过键盘或鼠标进入某应用系统时,通常最先获得键盘或鼠标输入信息的是( )程序。
    A.命令解释
    B.中断处理
    C.用户登录
    D.系统调用

    查看答案

    试题参考答案:B

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

  • 试题6

    在软件开发中, (1) 不能用来描述项目开发的进度安排。在其他三种图中,可用 (2) 动态地反映项目开发进展情况。
    (1)A、甘特图
    B、PERT图
    C、PERT/CPM图
    D、鱼骨图
    (2)A、甘特图
    B、PERT图
    C、PERT/CPM图
    D、鱼骨图

    查看答案

    试题参考答案:D、A

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

  • 试题7

    在移臂调度算法中,( )算法可能会随时改变移动臂的运动方向。
    A、电梯调度和先来先服务
    B、先来先服务和最短寻找时间优先
    C、单向扫描和先来先服务
    D、电梯调度和最短寻找时间优先

    查看答案

    试题参考答案:B

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

  • 试题8

    以下关于可视化程序设计的叙述中,错误的是  ( )  。
    A、可视化程序设计使开发应用程序无需编写程序代码
    B、可视化程序设计基于面向对象的思想,引入了控件和事件驱动
    C、在可视化程序设计中,构造应用程序界面就像搭积木
    D、在可视化程序设计中,采用解释方式可随时查看程序的运行效果

    查看答案

    试题参考答案:A

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

  • 试题9

    在 IPv4 向 IPv6 过渡期间,如果要使得两个 IPv6 结点可以通过现有的 IPv4 网络进行通则应该使用(1);如果要使得纯 IPv6 结点可以与纯 IPv4 结点进行 通信,则需要使用(2) 。
    (1)A.堆栈技术
    B.双协议栈技术
    C.隧道技术
    D.翻译技术
    (2)A 堆栈技术
    B.双协议栈技术
    C.隧道技术
    D.翻译技术

    查看答案

    试题参考答案:C、D

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

  • 试题10

    采用白盒测试方法对下图进行测试,设计了4个测试用例:①(x=0,y=3),②( x=l, y=2),③(x=-1,y=2),④(x=3, y=l)。至少需要测试用例①②才能完成 (35) 覆盖,至少需要测试用例①②③或①②④才能完成 (36) 覆盖。

    (35)
    A.语句  
    B.条件  
    C.判定/条件  
    D.路径    
    (36)    
    A.语句  
    B.条件  
    C.判定/条件  
    D.路径  

    查看答案

    试题参考答案:A、D

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

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

分享至:

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

下载APP-在线学习

培训课程

0元畅享

考试题库

免费资料

客服咨询