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

软题库 学习课程
当前位置:信管网 >> 软件设计师 >> 每日一练 >> 文章内容
软件设计师每日一练试题(2023/9/16)

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

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

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

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

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

  • 试题1

    在数据库系统中,视图是一个()。
    A.真实存在的表,并保存了待查询的数据
    B.真实存在的表,只有部分数据来源于基本表
    C.虚拟表,查询时只能从一个基本表中导出
    D.虚拟表,查询时可以从一个或者多个基本表或视图中导出

    查看答案

    试题参考答案:D

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

  • 试题2

    以下关于CMM的叙述中,不正确的是()。
    A.CMM是指软件过程能力成熟度模型
    B.CMM根据软件过程的不同成熟度划分了5个等级,其中,1级被认为成熟度最高,5级被认为成熟度最低
    C.CMMI的任务是将已有的几个CMM模型结合在一起,使之构造成为“集成模型”
    D.采用更成熟的CMM模型,一般来说可以提高最终产品的质量

    查看答案

    试题参考答案:B

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

  • 试题3

    对数组A=(2,8,7,1,3,5,6,4)构建大顶堆为( )(用数组表示)。
    A.(1,2,3,4,5,6,7,8)
    B.(1,2,5,4,3,7,6,8)
    C.(8,4,7,2,3,5,6,1)
    D.(8,7,6,5,4,3,2,1)

    查看答案

    试题参考答案:C

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

  • 试题4

    以下关于数的定点表示和浮点表示的叙述中,不正确的是()。
    A.定点表示法表示的数(称为定点数)常分为定点整数和定点小数两种
    B.定点表示法中,小数点需要占用一个存储位
    C.浮点表示法用阶码和尾数来表示数,称为浮点数
    D.在总位数相同的情况下,浮点表示法可以表示更大的数

    查看答案

    试题参考答案:B

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

  • 试题5

    当函数调用执行时,在栈顶创建项目用来支持被调用函数执行的一段存储空间称为活动记录或栈航,栈帧中不包括()。
    A.形参变量
    B.全局变量
    C.返回地址
    D.局部变量

    查看答案

    试题参考答案:B

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

  • 试题6

    For nearly  ten years,  the Unified Modeling Language  (UML) has been  the  industrystandard  for  visualizing,  specifying,  constructing,  and documenting  the(1) of  a software-intensive system. As the (2)standard modeling language, the UML facilitates communication and reduces confusion among project  (3) The recent standardization of UML 2.0 has  further extended  the  language's scope and viability.  Its  inherent expressiveness allows  users  to (4) everything  from  enterprise  information  systems  and  distributed Web-based applications to real-time embedded systems. The UML  is not  limited  to modeling software. In fact,  it  is expressive enough  to model (5) systems, such as workflow in the legal system, the structure and behavior of a patien healthcare system, software engineering in aircraft combat systems, and the design  of hardware. To understand the UML, you need to form a conceptual model of the language, and this requires learning three major elements: the UML's basic building blocks, the rules that dictate how  those  building  blocks may  be  put  together,  and  some  common mechanisms  that  apply throughout the UML.
    (1)A、classes
    B、components
    C、sequences
    D、artifacts
    (2)A、real
    B、legal
    C、de facto
    D、illegal
    (3)A、investors
    B、developers
    C、designers
    D、stakeholders
    (4)A、model
    B、code
    C、test
    D、modify
    (5)A、non-hardware
    B、non-software
    C、hardware
    D、software

    查看答案

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

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

  • 试题7

    以下关于结构化开发方法的叙述中,不正确的是()。
    A.总的指导思想是自顶向下,逐层分解
    B.基本原则是功能的分解与抽象
    C.与面向对象开发方法相比,更适合于大规模、特别复杂的项目
    D.特别适合于数据处理领域的项目

    查看答案

    试题参考答案:C

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

  • 试题8

    CPU是在( )结束时响应DMA请求的。
    A.一条指令执行
    B.一段程序
    C.一个时钟周期
    D.一个总线周期

    查看答案

    试题参考答案:D

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

  • 试题9

    Python语言的特点不包括( )。
    A、跨平台、开源
    B、编译型
    C、支持面向对象程序设计
    D、动态编程

    查看答案

    试题参考答案:B

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

  • 试题10

    使用ping命令可以进行网络检测,在进行一系列检测时,按照由近及远原则,首先执行的是( )。
    A.ping默认网关
    B.ping本地IP
    C.ping127.0.0.1
    D.ping远程主机

    查看答案

    试题参考答案:C

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

信管网订阅号

信管网视频号

信管网抖音号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏