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

软题库 培训课程
当前位置:信管网 >> 软件设计师 >> 每日一练 >> 文章内容
软件设计师每日一练试题(2023/1/9)
来源:信管网 2023年01月10日 【所有评论 分享到微信

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

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

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

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

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

  • 试题1

    图1-8所示为一棵M阶B-树,M最有可能的值为()。

    A.1
    B.2
    C.3
    D.4

    查看答案

    试题参考答案:D

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

  • 试题2

    下列排序算法中,占用辅助存储空间最多是()。
    A.归并排序
    B.快速排序
    C.堆排序
    D.冒泡排序

    查看答案

    试题参考答案:A

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

  • 试题3

    Observe that for the programmer, as for the chef, the urgency of the patron(顾客)
    may govern the scheduled completion of the task, but it cannot govern the actual completion.
    An omelette(煎鸡蛋), promised in two minutes, may appear to be progressing nicely. But
    when  it  has  not  set  in  two  minutes,  the  customer  has  two  choices—waits  or  eats  it  raw. Software customers have had  (1)  choices.Now I do not think software  (2)  have less inherent courage and firmness than chefs, nor than other engineering managers. But false  (3)  to match the patron's desired date is much more common in our discipline than elsewhere in engineering. It is very  (4)to make a vigorous, plausible, and job risking defense of an estimate that is derived by no quantitative method, supported by little data, and certified chiefly by the hunches of the managers.Clearly two solutions are needed. We need to develop and publicize productivity figures, bug-incidence figures, estimating rules, and so on. The whole profession can only profit from  (5)  such data. Until estimating is on a sounder basis, individual managers will need to stiffen their backbones and defend their estimates with the assurance that their poor hunches are better than wish derived estimates.
    (1)A、no
    B、the same
    C、other
    D、lots of
    (2)A、testers
    B、constructors
    C、managers
    D、architects
    (3)A、tasks
    B、jobs
    C、works
    D、scheduling
    (4)A、easy
    B、difficult
    C、simple
    D、painless
    (5)A、sharing
    B、excluding
    C、omitting
    D、ignoring

    查看答案

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

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

  • 试题4

    HTML 中<tr>标记用于定义表格的 ( ) 。
    A、行
    B、列
    C、单元格
    D、标题

    查看答案

    试题参考答案:A

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

  • 试题5

    某开发小组欲开发一个规模较大、需求较明确的项目。开发小组对项目领域熟悉且该项目与小组开发过的某一项目相似,则适宜采用()开发过程模型。
    A.瀑布
    B.演化
    C.螺旋
    D.喷泉

    查看答案

    试题参考答案:A

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

  • 试题6

    在计算机系统中,构成虚拟存储器( )。
    A、只需要一定的硬件资源便可实现
    B、只需要一定的软件即可实现
    C、既需要软件也需要硬件方可实现
    D、既不需要软件也不需要硬件

    查看答案

    试题参考答案:C

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

  • 试题7

    下列无线网络技术中,覆盖范围最小的是( )
    A、802、15、1蓝牙
    B、802、11n无线局域网
    C、802、15、4ZigBee
    D、802、16m无线城域网

    查看答案

    试题参考答案:A

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

  • 试题8

    两个公司希望通过Internet进行安全通信,保证从信息源到目的地之间的数据传输以密文形式出现,而且公司不希望由于在中间节点使用特殊的安全单元增加开支,最合适的加密方式(1),使用的会话密钥算法应该是(2)。
    (1)A、链路加密
    B、节点加密
    C、端—端加密
    D、混合加密
    (2)A、RSA
    B、RC-5
    C、MD5
    D、ECC

    查看答案

    试题参考答案:C、B

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

  • 试题9

    在单处理机系统中,采用先来先服务调度算法。系统中有4个进程Pl、P2、P3、P4(假设进程按此顺序到达),其中P]为运行状态,P2为就绪状态,P3和P4为等待状态,且P3等待打印机,P4等待扫描仪。若P1(1),则Pl、P2、P3和P4的状态应分别为(2)。
    (1)A、时间片到
    B、释放了扫描仪
    C、释放了打印机
    D、已完成
    (2)A、等待、就绪、等待和等待
    B、运行、就绪、运行和等待
    C、就绪、运行、等待和等待
    D、就绪、就绪、等待和运行

    查看答案

    试题参考答案:A、C

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

  • 试题10

    已知树T的度为4,且度为4的结点数为7个、度为3的结点数5个、度为2的结点数为8个、度为1的结点数为10个,那么T的叶子结点个数为()。(注:树中节点个数称为结点的度,结点的度中的最大值称为树的度。
    A.30
    B.35
    C.40
    D.49

    查看答案

    试题参考答案:

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

信管网订阅号

信管网视频号

信管网抖音号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏