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

软件设计师每日一练试题(2023/8/16)

2023年08月17日来源:信管网 作者:cnitpm

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

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

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

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

软件设计师每日一练试题内容(2023/8/16)

  • 试题1

    ()既不是图像编码也不是视频编码的国际标准。
    A.JPEG
    B.MPEG
    C.ADPCM
    D.H.261

    查看答案

    试题参考答案:C

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

  • 试题2

    某公司使用包过滤防火墙控制进出公司局域网的数据,在不考虑使用代理服务器的情况下,下面描述错误的是“该防火墙能够( )”。
    A、使公司员工只能访问Internet上与其有业务联系的公司的IP地址
    B、仅允许HTTP协议通过
    C、使员工不能直接访问FTP服务器端口号为21的FTP地址
    D、仅允许公司中具有某些特定IP地址的计算机可以访问外部网络

    查看答案

    试题参考答案:B

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

  • 试题3

    通常在软件的 ( ) 活动中无需用户参与。
    A、需求分析
    B、维护
    C、编码
    D、测试

    查看答案

    试题参考答案:C

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

  • 试题4

    结构化开发方法中,数据流图是 ( ) 阶段产生的成果。
    A、需求分析
    B、总体设计
    C、详细设计
    D、程序编码

    查看答案

    试题参考答案:A

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

  • 试题5

    In the fields of physical security and information security, access contro lis the selective restriction of access to a place orothe rresource. The act of accessing may mean consuming, entering, or using. Permission to access a resource is called authorization(授权).
    An access control mechanism(1) between a user (or a process executing on behalf of a user) and system resources, such as applications,operating systems,firewalls,routers,files,and databases.The system must first a uthenticate(验证)a user seeking access.Typically the authentication function determines whether the user is(2 )to access the system at all. Then the access control function determines if the specific requested access by this user is permitteD. A security administrator maintains an authorization database that specifies what type of access to which resources is allowed for this user. The access control function consults this database to determine whether to(3 )access. An auditing function monitors and keeps a record of user accesses to system resources.
    In practice,a number of(4 )may cooperatively share the access control function. All operating systems have at least arudimentary(基本的),and in many cases aquite robust,access control component.Add-on security packages can add to the(5 )access control capabilities of the OS. Particular applications orutilities, such as a database management system, also incorporate access control functions. External devices,such as firewalls, can also provide access control services.
    (1)A.cooperates
    B.coordinates
    C.connects
    D.mediates
    (2)A.denied
    B.permitted
    C.prohibited
    D.rejected
    (3)A.open
    B.monitor
    C.grant
    D.seek
    (4)A.components
    B.users
    C.mechanisms
    D.algorithms
    (5)A.remote
    B.native
    C.controlled
    D.Automated

    查看答案

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

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

  • 试题6

    下列命令中,不能用于诊断DNS故障的是( )。
    A.netstat
    B.nslookup
    C.ping
    D.tracert

    查看答案

    试题参考答案:A

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

  • 试题7

    用户在电子商务网站上使用网上银行支付时,必须通过( )在Internet与银行专用网之间进行数据交换。
    A、支付网关防
    B、病毒网关
    C、出口路由器
    D、堡垒主机

    查看答案

    试题参考答案:A

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

  • 试题8

    某项目制定的开发计划中定义了三个任务,其中任务 A 首先开始,且需要 3 周完成,任务 B 必须在任务 A 启动 1 周后开始,且需要 2 周完成,任务 C 必须在任务 A 完成后才能开始,且需要 2 周完成。该项目的进度安排可用下面的甘特图  ( )  来描述。

    A. A
    B. B
    C. C
    D. D

    查看答案

    试题参考答案:D

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

  • 试题9

    程序设计语言一般都提供多种循环语句,例如实现先判断循环条件再执行循环体的 while 语句和先执行循环体再判断循环条件的 do-while 语句。关于这两种循环语句,在不改变循环体的条件下,  ( )  是正确的。
    A、while 语句的功能可由 do-while 语句实现
    B、do-while 语句的功能可由 while 语句实现
    C、若已知循环体的次数,则只能使用 while 语句
    D、循环条件相同时,do-while 语句的执行效率更高

    查看答案

    试题参考答案:B

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

  • 试题10

    某计算机系统由下图所示的部件构成,假定每个部件的千小时可靠度都为 R ,则
    该系统的千小时可靠度为  ( )  。

    A. A
    B. B
    C. C
    D. D

    查看答案

    试题参考答案:D

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

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

分享至:

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

下载APP-在线学习