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

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

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

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

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

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

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

试题1

下面的选项中,属于本地回路地址的是  ( )  。
A、120.168.10.1
B、10.128.10.1
C、127.0.0.1
D、172.16.0.1

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

试题2

It  should  go  without  saying  that  the  focus  of  UML  is  modeling.  However,  what  that means, exactly, can be an open-ended question.  (1)  is a means to capture ideas, relationships,decisions,  and  requirements  in  a  well-defined  notation  that  can  be  applied  to  many  different domains.  Modeling  not  only  means  different  things  to  different  people,  but  also  it  can  use different pieces  of UML depending on what you are trying to  convey. In general, a UML model is  made  up  of  one  or  more  (2)  .  A  diagram  graphically  represents  things,  and  the relationships between these things. These  (3)  can be representations of real-world objects,pure software constructs, or a description of the behavior of some other objects. It is common for an  individual  thing  to  show  up  on  multiple  diagrams;  each  diagram  represents  a  particular interest,  or  view,  of  the  thing  being  modeled.  UML  2.0  divides  diagrams  into  two  categories:
structural  diagrams  and  behavioral  diagrams.  (4)  are  used  to  capture  the  physical organization of the things in your system, i.e., how one object relates to another.  (5)  focus on  the  behavior  of  elements  in  a  system.  For  example,  you  can  use  behavioral  diagrams  to capture requirements, operations, and internal state changes for elements.
(1)A、Programming
B、Analyzing
C、Designing
D、Modeling
(2)A、views
B、diagrams
C、user views
D、structure pictures
(3)A、things
B、pictures
C、languages
D、diagrams
(4)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams
(5)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams

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

试题3

要使4个连续的C类网络汇聚成一个超网,则子网掩码应该为()。
A.255.240.0.0
B.255.255.0.0
C.255.255.252.0
D.255.255.255.252

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

试题4

防火墙不具备( )动能。
A.记录访问过程
B.查毒
C.包过滤
D.代理

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

试题5

如下所示的UML序列图中,(42) 表示返回消息,Account类必须实现的方法有 (43) 。 

(42) 
A.tansID  
B.balance  
C.withdraw  
D.deposit  
(43)     
A.start0  
B.checkBalance()和 withdraw()  
C.deposit0  
D.checkBalance()、 withdraw()和 deposit()
试题解析与讨论:www.cnitpm.com/st/3805718543.html
试题参考答案:B、D

试题6

某文件管理系统在磁盘上建立了位示图(bitmap),记录磁盘的使用情况。若系统中字长为32位,磁盘上的物理块依次编号为:0,1,2,…,那么8192号物理块的使用情况在位示图中的第 ( ) 个字中描述。
A、256
B、257
C、512
D、1024

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

试题7

以关键字比较为基础的排序算法在最坏情况下的计算时间下界为O(nlogn)。下面的排序算法中,最坏情况下计算时间可以达到O(nlogn)的是(1);该算法采用的设计方法是(2)。
(1)A、归并排序 
B、插入排序 
C、选择排序 
D、冒泡排序
(2)A、分治法 
B、贪心法 
C、动态规划方法 
D、回溯法 

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

试题8

操作序列 T1、T2、T3 对数据 A、B、C 并发操作如下所示,T1 与 T2 间并发操作(1), T2 与 T3 间并发操作(2) 。

(1)A、不存在问题
B、将丢失修改
C、不能重复读
D、将读“脏”数据
(2)A、不存在问题
B、将丢失修改
C、不能重复读
D、将读“脏”数据

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

试题9

在下面的用例图(UseCase Diagram)中,X1、X2和X3表示 (1) ,已知UC3是抽象用例,那么X1可通过 (2) 用例与系统进行交互。并且,用例 (3) 是UC4的可选部分,用例 (4) 是UC4的必须部分。

(1)A、人
B、系统
C、参与者
D、外部软件
(2)A、UC4、UC1
B、UC5、UC1
C、UC5、UC2
D、UC1、UC2
(3)A、UC1
B、UC2
C、UC3
D、UC5
(4)A、UC1
B、UC2
C、UC3
D、UC5

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

试题10

某单位的局域网配置如下图所示,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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章