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

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

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

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

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

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

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

试题1

某软件项目的活动图如下图所示,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的数字表示相应活动的持续时间(天),则完成该项目的最少时间为(  )天。活动 BC 和 BF 最多可以晚开始(  )天而不会影响整个项目的进度。

17:
A.11
B.1 5
C.16
D.18
18:
A.0 和 7
B.0 和 11
C.2 和 11
D.2 和 11

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

试题2

以下关于图的遍历的叙述中,正确的是( )。
A.图的遍历是从给定的源点出发对每一个顶点仅访问一次的过程
B.图的深度优先遍历方法不适用于无向图
C.使用队列对图进行广度优先遍历
D.图中有回路时则无法进行遍历

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

试题3: 在浏览器地址栏输入一个正确的网址后,本地主机将首先在()查询该网址对应的IP地址。
A.本地DNS缓存
B.本机hosts文件
C.本地DNS服务器
D.根域名服务器
试题解析与讨论:www.cnitpm.com/st/3936213979.html
试题参考答案:B

试题4

ISO/IEC 9126 软件质量模型中,可靠性质特性包括多个子特性,一软件在故障发生后,要求在 90 秒内恢复其性能和受影响的数据,与达到此目的有关的软件属性为( )
A、容错性
B、成熟性
C、易恢复性
D、易操作性

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

试题5

某计算机系统中有一个CPU、一台输入设备和一台输出设备,假设系统中有3个作业T1、T2和T3,系统采用优先级调度,且T1的优先级>T2的优先级>T3的优先级。若每个作业具有3个程序段:输入Ii、计算Ci和输出Pi(i=1,2,3),执行顺序为Ii、Ci、Pi,则这3个作业各程序段并发执行的前驱图如图1-2所示。图中①、②分别为(1),③、④分别为(2),⑤、⑥分别为(3)。



(1) A.I2、C2
B.I2、I3
C.C1、P3
D.C2、P2
(2) A.C1、C2
B.I2、C1
C.I3、P3
D.C1、P2
(3) A.I2、C2
B.I2、C1
C.P2、P3
D.C1、P2

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

试题6

In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn.
But use cases do solve a problem with requirements: with (1 ) declarative requirements it's hard to describle steps and sequences of events.
Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requiements, it's often(2 )to make sense of what the authors of the  requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capture approaches. Although this may sound simple, the fact is that (3 ) requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture fail to capture the (4 ) of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand.
But, like anything, use cases come with their own problems, and as useful as they are, they can be (5 ). The result is something that is as bad, if not worse, that the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
(1)A.plenty
B.loose
C.extra
D.strict
(2)A.impossible
B.possible
C.sensible
D.practical
(3)A.modern
B.conventional
C.different
D.formal
(4)A.statics
B.nature
C.dynamics
D.originals
(5)A.misapplied
B.applied
C.used
D.powerful

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

试题7

超文本是一种信息管理技术,其组织形式以( )作为基本单位。
A、文本(Text) 
B、节点(Node) 
C、链(Link) 
D、环球网(Web) 

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

试题8

设栈S和队列Q的初始状态为空,元素abcde依次进入栈S,要求每个元素出栈后立即进人队列Q,若7个元素出队的顺序是bdfecag,则栈S的容量至少应该是(  )
A.5
B.4
C.3
D.2

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

试题9

高级语言源程序的编译过程分若干个阶段,分配寄存器属于  ( )  阶段的工作。
A、词法分析
B、语法分析
C、语义分析
D、代码生成

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

试题10

在下列算法设计方法中,(1)在求解问题的过程中并不从整体最优上加以考虑,而是做出在当前看来是最好的选择。利用该设计方法可以解决 (2)问题。
(1)A、分治法 
B、贪心法 
C、动态规划方法 
D、回溯法
(2)A、排序 
B、检索 
C、背包 
D、0/1背包 

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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章