信管网每日一练
软件设计师 - 每日一练 导航

软件设计师每日一练试题(2025/3/9)

2025年03月10日来源:信管网 作者:cnitpm

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

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

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

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

软件设计师每日一练试题内容(2025/3/9)

  • 试题1

    ()不属于入侵检测技术。
    A.专家系统
    B.模型检测
    C.简单匹配
    D.漏洞扫描

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题2

    属于面向对象、解释型程序设计语言的是()。
    A.XML
    B.Python
    C.Prolog
    D.C++

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题3

    (1)设计模式将抽象部分与它的实现部分相分离,使它们都可以独立地变化。下图为该设计模式的类图,其中,(2)用于定义实现部分的接口。

    (1)A、Singleton(单件)
    B、Bridge(桥接)
    C、Composite(组合)
    D、Facade(外观)
    (2)A、Abstraction
    B、ConcreteImplementorA
    C、ConcreteImplementorB
    D、Implementor

    查看答案

    试题参考答案:B、D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题4

    设栈初始时为空,对于入栈序列1,2,3…n这些元素经过栈之后得到出栈序列P1,P2,P3,.…Pn,若P3-4,则P1,P2不可能的值为()。
    A.6,5
    B.2,3
    C.3,1
    D.3,5

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题5

    下列协议中,可以用于文件安全传输的是()。
    A.FTP
    B.SFTP
    C.TFTP
    D.ICMP

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题6

    一个系统的模块结构图如下所示,用{×,×,×}表示这个系统的测试模块组合。下面的选项中(1)表示自顶向下的测试,(2) 表示三明治式测试。

    (1)A、{A}{A,B,C,D,E}{A,B,C,D,E,F,G,H,I,J,K}
    B、{F}{G}{H}{I}{J}{K}{B,F,G}{C,H}{D,I,J}{E,K}{A,B,C,D,E,F,G,H,I,J,K}
    C、{K}{J}{I}{H}{G}{F}{B}{C}{D}{E}{A,B,C,D,E,F,G,H,I,J,K}
    D、{A}{F}{G}{H}{I}{J}{K}{B,F,G}{C,H}{D,I,J}{E,K}{A,B,C,D,E,F,G,H,I,J,K}
    (2)A、{A}{A,B,C,D,E}{A,B,C,D,E,F,G,H,I,J,K}
    B、{F}{G}{H}{I}{J}{K}{B,F,G}{C,H}{D,I,J}{E,K}{A,B,C,D,E,F,G,H,I,J,K}
    C、{K}{J}{I}{H}{G}{F}{B}{C}{D}{E}{A,B,C,D,E,F,G,H,I,J,K }
    D、{A}{F}{G}{H}{I}{J}{K}{B,F,G}{C,H}{D,I,J}{E,K}{ A,B,C,D,E,F,G,H,I,J,K }

    查看答案

    试题参考答案:A、D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题7

    (1) analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems.Ultimately, the system models become the(2) for designing and constructing an improved system. (3) is such a technique. The emphasis in this technique is process-centered.Systems analysts draw a series of process models called (4) . (5) is another such technique that integrates data and process concerns into constructs called objects.
    (1)A、Prototyping
    B、Accelerated
    C、Model-driven
    D、Iterative
    (2)A、image
    B、picture
    C、layout
    D、blueprint
    (3)A、Structured analysis
    B、Information Engineering
    C、Discovery Prototyping
    D、Object-Oriented analysis
    (4)A、PERT
    B、DFD
    C、ERD
    D、UML
    (5)A、Structured analysis
    B、Information Engineering
    C、Discovery Prototyping
    D、Object-Oriented analysis

    查看答案

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

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题8

    传输经过SSL 加密的网页所采用的协议是()
    A.HTTP    
    B. HTTPS    
    C.S -HTTP
    D. HTTP-S

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题9

    One is that of a software engineer and the other is a DevOps engineer. The biggest different is in their (1). Software engineers focus on how well the computer software fts the needs of the client while a DevOps engineer has a broader focus that includes software development, how the software is deployed and providing (2) support through the cloud while the software is continually (3).
    A software engineer creates computer programs for people to use based upon their security and function ality needs. A DevOps engineer also works on computer applications, but manages the building, deployment and operation as a(4) autormated process. Software engineers often work separately from the operations side of a business. They create the software a business client needs and then monitor the performance of their software products to determine if up grades are necessary or if more serious improvements are needed. DevOps engineers work with the operational side of a business and manage the workflow to (5) software tosmoothly function with automated processes. Both professions require knowledge of Computer programming languages.
    (1)A、focus
    B、process
    C、goal
    D、function
    (2)A、developing
    B、deploying
    C、training
    D、operational
    (3)A、developed
    B、functional
    C、constructed
    D、secure
    (4)A、single
    B、whole
    C、continuous
    D、independent
    (5)A、develop
    B、integrate
    C、analyse
    D、maintain

    查看答案

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

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

  • 试题10

    一个文法G=(N,T,P,S),其中N是非终结符号的集合,T是终结符号的集合,P是产生式集合,S是开始符号,令集合V=N∪T,那么G所描述的语言是( )的集合。
    A、由S推导出的所有符号串 
    B、由S推导出的所有终结符号串 
    C、V中所有符号组成的符号串 
    D、V的闭包中的所有符号串 

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2025/3/9

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

分享至:

信管网 - 信息系统项目管理专业网站

下载APP-在线学习