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

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

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

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

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

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

软件设计师每日一练试题内容(2022/2/19)

试题1

假设员工关系 EMP(员工号,姓名,部门,部门电话,部门负责人,家庭住址,家庭成员,成员关系)如下表所示。如果一个部门可以有多名员工,一个员工可以有多个家庭成员,那么关系 EMP 属于(1),且(2)问题;为了解决这一问题,应该将员工关系 EMP 分解为 (3) 。

(1)A、1NF
B、2NF
C、3NF
D、BCNF
(2)A、无冗余、无插入异常和删除异常
B、无冗余,但存在插入异常和删除异常
C、存在冗余,但不存在修改操作的不一致
D、存在冗余、修改操作的不一致,以及插入异常和删除异常
(3)A、EMP1(员工号,姓名,家庭住址)
EMP2(部门,部门电话,部门负责人)
EMP3(员工号,家庭成员,成员关系)
B、EMP1(员工号,姓名,部门,家庭住址)
EMP2(部门,部门电话,部门负责人)
EMP3(员工号,家庭成员,成员关系)
C、EMP1(员工号,姓名,家庭住址)
EMP2(部门,部门电话,部门负责人,家庭成员,成员关系)
D、EMP1(员工号,姓名,部门,部门电话,部门负责人,家庭住址)
EMP2(员工号,家庭住址,家庭成员,成员关系)

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

试题2

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

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

试题3

某单位的局域网配置如下图所示,PC2发送到Interet上的源IP地址为()

PC1192.168.0.3/24
PC2192.168.O.2/24
PC3192.168.0.4/24
A.192.168.0.2
B.192.168.O.1
C.202.117.112.1
D.202.117.112.2

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

试题4

领域类模型中不包含()。
A.属性
B.操作
C.关联
D.领域对象

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

试题5: The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
All the documents of the project need to be part of this (请作答此空). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).
Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.
Since this is so, and since tomorrow's product-quality manuals will grow from today’s memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.
The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.
The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.
A.structure
B.specification
C.standard
D.objective
试题解析与讨论:www.cnitpm.com/st/4076127115.html
试题参考答案:A、B、C、D、C

试题6

下列叙述中错误的是  ( )  。
A、面向对象程序设计语言可支持过程化的程序设计
B、给定算法的时间复杂性与实现该算法所采用的程序设计语言无关
C、与汇编语言相比,采用脚本语言编程可获得更高的运行效率
D、面向对象程序设计语言不支持对一个对象的成员变量进行直接访问

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

试题7

内存按字节编址从A5000H到DCFFFH的区域其存储容量为()。
A.123KB
B.180KB
C.223KB
D.224KB

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

试题8

下面的C程序代码段在运行中会出现( )错误。
int i=O;
while (i<10);
{ i=i+1;}
A、语法
B、类型不匹配
C、变量定义
D、动态语义

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

试题9

设某程序中定义了全局整型变量x和r,且函数f()的定义如下所示,则在语句“x = r*r +1 ;”中 ( ) 。
int f(int r)
{  int x;
x = r*r +1 ;
return x;
}
A、x和r均是全局变量
B、x是全局变量、r是形式参数
C、x是局部变量、r是形式参数
D、x是局部变量、r是全局变量

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

试题10

下图所示的 UML 序列图中,(1)表示返回消息,Acccunt 应该实现的方法有(2)。

(1)A.xfer
B.check
C.evaluation
D.minus
(2)A.xfer0
B.xfen()、plus()和 minus()
C.check()、plus()和 minus()
D.xfar()、evaluation()、plus()和minus()

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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章