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

软件设计师每日一练试题(2026/8/22)

2026年08月23日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    风险预测从两个方面评估风险,即风险发生的可能性以及( )
    A、风险产生的原因
    B、风险监控技术
    C、风险能否消除
    D、风险发生所产生的后果

    查看答案

    试题参考答案:D

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题2

    在面向对象技术中,类属是一种(1)机制。一个类 属类是关于一组类的一个特性抽象,它强调的是这些类的成员特征中与(2)的那些部分,而用变元来表示与(3)的那些部分。
    (1)A、包含多态 
    B、参数多态 
    C、过载多态 
    D、强制多态
    (2)A、具体对象无关 
    B、具体类型无关 
    C、具体对象相关 
    D、具体类型相关
    (3)A、具体对象无关 
    B、具体类型无关 
    C、具体对象相关 
    D、具体类型相关 

    查看答案

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

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题3

    代码走查(code walkthrough) 和代码审查(code inspection) 是两种不同的代码评审方法,这两种方法的主要区别是( ) 。
    A、在代码审查中由编写代码的程序员来组织讨论,而在代码走查中由高级管理人员来领导评审小组的活动
    B、在代码审查中只检查代码中是否有错误,而在代码走查中还要检查程序与设计文档的一致性
    C、在代码走查中只检查程序的正确性,而在代码审查中还要评审程序员的编程能力和工作业绩
    D、代码审查是一种正式的评审活动,而代码走查的讨论过程是非正式的

    查看答案

    试题参考答案:D

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题4

    编译程序对高级语言源程序进行翻译时,需要在该程序的地址空间中为变量指定地址,这种地址称为  ( )  。
    A、逻辑地址
    B、物理地址
    C、接口地址
    D、线性地址

    查看答案

    试题参考答案:A

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题5

    用户可以通过 http://www.a.com 和 http://www.b.com 访问在同一台服务器上( )不同的两个 Web 站点。
    A、IP 地址
    B、端口号
    C、协议
    D、虚拟目录

    查看答案

    试题参考答案:A

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题6

    计算机通过MIC(话筒接口)收到的信号是( )。
    A.音频数字信号

    查看答案

    试题参考答案:B

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题7

    Low-code and no code software development solutions have emerged as viable and convenient alternatives to the traditional development process.
    Low-code is a rapid application development (RAD) approach that enables automated code generation through(71) building blocks like drag-and-drop and pull-down menu interfaces.This (72) allows low-code users to focus on the diferentiator rather than the common denominator of programming. Low-code is a balanced middle ground between manual coding and no-code as its users can still add code over auto-generated code.While in low-code there is some hand holding done by developers in the form of scripting or manual coding, no-code has a completely (73) approach, with 100% dependence on visual tools.
    A low-code application platform (LCAP)——also called a low-code development platform (LCDP)——contains an integrated development environment (IDE) with (74) features like APIs, code templates, reusable plug-in modules and graphical connectors to automate a significant percentage of the application development process.LCAPs are typically available as cloud-based Platform-as-a-Service (PaaS) solutions.
    A low-code platform works on the principle or lowering complexity by using visual to and techniques like  process modeling. where users employ visual tools to define workflobusiness rules, user interfaces and the like.Behind the scenes, the complete workflovautomatically converted into code. LCAPs are used predominantly by professional developeautomate the generic aspects of coding to redirect effort on the last mile of (75).
    (71)
    A.visual

    查看答案

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

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题8

    在数据库系统中,一般由 DBA 使用 DBMS 提供的授权功能为不同用户授权,其主要目的是为了保证数据库的(  )。
    A.正确性

    查看答案

    试题参考答案:B

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题9

    计算机执行程序时,内存分为静态数据区、代码区、栈区和堆区。其中( )一般在进行函数调用和返回时由系统进行控制和管理,( )由用户在程序中根据需要申请和释放。
    (1) A.静态数据区.

    查看答案

    试题参考答案:C、D

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

  • 试题10

    设有职工EMP(职工号,  姓名,  性别,  部门号,职务,进单位时间,  电话),职务JOB(职务,月薪)和部门DEPT(部门号,  部门名称,  部门电话,  负责人)实体集。一个职务可以由多个职工担任,但一个职工只能担任一个职务,并属于一个部门,部门负责人是一个职工。下图所示的a、b 处的实体名分别为 (1)  ;图中 a、b 之间为  (2)  联系。

    (1)A. A

    查看答案

    试题参考答案:D、C

    完整试题与解析:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/8/22

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

分享至:

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

下载APP-在线学习