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

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

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

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

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

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

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

试题1

如果要表示待开发软件系统中软件组件和硬件之间的物理关系,通常采用UML中的()。
A.组件图
B.部署图
C.类图
D.网络图

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

试题2

某开发人员不顾企业有关保守商业秘密的要求,将其参与该企业开发设计的应用软件的核心程序设计技巧和算法通过论文向社会发表,那么该开发人员的行为 ( ) 。
A、属于开发人员权利不涉及企业权利
B、侵犯了企业商业秘密权
C、违反了企业的规章制度但不侵权
D、未侵犯权利人软件著作权

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

试题3

若类 A 仅在其方法 Method1 中定义并使用了类 B 的一个对象,类 A 其它部分的代码都不涉及类 B,那么类 A 与类 B 的关系应为 (1) ;若类 A 的某个属性是类 B 的一个对象,并且类 A 对象消失时,类 B 对象也随之消失,则类 A 与类 B 的关系应为 (2) 。
(1)A、关联
B、依赖
C、聚合
D、组合
(2)A、关联
B、依赖
C、聚合
D、组合

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

试题4

不同的对象收到同一消息可以产生完全不同的结果,这一现象叫做 (1)  。绑定是一个把过程调用和响应调用所需要执行的代码加以结合的过程。在一般的程序设计语言中,绑定在编译时进行,叫做 (2)  ;而 (3)  则在运行时进行,即一个给定的过程调用和执行代码的结合直到调用发生时才进行。
(1)A、继承
B、多态
C、动态绑定
D、静态绑定
(2)A、继承
B、多态
C、动态绑定
D、静态绑定
(3)A、继承
B、多态
C、动态绑定
D、静态绑定

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

试题5

软件开发的增量模型()。
A.最适用于需求被清晰定义的情况
B.是一种能够快速构造可运行产品的好方法
C.最适合于大规模团队开发的项目
D.是一种不适用于商业产品的创新模型

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

试题6

面向对象(  )选择合适的面向对象程序设计语言,将程序组织为相互协作的对象集合,每个对象表示某个类的实例,类通过继承等关系进行组织。
A.分析
B.设计
C.程序设计
D.测试

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

试题7

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

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

试题8

For nearly  ten years,  the Unified Modeling Language  (UML) has been  the  industrystandard  for  visualizing,  specifying,  constructing,  and documenting  the(1) of  a software-intensive system. As the (2)standard modeling language, the UML facilitates communication and reduces confusion among project  (3) The recent standardization of UML 2.0 has  further extended  the  language's scope and viability.  Its  inherent expressiveness allows  users  to (4) everything  from  enterprise  information  systems  and  distributed Web-based applications to real-time embedded systems. The UML  is not  limited  to modeling software. In fact,  it  is expressive enough  to model (5) systems, such as workflow in the legal system, the structure and behavior of a patien healthcare system, software engineering in aircraft combat systems, and the design  of hardware. To understand the UML, you need to form a conceptual model of the language, and this requires learning three major elements: the UML's basic building blocks, the rules that dictate how  those  building  blocks may  be  put  together,  and  some  common mechanisms  that  apply throughout the UML.
(1)A、classes
B、components
C、sequences
D、artifacts
(2)A、real
B、legal
C、de facto
D、illegal
(3)A、investors
B、developers
C、designers
D、stakeholders
(4)A、model
B、code
C、test
D、modify
(5)A、non-hardware
B、non-software
C、hardware
D、software

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

试题9

Object-oriented  analysis  (OOA)  is  a  semiformal  specification  technique  for  the object-oriented  paradigm.  Object-oriented  analysis  consists  of  three  steps.  The  first  step  is(1).  It  determines  how  the  various  results  are  computed  by  the  product  and  presents  this information in the form of a  (2)  and associated scenarios. The second is  (3)  , which determines the classes and their attributes, then determines the interrelationships and interaction among the classes. The  last step is  (4)  ,  which determines  the  actions  performed  by or to each class or subclass and presents this information in the form of  (5)  .
(1)A、use-case modeling
B、class modeling
C、dynamic modeling
D、behavioral modeling
(2)A、collaboration diagram
B、sequence diagram
C、use-case diagram
D、activity diagram
(3)A、use-case modeling
B、class modeling
C、dynamic modeling
D、behavioral modeling
(4)A、use-case modeling
B、class modeling
C、dynamic modeling
D、behavioral modeling
(5)A、activity diagram
B、component diagram
C、sequence diagram
D、state diagram

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

试题10

利用()可以获取某FTP服务器中是否存在可写目录的信息。
A.防火墙系统
B.漏洞扫描系统
C.入侵检测系统
D.病毒防御系统

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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章