位置:首页 > 题库频道 > 其它分类 > 计算机其它 > 专业技术中级资格软件设计师基础知识2009年上半年 软件设计师 上午试卷

● 一个 B 类网络的子网掩码为 255.255.224.0,则这个网络被划分成了(66)个子网。

发布时间:2024-07-09

A.2

B.4

C.6

D.8

试卷相关题目

  • 1● 归并排序采用的算法设计方法属于(65) 。

    A.归纳法

    B.分治法

    C.贪心法

    D.回溯方法

    开始考试点击查看答案
  • 2● 以下的算法设计方法中, (64) 以获取问题最优解为目标。

    A.回溯方法

    B.分治法

    C.动态规划

    D.递推

    开始考试点击查看答案
  • 3● 现有 16 枚外形相同的硬币,其中有一枚比真币的重量轻的假币,若采用分治法找出这枚假币,至少比较 (63) 次才能够找出该假币。

    A.3

    B.4

    C.5

    D.6

    开始考试点击查看答案
  • 4● 设 L 为广义表,将 head(L)定义为取非空广义表的第一个元素,tail(L)定义为取非空广义表除第一个元素外剩余元素构成的广义表。若广义表 L=((x,y,z),a,(u,t,w)),则从 L 中取出原子项 y 的运算是 (62) 。

    A.head(tail(tail(L)))

    B.tail(head(head(L)))

    C.head(tail(head(L)))

    D.tail(tail(head(L)))

    开始考试点击查看答案
  • 5● 下面关于二叉树的叙述,正确的是 (61) 。

    A.完全二叉树的高度 h 与其结点数 n 之间存在确定的关系

    B.在二叉树的顺序存储和链式存储结构中,完全二叉树更适合采用链式存储结构

    C.完全二叉树中一定不存在度为 1 的结点

    D.完全二叉树中必定有偶数个叶子结点

    开始考试点击查看答案
  • 6● 在 Windows 系统中设置默认路由的作用是 (67) 。

    A.当主机接收到一个访问请求时首先选择的路由

    B.当没有其它路由可选时最后选择的路由

    C.访问本地主机的路由

    D.必须选择的路由

    开始考试点击查看答案
  • 7●HTML<body>元素中,(68)属性用于定义超链接被鼠标点击后所显示的颜色。

    A.alink

    B.background

    C.bgcolor

    D.vlink

    开始考试点击查看答案
  • 8●HTML 中<tr>标记用于定义表格的 (69) 。

    A.行

    B.列

    C.单元格

    D.标题

    开始考试点击查看答案
  • 9● 以下不符合 XML 文档语法规范的是 (70) 。

    A.文档的第一行必须是 XML 文档声明

    B.文档必须包含根元素

    C.每个开始标记必须和结束标记配对使用

    D.标记之间可以交叉嵌套

    开始考试点击查看答案
  • 10●  For nearly  ten years,  the Unified Modeling Language  (UML) has been  the  industrystandard  for  visualizing,  specifying,  constructing,  and documenting  the 71) of  a software-intensive system. As the  72)standard modeling language, the UML facilitates communication and reduces confusion among project  (73) The recent standardization of UML 2.0 has  further extended  the  language's scope and viability.  Its  inherent expressiveness allows  users  to (74) 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 (75) 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.

    A.classes

    B.components

    C.sequences

    D.artifacts

    开始考试点击查看答案
返回顶部