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

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

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

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

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

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

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

试题1

循环链表的主要优点是( )。
A、不再需要头指针了
B、已知某个结点的位置后,能很容易找到它的直接前驱结点
C、在进行删除操作后,能保证链表不断开
D、从表中任一结点出发都能遍历整个链表

试题解析与讨论:www.cnitpm.com/st/77382664.html
试题参考答案:D

试题2

ARP协议属于(1)协议,它的作用是(2)。
(1)A.物理层
B.数据链路层
C.网络层
D.传输层
(2)A.实现MAC地址与主机名之间的映射
B.实现IP地址与MAC地址之间的变换
C.实现IP地址与端口号之间的映射
D.实现应用进程与物理地址之间的变换

试题解析与讨论:www.cnitpm.com/st/2465818110.html
试题参考答案:C、B

试题3

The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of  (1)  and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions – time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive  (2)  which is concluded with a well-defined  (3)  and can be further broken down into  (4)  – a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group  (5)  logically by nature.
(1)A、artifacts
B、use-cases
C、actors
D、workers
(2)A、orientations
B、views
C、aspects
D、phases
(3)A、milestone
B、end-mark
C、measure
D、criteria
(4)A、rounds
B、loops
C、iterations
D、circularities
(5)A、functions
B、workflows
C、actions
D、activities

试题解析与讨论:www.cnitpm.com/st/79792747.html
试题参考答案:B、D、A、C、D

试题4

设系统中有 R 类资源 m 个,现有 n 个进程互斥使用。若每个进程对 R 资源的最大需求为 w,那么当 m、n、w 取下表的值时,对于下表中的 a~e 五种情况,(1)两种情况可能会发生死锁。对于这两种情况,若将 (2) ,则不会发生死锁。

(1)A、a 和 b
B、b 和 c
C、c 和 d
D、c 和 e
(2)A、n 加 1 或 w 加 1
B、m 加 1 或 w 减 1
C、m 减 1 或 w 加 1
D、m 减 1 或 w 减 1

试题解析与讨论:www.cnitpm.com/st/81722814.html
试题参考答案:D、B

试题5

( )  不属于软件配置管理的活动。
A、变更标识
B、变更控制
C、质量控制
D、版本控制

试题解析与讨论:www.cnitpm.com/st/82902854.html
试题参考答案:C

试题6

Virtualization is an approach to IT that pools and shares (1) so that utilization is optimized and supplies automatically meet demand. Traditional IT environments are often silos, where both technology and human (2)are aligned around an application or business function. With a virtualized (3) , people, processes, and technology are focused on meeting service levels, ( 4) is allocated dynamically, resources are optimized, and the entire infrastructure is simplified and flexible. We offer a broad spectrum of virtualization (5) that allows customers to choose the most appropriate path and optimization focus for their IT infrastructure resources.
(1)A、advantages  
B、resources 
C、benefits  
D、precedents
(2)A、profits  
B、costs  
C、resources  
D、powers
(3)A、system  
B、infrastructure  
C、hardware  
D、link
(4)A、content  
B、position  
C、power  
D、capacity
(5)A、solutions  
B、networks  
C、interfaces  
D、connections

试题解析与讨论:www.cnitpm.com/st/79262729.html
试题参考答案:B、C、B、D、A

试题7

下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示活动,边的权重表示活动的持续时间,则里程碑(1)在关键路径上。活动GH 的松弛时间是(2)。



(1)A.B
B.E
C.C
D.K
(2)A.0
B.1
C.2
D.3

试题解析与讨论:www.cnitpm.com/st/2493426220.html
试题参考答案:A、D

试题8: 计算机指令系统采用多种寻址方式。立即寻址是指操作数包含在指令中:寄存器寻址是指操作数在寄存器中,直接寻址是指操作数的地址在指令中。这三种寻址方式操作数的速度()
A、立即寻址最快;寄存器寻址次之,直接寻址最慢
B、寄存器寻址最快,立即寻址次之,直接寻址最慢
C、直接寻址最快, 寄存器寻址次之,立即寻址最慢
D、寄存器寻址最快,直接寻址次之,立即寻址最慢
试题解析与讨论:www.cnitpm.com/st/4589923196.html
试题参考答案:A

试题9: 计算机在一个指令周期的过程中,为从内存读取指令操作码,首先要将()的内容送到地址总线上。
A.指令寄存器
B.通用寄存器
C.程序计数器
D.状态寄存器
试题解析与讨论:www.cnitpm.com/st/2860725299.html
试题参考答案:C

试题10: 对有向图G进行拓扑排序得到的拓扑序列中,顶点Vi在顶点Vj之前,则说明G中( )
A、一定存在有向弧 < Vi,Vj >
B、一定不存在有向弧< Vj,Vi >
C、必定存在从Vi到Vj的路径
D、必定存在从Vj到Vi的路径
试题解析与讨论:www.cnitpm.com/st/4594717741.html
试题参考答案:C

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章