软件水平考试(中级)软件设计师上午(基础知识)试题模拟试卷11

如果您发现本试卷没有包含本套题的全部小题,请尝试在页面顶部本站内搜索框搜索相关题目,一般都能找到。
1

(42)

  • A.universal
  • B.special
  • C.complete
  • D.changeable
2

(40)

  • A.intricacy
  • B.complexity
  • C.complicacy
  • D.difficulty
3

(41)

  • A.fixed
  • B.steady
  • C.variational
  • D.changeable
4

The Turing machine is an abstract(71)of computer execution and storage introduced in 1936 by Alan Turing to give a mathematically precise definition of(72). or 'mechanical procedure'. As such it is still widely used in theoretical computer science, especially in(73)theory and the theory of computation. The thesis that states that Turing machines indeed capture the informal notion of effective or mechanical method in logic and mathematics is known as Turing's thesis.

Every Turing machine computes a certain(74)partial function over the strings over its alphabet. In that sense it behaves like a computer with a fixed program. However, as Alan luring already described, we can encode the action table of every Turing machine in a string. Thus we might try to construct a Turing machine that expects on its tape a string describing an action table followed by a string describing the input tape, and then computes the tape that the encoded Turing machine would have computed. As Turing showed, such a luring machine is indeed possible and since it is able to simulate any other Turing machine it is called a(75)Turing machine.

  • A universal Turing machine is Turing complete. It can calculate any recursive function, decide any recursive language, and accept any recursively enumerable language. According to the Church-Turing thesis, the problems solvable by a universal Turing machi
  • A.implement
  • B.pattern
  • C.tool
  • D.model
5

(39)

  • A.operation
  • B.calculating
  • C.algorithm
  • D.mechanics
6

(35)

  • A.direct
  • B.navigate
  • C.indicate
  • D.show
7

(36)

  • A.difficult
  • B.easy
  • C.hard
  • D.intractable
8

(37)

  • A.framework
  • B.problem
  • C.basis
  • D.foundation
10

(34)

  • A.accessing
  • B.calculating
  • C.counting
  • D.measuring
11

(32)

  • A.需求分析
  • B.概念结构设计
  • C.逻辑结构设计
  • D.数据库物理设计
  • E.数据库运行与维护
12

(31)

  • A.需求分析
  • B.概念结构设计
  • C.逻辑结构设计
  • D.数据库物理设计
  • E.数据库的实施
13

(30)

  • A.需求分析
  • B.概念结构设计
  • C.逻辑结构设计
  • D.数据库物理设计
  • E.数据库的实施
14

(28)

  • A.需求分析
  • B.概念结构设计
  • C.逻辑结构设计
  • D.数据库物理设计
  • E.数据库的实施
15

(29)

  • A.需求分析
  • B.概念结构设计
  • C.逻辑结构设计
  • D.数据库物理设计
  • E.数据库的实施
16

(26)

  • A.n-1
  • B.n
  • C.n+1
  • D.n+2
18

(24)

  • A.n*k+i
  • B.n*k+i+1
  • C.(n-1)*k+i
  • D.(n-1)*k+i+1
19

(25)

  • A.(n-1)MOD k=O
  • B.(n-1)MOD k<>0
  • C.n MOD k=0
  • D.n MOD k<>0
20

(23)

  • A.<IMG src="//img1.yqda.net/question-name/ff/a932a7f19b64559e959aaf4d256fe5.jpg">
  • B.<IMG src="//img1.yqda.net/question-name/98/0c8e3c9b09ed9cc8b9312415884a29.jpg">
  • C.<IMG src="//img1.yqda.net/question-name/ad/4ba9b0bc2626279ac722d3ccfe5188.jpg">
  • D.<IMG src="//img1.yqda.net/question-name/d9/109989ca8b8f788b68c69f4c5020a4.jpg">
21

(21)

  • A.硬盘
  • B.键盘
  • C.鼠标
  • D.打印机
23

(19)

  • A.2
  • B.2.5
  • C.5
  • D.5.5
25

(17)

  • A.6
  • B.8
  • C.9
  • D.10
28

(15)

  • A.0000H~00FFH
  • B.0000H~OFFFH
  • C.000FH~00FFH
  • D.0000H~3FFFH
31

(13)

  • A.原理的理论
  • B.理论研究
  • C.原理讨论
  • D.建造软件系统
32

面向对象分析阶段建立的三个模型中,核心的模型是(62)。

  • A.对象模型
  • B.动态模型
  • C.功能模型
  • D.分析模型
33

优化可生成(62)的目标代码。

  • A.运行时间较短
  • B.占用存储空间较小
  • C.运行时间短但占用内存空间大
  • D.运行时间短且占用存储空间小
34

设有以下程序段    int x=0,s=0;    while(!x!=0)s+=++x;    printf(“%d”,s);    则(50)。

  • A.运行程序段后输出0
  • B.运行程序段后输出1
  • C.程序段中的控制表达式是非法的
  • D.程序段执行无限次
38

线性表采用链式存储时,其地址(31)。

  • A.必须是连续的
  • B.部分地址必须是连续的
  • C.一定是不连续的
  • D.连续与否均可以
39

基本块内的优化为(25)。

  • A.代码外提,删除归纳变量
  • B.删除多余变量,删除无用赋值
  • C.强度削弱,代码外提
  • D.循环展开,循环合并
41

在下列存储器中,访问速度最快的是(24)。

  • A.硬盘存储器
  • B.软盘存储器
  • C.磁带存储器
  • D.半导体RAM(内存储器)
42

在计算机系统中,表征系统运行状态的部件是()。

  • A.程序计数器
  • B.累加计数器
  • C.中断计数器
  • D.程序状态字