软件设计师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=4
往期软件设计师每日一练试题汇总:www.cnitpm.com/class/27/e4_1.html
软件设计师每日一练试题(2024/10/19)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
点击查看:更多软件设计师习题与指导
软件设计师每日一练试题内容(2024/10/19)
试题1
在下列机制中,(39)是指过程调用和响应调用所需执行的代码在运行时加以结合;而(40)是过程调用和响应调用所需执行的代码在编译时加以结合。查看答案
试题参考答案:D、C
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题2
( ) 不能保证求得 0-1 背包问题的最优解。
A、分支限界法
B、贪心算法
C、回溯法
D、动态规划策略
查看答案
试题参考答案:B
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题3
一个类是 (1)。在定义类时,将属性声明为private的目的是 (2)。
(1) A.一组对象的封装
B.表示一组对象的层次关系
C.一组对象的实例
D.一组对象的抽象定义
(2)A.实现数据隐藏,以免意外更改
B.操作符重载
C.实现属性值不可更改
D.实现属性值对类的所有对象共享
查看答案
试题参考答案:D、A
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题4
两个同符号的数相加或异符号的数相减,所得结果的符号位SF和进位标志CF进( )运算为1时,表示运算的结果产生溢出。
A、与
B、或
C、与非
D、异或
查看答案
试题参考答案:D
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题5
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
查看答案
试题参考答案:D、A、B、C、A
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题6
在面向对象软件开发过程中,采用设计模式( )。
A、允许在非面向对象程序设计语言中使用面向对象的概念
B、以复用成功的设计和体系结构
C、以减少设计过程创建的类的个数
D、以保证程序的运行速度达到最优值
查看答案
试题参考答案:B
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题7
在设计某购物中心的收银软件系统时,要求能够支持在不同时期推出打折、返利、满减等不同促销活动,则适合采用( )模式。查看答案
试题参考答案:A
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题8
设某语言的语法规则用上下文无关文法 G=(N,T,P,S)表示,其中 N 是非终结符号的集合,T是终结符号的集合,P 是产生式集合,S 是开始符号,令 V=N∪T,那么符合该语言的句子是( ) 。
A、从 S 出发推导的、仅包含 T 中符号的符号串
B、从 N 中符号出发推导的、仅包含 T 中符号的符号串
C、从 S 出发推导的、包含 V 中符号的符号串
D、从 N 中符号出发推导的、包含 V 中符号的符号串
查看答案
试题参考答案:A
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题9
冗余技术通常分为 4 类,其中 ( ) 按照工作方法可以分为静态、动态和混合冗余。
A、时间冗余
B、信息冗余
C、结构冗余
D、冗余附加技术
查看答案
试题参考答案:C
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
试题10
模块A直接访问模块B的内部数据,则模块A和模块B的耦合类型为()。
A.数据耦合
B.标记耦合
C.公共耦合
D.内容耦合
查看答案
试题参考答案:D
试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/10/19
信管网订阅号
信管网视频号
信管网抖音号
温馨提示:因考试政策、内容不断变化与调整,信管网网站提供的以上信息仅供参考,如有异议,请以权威部门公布的内容为准!
信管网致力于为广大信管从业人员、爱好者、大学生提供专业、高质量的课程和服务,解决其考试证书、技能提升和就业的需求。
信管网软考课程由信管网依托10年专业软考教研倾力打造,教材和资料参编作者和资深讲师坐镇,通过深研历年考试出题规律与考试大纲,深挖核心知识与高频考点,为学员考试保驾护航。面授、直播&录播,多种班型灵活学习,满足不同学员考证需求,降低课程学习难度,使学习效果事半功倍。
发表评论 查看完整评论 | |