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

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

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

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

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

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

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

  • 试题1

    极限编程(eXtreme Programming)是一种轻量级软件开发方法,  ( )不是它强调的准则。
    A、持续的交流和沟通
    B、用最简单的设计实现用户需求
    C、用测试驱动开发
    D、关注用户反馈

    查看答案

    试题参考答案:C

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

  • 试题2

    MPEG视频中的时间冗余信息可以采用( )的方法来进行压缩编码。
    A、帧间预测和变换编码 
    B、霍大曼编码和运动补偿 
    C、变换编码和行程编码 
    D、帧间预测和运动补偿 

    查看答案

    试题参考答案:D

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

  • 试题3

    以下关于文档的叙述中,不正确的是()。
    A.文档仅仅描述和规定了软件的使用范围及相关的操作命令
    B.文档是软件产品的一部分,没有文档的软件不能称之为软件产品
    C.软件文档的编制在软件开发工作中占有突出的地位和相当大的工作量
    D.高质量文档对于发挥软件产品的效益有着重要的意义

    查看答案

    试题参考答案:A

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

  • 试题4

    电视系统采用的颜色空间中,其亮度信号和色度信号是相分离的。下列颜色空间中,( )颜色空间不属于电视系统的颜色空间。
    A、YUV
    B、YIQ
    C、YcbCr
    D、HSL

    查看答案

    试题参考答案:D

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

  • 试题5

    CVS是一种 ( ) 工具。
    A、需求分析
    B、编译
    C、程序编码
    D、版本控制

    查看答案

    试题参考答案:D

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

  • 试题6

    ()的保护期是可以延长的。
    A.著作权
    B.专利权
    C.商标权
    D.商业秘密权

    查看答案

    试题参考答案:

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

  • 试题7

    以下关于面向对象方法中继承的叙述中,错误的是 ( )  。
    A、继承是父类和子类之间共享数据和方法的机制
    B、继承定义了一种类与类之间的关系
    C、继承关系中的子类将拥有父类的全部属性和方法
    D、继承仅仅允许单重继承,即不允许一个子类有多个父类

    查看答案

    试题参考答案:D

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

  • 试题8

    数据库中的视图是一个虚拟表。若设计师为user表创建一个usel视图,那数据字典中保存的是()。
    A.uSer1查询语句
    B.user1视图定义
    C.userl查询结果
    D.所引用的基本表

    查看答案

    试题参考答案:

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

  • 试题9

    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

    以下关于数据流图中基本加工的叙述,不正确的是()
    A.对每一个基本加工,必须有一个加工规格说明
    B.加工规格说明必须描述把输入数据流变换为输出数据流的加工规则
    C.加工规格说明必须描述实现加工的具体流程
    D.决策表可以用来表示加工规格说明

    查看答案

    试题参考答案:C

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

信管网订阅号

信管网视频号

信管网抖音号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏