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

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

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

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

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

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

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

  • 试题1

    已知某高级语言源程序 A 经编译后得到机器 C 上的目标程序 B,则 ( ) 。
    A、对 B 进行反编译,不能还原出源程序 A
    B、对 B 进行反汇编,不能得到与源程序 A 等价的汇编程序代码
    C、对 B 进行反编译,得到的是源程序 A 的变量声明和算法流程
    D、对 A 和 B 进行交叉编译,可以产生在机器 C 上运行的动态链接库

    查看答案

    试题参考答案:A

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

  • 试题2

    下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示活动,边的权重表示活动的持续时间,则里程碑(1)在关键路径上。活动GH 的松弛时间是(2)。



    (1)A.B
    B.E
    C.C
    D.K
    (2)A.0
    B.1
    C.2
    D.3

    查看答案

    试题参考答案:A、D

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

  • 试题3

    大多数程序设计语言的语法规则用(49)描述即可。
    A.正规文法
    B.上下文无关文法
    C.上下文有关文法
    D.短语结构文法

    查看答案

    试题参考答案:B

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

  • 试题4

    若用256K×8bit的存储器芯片,构成地址40000000H到400FFFFFH且按字节编址的内存区域,则需()片芯片。
    A.4
    B.8
    C.16
    D.32

    查看答案

    试题参考答案:A

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

  • 试题5

    默认情况下,FTP服务器的控制端口为(1 ),上传文件时的端口为(2 )。
    (1)A.大于1024的端口
    B.20
    C.80
    D.21
    (2)A.大于1024的端口
    B.20
    C.80
    D.21

    查看答案

    试题参考答案:D、B

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

  • 试题6

    Why is(1)fun? What delights may its practitioner espect his reward? First is the
    sheer joy of making things.As the child delights in his mud pie,so the adult enjoys
    building things,especially things of his own design.Secong is the pleasure of making
    things that are useful to other people.Third is the fascinanon of fashioning complex
    puzzle-like objects  of interlocking moving  parts and watching them  work in subtle
    eyeles,playing out the consequences of principies built in from the beginning.Fourth
    is the joy of always learning,which springs from the(2)nature of the task.In one way
    or    another    the    problem    is    ever    new,and    its    solver    learns
    something:sometimes(3),sometimes  theoretical,and  sometimes both.Finally,there  is
    the delight of working in such a tractable medium.The(4),like the poet,works only
    slightly removed from nure thought-stuff.Few media of ereation are so flexible,so easy
    to polish and rework,so readily capable of realizing grand conceptual structures.
    Yet the program(5),unlike the poet’s words,is real in the sense that it moves and
    works,producing  visible  outputs  separate  from  the  comstrct  itself.It  prints
    results,draws pictures,produces sounds,moves arms.Progamming then is fun because it
    gratifies creative longings built deep within us and delights sensibities we hav e in
    common with all men.
    (1)A、programming
    B、composing
    C、working
    D、writing
    (2)A、repeating
    B、basic
    C、non-repeating
    D、advance
    (3)A、semantic
    B、practical
    C、lexical
    D、syntactical
    (4)A、poet
    B、architect
    C、doctor
    D、programmer
    (5)A、construct
    B、code
    C、size
    D、scale

    查看答案

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

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

  • 试题7

    某Web网站向CA申请了数字证书。用户登录该网站时,通过验证  (1)  ,可确认该数字证书的有效性,从而 (2) 。
    (1)A、CA的签名
    B、网站的签名
    C、会话密钥
    D、DES密码
    (2)A、向网站确认自己的身份
    B、获取访问网站的权限
    C、和网站进行双向认证
    D、验证该网站的真伪

    查看答案

    试题参考答案:A、D

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

  • 试题8

    对于n(n≥0)个元素构成的线性序列L,在  ( )  时适合采用链式存储结构。
    A、需要频繁修改L中元素的值
    B、需要频繁地对L进行随机查找
    C、需要频繁地对L进行删除和插入操作
    D、要求L存储密度高

    查看答案

    试题参考答案:C

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

  • 试题9

    以下关于二叉排序树(或二叉查找树、二叉搜索树)的叙述中,正确的是(  ) 。
    A.对二叉排序树进行先序、中序和后序遍历,都得到结点关键字的有序序列
    B.含有 N 个结点的二叉排序树高度为【 log2n】 +1
    C.从根到任意二个叶子结点的路径上,结点的关键字呈现有序排列的特点
    D.从左到右排列同层次的结点,’其关键字呈现有序排列的特点

    查看答案

    试题参考答案:D

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

  • 试题10

    软件配置管理的内容不包括(  )。
    A.版本控制
    B.变更控制
    C.过程支持
    D.质量控制

    查看答案

    试题参考答案:D

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

扫码关注公众号

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

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

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

相关内容

发表评论  查看完整评论  

推荐文章