一起答
单选

按照规范的设计方法,一个完整的数据库设计一般分为以下6个阶段:(51):分析用户的需求,包括数据、功能和性能需求。

(52):主要采用E—R模型进行设计,包括画E—R图。

(53):通过将E—R图转换成表,实现从E—R模型到关系模型的转换。

(54):主要是为所设计的数据库选择合适的存储结构和存取路径。

(55):包括编程、测试和试运行。

(56):系统的运行与数据库的日常维护。

  • A.需求分析
  • B.概念结构设计
  • C.逻辑结构设计
  • D.数据库物理设计
  • E.数据库的实施
参考答案
查看试卷详情
相关试题
  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
  9. The notion of NP-completeness has provided a(66)mathematical definition for(67)intractability of NP problems. But this measure applies only to worst-case complexity. Being NP-complete does not(68)that a problem is intractable on the average case. Indeed, some NP-complete problems are "(69)on average", though some may not be. Levin initiated the study of average-case intractability, He showed that a bounded tiling problem under a simple distribution is average-case NP-complete. Since then, several additional average-case NP-complete problems have been shown within Levin's(70). This paper is intended to provide a comprehensive survey of average-case NP-complete problems that have been published so far, and the techniques of obtaining these results.

    • A.relaxed
    • B.rough
    • C.rigorous
    • D.feasible
  10. (34)

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