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

软件设计师每日一练试题(2026/3/26)

2026年03月27日来源:信管网 作者:cnitpm

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

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

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

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

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

  • 试题1

    在执行如下所示的 UML 活动图时,能同时运行的最大线程数为( )。

    A.4
    B.3
    C.2
    D1

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题2

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

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题3

    软件设计的主要任务是设计软件的结构、过程和模块,其中软件结构设计的主要任务是要确定( )。
    A、模块间的操作细节 
    B、模块间的相似性 
    C、模块间的组成关系 
    D、模块的具体功能 

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题4

    选择软件开发工具时,应考虑功能、 ( ) 、稳健性、硬件要求和性能、服务和支持。
    A、易用性
    B、易维护性
    C、可移植性
    D、可扩充性

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题5

    在面向对象方法中,继承用于( )。
    A.在已存在的类的基础上创建新类
    B.在已存在的类中添加新的方法
    C.在已存在的类中添加新的属性
    D.在已存在的状态中添加新的状态

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题6

    People  are  i ndulging  in  an  illusion  whenever  t hey  find  themselves  explaining  at  a cocktail(鸡尾酒)  party,  say,  that  they  are  "i n  computers,"  or  "in  telecommunications,"  or  "in electronic  funds  transfer".  The  implication  is  that  they  are  part  of  the  high-tech  world.  Just between  us,  they usually  aren't.  The researchers  who made fundamental breakthroughs in  those areas are in a high-tech busi ness. The rest of us are  (1)  of their work. We use computers and other new t echnology  components to  develop  our  products  or  to  organize our  affairs.  Because we  go about  this work  in teams and projects and other tightly knit  working  groups(紧密联系在一起的工作小组),  we  are  mostl y  in  the  human  communication  business.  Our  successes  stem
    from  good human  int eractions  by  all  participants in  the effort,  and our  failures  stem  from  poor human interactions.
    The main reason we tend to focus on t he  (2)  rather t han the human side of the work is
    not because it's more  (3)  , but because it's easier to do. Getting the new disk drive installed is positively trivial compared t o figuring out why Horace is in a blue funk(恐惧) or why Susan is dissatisfied with the company after only a few months. Human  interactions are complicated and never  very  crisp(干脆的,干净利落的) and  clean in  their effects, but they  matter  more  than any other aspect of the work.
    If you find yourself concentrating on the  (4)  rather than the  (5), you're like t he
    vaudeville character(杂耍人物)  who loses  his  keys  on  a  dark  street and  looks  for  them  on t he adjacent street because, as he explains, "The light is better there!".
    (1)A、creators
    B、innovators
    C、appliers
    D、inventors
    (2)A、technical
    B、classical
    C、social
    D、societal
    (3)A、trivial
    B、crucial
    C、minor
    D、insignificant
    (4)A、technology
    B、sociology
    C、physiology
    D、astronomy
    (5)A、technology
    B、sociology
    C、physiology
    D、astronomy

    查看答案

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

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题7

    在UNIX操作系统中,把输入/输出设备看作是( )。
    A、普通文件
    B、目录文件
    C、索引文件
    D、特殊文件

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题8

    设有如下所示的下三角矩阵A[0..8,0..8],将该三角矩阵的非零元素(即行下标不小于列下标的所有元素 )按行优先压缩存储在数组(0 ≤i ≤8, j ≤i )存储在数组M的( )  中。

    A. A
    B. B
    C. C
    D. D

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题9

    给定关系R(A, B,C,D)和S(C,D,E),若关系R与S进行自然连接运算,则运算后的元组属性列数为( );关系代数表达式与( )等价。
    (1)A.4
    B.5
    C.6
    D.7
    (2)A.
    B.
    C.
    D.

    查看答案

    试题参考答案:B、D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

  • 试题10

    假设段页式存储管理系统中的地址结构如下图所示,则系统( )。

    A.最多可有2048个段,每个段的大小均力2048个页,页的大小为2K
    B.最多可有2048个段,每个段最大允许有2048个页,页的大小为2K
    C.最多可有1024个段,每个段的大小均为1024个页,页的大小为4K
    D.最多可有1024个段,每个段最大允许有1024个页,页的大小为4K

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2026/3/26

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

分享至:

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

下载APP-在线学习