2025年01月03日来源:信管网 作者:cnitpm
软件设计师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=4
往期软件设计师每日一练试题汇总:www.cnitpm.com/class/27/e4_1.html
软件设计师每日一练试题(2025/1/2)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/1/2
点击查看:更多软件设计师习题与指导
软件设计师每日一练试题内容(2025/1/2)
试题1
Ravi, like many project (1) , had studied the waterfall model of software development as the primary software life-cycle (2). He was all set to use it for an upcoming project, his first assignment. However, Ravi found that the waterfall model could not be used because the customer wanted the software delivered in stages, something that implied that the system had to be delivered and built in (3) and not as (4).
The situation in many other projects is not very different. The real world rarely presents a problem in which a standard process, or the process used in a previous project, is the best choice. To be the most suitable, an existing process must be (5) to the new problem.
A development process, even after tailoring, generally cannot handle change requests. To accommodate change requests without losing control of the project, you must supplement the development process with a requirement change management process.
(1) A. customers
B. managers
C. users
D. administrators
(2)A. activity
B. procedure
C. process
D. progress
(3) A. parts
B. modules
C. software
D. a whole
(4) A. parts
B. modules
C. software
D. a whole
(5) A. modified
B. used
C. suited
D. tailored
查看答案
试题参考答案:B、C、A、D、D
试题2
若用 n 个权值构造一棵最优二叉树(哈夫曼树),则该二叉树的结点总数为 ( ) 。
A、2n
B、2n −1
C、2n 1
D、2n 2
查看答案
试题参考答案:B
试题3
系统中有R类资源m个,现有n个进程互斥使用。若每个进程对R资源的最大需求为w,那么当m、n、w分别取下表中的值时,对于表中的①~⑥种情况, (1) 可能会发生死锁。若将这些情况的m分别加上 (2) ,则系统不会发生死锁。
(1)A.①②⑤
B.③④⑤
C.②④⑤
D.②④⑥
(2)A.1、1和1
B.1、1和2
C.1、1和3
D.1、2和1
查看答案
试题参考答案:C、D
试题4
测试网络连通性通常采用的命令是( ) 。查看答案
试题参考答案:B
试题5
许多程序设计语言规定,程序中的数据都必须具有类型,其作用不包括( )
A、便于为数据合理分配存储单元
B、便于对参与表达式计算的数据对象进行检查
C、便于定义动态数据结构
D、便于规定数据对象的取值范围及能够进行的运算
查看答案
试题参考答案:C
试题6
在软件评审中,设计质量是指设计的规格说明书符合用户的要求。设计质量的评审内容不包括()。
A.软件可靠性
B.软件的可测试性
C.软件性能实现情况
D.模块层次
查看答案
试题参考答案:D
试题7
以下选项中,可以用于Internet信息服务器远程管理的是( )。
A、Telnet
B、RAS
C、FTP
D、SMTP
查看答案
试题参考答案:A
试题8
多态分为参数多态、包含多态、过载多态和强制多态四种不同形式,其中()多态在许多语言中都存在,最常见的例子就是子类型化。
A.参数
B.包含
C.过载
D.强制
查看答案
试题参考答案:B
试题9
使用ADSL接入Internet,用户端需要安装( )协议。查看答案
试题参考答案:D
试题10
Software entities are more complex for their size than perhaps any other humanconstruct, because no two parts are alike (at least above the statement level). If they are, wemake the two similar parts into one, a( 71 ), open or closeD. In this respect software systemsdiffer profoundly from computers, buildings, or automobiles, where repeated elements abound.
Digital computers . are themselves more complex than most things people build;they have very large numbers of states This makes conceiving, describing, and testing them harD. Software systems have orders of magnitude more( 72 )than computers do
Likewise, a scaling-up of a software entity is not m erely a repetition of the same elementsm larger size; it is necessarily an mcrease in the number of different elements. In most cases, the elements interact with each other in some( 73 )fashion: and the complexity of the wholencreases much more than linearly.
The complexity of software is a(an)( 74 )property, not an accidental one Hencedescriptions of a software entity that abstract away its complexity often abstract away its essence.Mathematics and the physical sciences made great strides for threecenturies by constructingsimplified models of complex phenomena, deriving properties fiom the models, and verifyingthose properties experimentally. This worked becausethe complexities( 75 ) in the modelswere not the .essential properties of the phenomena: It does not work when the complexities are the essence.
Many of the classical problems of developing software products derive from this essential complexi and its nonlinear uicreases with size. Not only .technical problems but management problems as well come from the coin plexity.
A. task
B.job
C.subroitune
D.Program
A.states
B.parts
C.conditions
D.Expressions
A.linear
B. nonlinear
C.Parallel
D.Addititive
A. surface
B. Outside
C.exterior
D.Essential
A. fixed
B. Included
C.ignored
D.stabilized
查看答案
试题参考答案:C、A、B、D、C
温馨提示:因考试政策、内容不断变化与调整,信管网提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准!
相关推荐