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

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

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

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

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

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

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

  • 试题1

    消息摘要算法MD5(Message Digest)是一种常用的Hash函数。MD5算法以一个任意长数据块作为输入,其输出为一个( )比特的消息摘要。
    A、128 
    B、160 
    C、256 
    D、512 

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/st/76422631.html

  • 试题2

    如果希望别的计算机不能通过 ping 命令测试服务器的连通情况,可以  (1)  。如果希望通过默认的 Telnet 端口连接服务器,则下面对防火墙配置正确的是  (2)  。
    (1)A、删除服务器中的 ping.exe 文件
    B、删除服务器中的 cmd.exe 文件
    C、关闭服务器中 ICMP 端口
    D、关闭服务器中的 Net Logon 服务
    (2)





    查看答案

    试题参考答案:C、A

    试题解析与讨论:www.cnitpm.com/st/80462770.html

  • 试题3

    下图所示有限自动机的特点是 ( ) 。

    A、识别的 0、1 串是以 0 开头且以 1 结尾
    B、识别的 0、1 串中 1 的数目为偶数
    C、识别的 0、1 串中 0 后面必须是 1
    D、识别的 0、1 串中 1 不能连续出现

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/st/81872819.html

  • 试题4

    若对线性表的最常用操作是访问任意指定序号的元素,并在表尾加入和删除元素,则适宜采用(57)存储。
    A.顺序表
    B.单链表
    C.双向链表
    D.哈希表

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/st/3806629277.html

  • 试题5

    以下不属于中间件技术的是 ( )。
    A、javaRMI 
    B、CORBA 
    C、DCOM 
    D、JavaApplet 

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/st/77132656.html

  • 试题6

    某软件项目的活动图如下图所示,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的数字表示活动的持续时间(天),则完成该项目的最少时间为()天。活动FG的松驰时间为( )天。

    (1)A.20
    B.37
    C.38
    D.46
    (2)A.9
    B.10
    C.18
    D.26

    查看答案

    试题参考答案:D、C

    试题解析与讨论:www.cnitpm.com/st/407075449.html

  • 试题7

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/st/2465618352.html

  • 试题8

    系统中有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

    试题解析与讨论:www.cnitpm.com/st/24626567.html

  • 试题9

    图1-5所示的活动图中可以同时执行的活动是()。



    A.a44和a66
    B.a22、a33和a44
    C.a11和a77
    D.a66和a77

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/st/248327658.html

  • 试题10

    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

    查看答案

    试题参考答案:D、B、A、C、D

    试题解析与讨论:www.cnitpm.com/st/81482805.html

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章