文档库 最新最全的文档下载
当前位置:文档库 › 填空题题库

填空题题库

填空题题库
填空题题库

1.Digital circuits are hardware components that manipulate binary

information. The circuits are implemented using transistors and

interconnections in complex semiconductor devices called integrated circuits. Each basic circuit is referred to as a logic gate. For simplicity in design, we model the transistor-based electronic circuits as logic gates. (P35)

2.Binary logic resembles binary arithmetic, and the operations AND and

OR have similarities to multiplication and addition, respectively. This is why the symbols used for AND and OR are the same as those used for multiplication and addition. However, binary logic should not be

confused with binary arithmetic.(P36)

3.The NOT gate is more commonly referred to as an inverter. The reason

for this name is apparent from the response in the timing diagram. The output logic signal is an inverted version of input signal X. In addition to its function, each gate has another very important property called gate delay, the length of time it takes for an input change to result in the corresponding output change. Depending on the technology used to

implement the gate, the length of time may depend on which of the inputs are changing.(P39)

4.In logic circuit diagrams, the variables of the function F are taken as

the inputs of the circuit, and the binary variable F is taken as the

output of the circuit.(P41)

5.There is only one way that a Boolean function can be represented in a

truth table. However, when the function is in algebraic equation form, it can be expressed in a variety of ways. The particular expression used to represent the function dictates the interconnection of gates in the logic circuit diagram. By manipulating a Boolean expression according to Boolean algebraic rules, it is often possible to obtainasimplerexpression for the same function. This simpler expression reduces both the

number of gates in the circuit and the numbers of inputs to the

gates.(p41)

6.The dual of an algebraic expression is obtained by interchanging OR and

AND operations and replacing 1s by 0s and 0s by 1s.(P42)

7.When a Boolean equation is implemented with logic gates, each term

requires a gate, and each variable within a term designates an input to the gate. We define a literal as a single variable within a term that may or may not be complemented.(P45)

8.A product term in which all the variables appear exactly once, either

complemented or uncomplemented, is called a minterm. A sum term that contains all the variables in complemented or uncomplemented form is called a maxterm. Maxterms are seldom used directly when dealing with Boolean functions, since we can always replace them with the minterm list of F.(p49)

9.The following is a summary of the most important properties of

minterms:1. There are 2n minterms for n Boolean variables. These minterms can be generated from the binary numbers from 0 to 2n -1.2 Any Boolean function can be expressed as a logical sum of minterms.3.

The complement of a function contains those minterms not include in the original function.4. A function that includes all the 2n minterms is equal to logic 1.

10.Boolean expressions may be simplified by algebraic manipulation.

However, this procedure of simplification is awkward, because it lacks specific rules to predict each succeeding step in the manipulative

process and it is difficult to determine whether the simplest

expression has been achieved. By contrast, the map method provides a straightforward procedure for optimizing Boolean functions of up to four variables. Maps for five and six variables can be drawn as well, but are more cumbersome to use. The map is also known as the Karnaugh map. The map is a diagram made up of squares, with each square

representing one row of a truth table, or correspondingly, one minterm of a single output function. Since any Boolean function can be

expressed as a sum of minterms, it follows that a Boolean function is recognized graphically in the map by those squares for which the

function has value 1,or correspondingly, whose minterms are included in the function. From a more complex view, the map presents a visual

diagram of all possible ways a function may be expressed in a standard

form. Among these ways are the optimum sum-of-products standard forms for the function. The optimized expressions produced by the map are always in sum-of-products or product-of-sums form.(P54) 11.The minterms of a Boolean function specify all combinations of variable

values for which the function is equal to 1. The function is assumed to be equal to 0 for the rest of the minterms. This assumption, however, is not always valid, since there are applications in which the function is not specified for certain variable value combinations. There are two cases in which this occurs. In the first case, the input combinations never occur. In the second case, the input combinations are expected to

occur, but we do not care what the outputs are in response to these combinations. In both cases, the outputs are said to be unspecified for the input combinations. Functions that have unspecified outputs for some input combinations are called incompletely specified functions. In most applications, we simply do not care what value is assumed by the function for the unspecified minterms. For this reason, it is customary to call the unspecified minterms of a function don't care conditions.

These conditions can be used on a map to provide further simplification of the function.

12.A buffer produces the logical function Z=X, since the binary value of

the output is equal to the binary value of the input. This circuit is used primarily to amplify an electrical signal to permit more gates to be

attached to the output or to decrease the time it takes for signals to propagate through the circuit.

13.A gate type that alone can be used to implement all Boolean functions is

called a universal gate.

14.The three-state buffer, that provides a third output value referred to

as the high-impedance state and denoted by Hi-Z . The Hi-Z value

behaves as an open circuit(开路), which means that, looking back into the circuit, we find that the output appears to be disconnected

internally.

15.Multiplexers are very important for selecting data in the processor, in

memory, and on I/O boards. Decoders(译码器)are used for selecting boards attached to the input-output bus and to decode instructions to determine the operations performed in the processor.

16.The design of a combinational circuit starts from the specification of

the problem and culminates in a logic diagram or netlist that describes a logic diagram.

17.Optimization can be performed by any of a number available methods,

such as algebraic manipulation, the K-map method, or computer-based optimization programs.

18.Most manufactures of integrated circuits use the term”

BCD-to-seven-segment decoder” because this device decodes a 4-bit binary code for a decimal digit.

19.The example use a “divide-and-conquer” approach called hierarchical

design, and the resulting related symbols and schematics constitute a hierarchy representing the circuit designed. In order to deal with

circuit complexity, the circuit is broken up into pieces we call blocks.

The blocks are interconnected to form the circuit. The functions of these blocks and their interfaces are carefully defined, so that the circuit formed by interconnecting the blocks obeys the initial circuit specification. If a block is still too large and complex to be designed as

a single entity, it can be broken into smaller blocks. This process can be

repeated as necessary.

20.W e focus on predefined, reusable blocks that typically lie at the lower

levels of logic design hierarchies. These are blocks of intermediate size that provide basic functions used in digital design. They allow designers to do much of the design process above the primitive block, i.e., gate level. We refer to these particular blocks as functional blocks. Thus, a functional block is a predefined collection of the interconnected gates.

Many of these functional blocks have been available for decades as medium-scale integrated circuits that were interconnected to form larger circuits or systems. Similar blocks are now in computer-aided design tool libraries used for designing larger integrated circuits.

These functional blocks provide a catalog of digital components that

are widely used in the design and implementation of integrated circuits for computers and digital systems.

21.A binary decoder provides the 2n minterms of n input variables. Since

any Boolean function can be expressed as a sum of minterms, one can use a decoder to generate the minterms and combine them with an external OR gate to form a sum-of-minterms implementation. In this way, any combinational circuit with n inputs and m outputs can be implemented with an n-to-2n-line decoder and m OR gates.

22.A multiplexer is a combinational circuit that selects binary information

from one of many input lines and directs the information to a single output line. The selection of a particular input line is controlled by a set of input variables, called selection inputs.

23.T he general procedure for implementing any Boolean function of n

variables with a multiplexer with n-1 selection inputs and 2n-1data inputs follows from the preceding example. The Boolean function is first listed in a truth table. The first n-1 variables in the table are applied to the selection inputs of the multiplexer. For each combination of the selection variables, we evaluate the output as a function of the last variable. This function can be 0, 1, the variable, or the complement of the variable. These values are then applied to the appropriate data inputs.

24.A n arithmetic circuit is a combinational circuit that performs

arithmetic operations such as addition,subtraction,multiplication,and division with binary numbers or with decimal numbers in a binary code.

25.A half adder is an arithmetic circuit that generates the sum of two

binary digits.The circuit has two inputs and two outputs.The input variables are the augend and addend bits to be added,and the output variables produce the sum and carry.

26.A full adder is a combinational circuit that forms the arithmetic sum of

three input bits. Two outputs are necessary for full adders because the arithmetic sum of three bits ranges in value from 0 to 3,and binary 2 and 3 need two digits for their representation.Again,the two outputs are designated by the symbols S for “sum” and C for “carry”;the binary variables S gives the value of the bit of the sum ,and the binary variable C gives the output carry.

27.A parallel binary adder is a digital circuit that produces the arithmetic

sum of two binary numbers using only combinational logic.The paralled adder uses n full adders in parallel,with all input bits applied simultaneously to produce the sum.

28.T he full adders are connected in cascade,with the carry output from

one full adder connected to the carry input of the next full adder.Since

a 1 carry may appear near the least significant bit of the adder and yet

propagate through many full adders to the most significant bit,just as a wave ripples outward from a pebble dropped in a pond,the parallel adder

is referred to as a ripple carry adder.(行波进位加法器)

29.T here are two types of complements for each base-r system:the radix

complement,which we saw earlier for base 2, and the diminished radix complement.The first is referred to as the r’s complement and the second as the (r-1)’s complement.

30.T he signed-magnitud system is used in ordinary arithmetic,but is

awkward when employed in computer arithmetic due to the separate handing of the sign and the correction step required for subtraction.Therefore,the signed complement is normally used.

31.To obtain a correct answer when adding, we must ensure that the result

has a sufficient number of bits to accommondate the sum.If we start with two n-bit numbets,and the sum occupies n+1 bits,we say that an overflow occurs.

32.T he detection of an overflow after the addition of two binary numbers

depends on whether the numbers are considered to be signed or unsigned.When two unsigned numbers are added, an overflow is detected from the end carry out of the most significant position. 33.T he storage elements are circuits that are capable of storing binary

information. The binary information stored in these elements at any given time defines the state of the sequential circuit at that time. 34.T he sequential circuit receives binary information from its environment

via the inputs. These inputs, together with the present state of storage

elements, determine the binary value of the outputs. They also determine the values used to specify the next state of the storage elements.

35.T he block diagram demonstrates that the outputs in a sequential circuit

are a function not only of the inputs, but also of the present state of the storage elements. The next state of the storage elements is also a function of the inputs and the present state. Thus, a sequential circuit is specified by a time sequence of inputs, internal states, and outputs.

36.I nformation is stored in digital systems in many ways, including the use

of a buffer. This buffer has a gate delay t G. Since information present at the buffer input at time t appears at the buffer output at time t +t G, the information has effectively been stored for time t G.

37.A storage element can maintain a binary state indefinitely (as long as

power is delivered to the circuit), until directed by an input signal to switch states. The major differences among the various types of latches and flip-flops are the number of inputs they possess and the manner in which the inputs affect the binary state.

38.T here are two ways that latches are combined to form a flip-flop. One

way is to combine two latches to form a master-slave flip-flop. Another way is to produce a flip-flop that triggers only during a signal transition from 0 to 1 (or from 1 to 0) on the clock pulse. Such a circuit is said to be an edge-triggered flip-flop.

39.D igital circuits are constructed with integrated circuits. An integrated

circuit (abbreviated IC) is a silicon semiconductor crystal, informally called a chip, containing the electronic components for the digital gates and storage elements.

40.S mall-scale integrated (SSI) devices contain several independent

primitive gates in a single package. The inputs and outputs of the gates are connected directly to the pins in the package. The number of gates is usually less than 10 and is limited by the number of pins available on the IC

41.Medium-scale integrated (MSI) devices have approximately 10 to 100

gates in a single package. They usually perform specific elementary digital functions, such as the addition of four bits.

42.L arge-scale integrated (LSI) devices contain between 100 and a few

thousand gates in a single package. They include digital systems such as small processors, small memories, and programmable modules.

43.V ery-large-scale integrated (VLSI) devices contain several thousand to

hundreds of millions of gates in a single package. Example are complex microprocessor and digital signal-processing chips.

44.F an-out specifies the number of standard loads driven by a gate

output.The maximum fan-out for an output specifies the fan-out that the output can drive without impairing gate performance.

45.N oise margin is the maximum external noise voltage superimposed on a

normal input value that will not cause an undesirable change in the circuit output.

46.P ropagation delay is the time required for a change in value of a signal

to propagate from input to output. The operating speed of a circuit is inversely related to the longest propagation delays through the gates of the circuit.

47.P ower consumption (dissipation) is the power drawn from the power

supply and consumed by the gate. The power consumed is dissipated as heat, so the power dissipation must be considered in relation to the operating temperature and cooling requirements of the chip.

48.A register includes a set of flip-flops. Since each flip-flop is capable of

storing one bit of information, an n-bit register, composed of n flip-flops, is capable of storing n bits of binary information. By the broadest definition, a register consists of a set of flip-flops, together with gates that implement their state transitions.

49.I nserting gates in the clock pulse path produces different propagation

delays between Clock and the inputs of flip-flops with and without clock gating. If the clock signals arrive at different flip-flops or registers at different times, clock skew is said to exist.

50.A register that goes through a prescribed sequence of distinct states

upon the application of a sequence of input pulses is called a counter.

The sequence of states may follow the binary number sequence or any

other prescribed sequence of states. A counter that follows the binary number sequence is called a binary counter. An n-bit binary counter consists of n flip-flops and can count in binary from 0 through 1

2n .

51.More commonly, the term register is applied to a set of flip-flops,

possibly with added combinational gates,that perform data-processing tasks.The flip-flops hold data, and the gates determine the new or transformed data to be transferred into the flip-flops.

52.A counter is a register that goes through a predetermined sequence of

states upon the application of clock pulses.The gates in the counter are connected in a way that produces the prescribed sequence of binary states. Although counters are a special type of registers, it is common to differentiate them from registers.

53.R gisters and counters are sequential functional blocks that are used

extensively in the design of diegital systems in general and in digital computers in particular. Registers are useful for storing and manipulating information; counters are employed in circuits that sequence and control operations in a digital system.

54.A register capable of shifting its stored bits laterally in one or both

directions is called a shift register. The logical configuration of a shift register consists of a chain of flip-flops, with the output of one flip-flop connected to the input of the next flip-flop. All flip-flops have

a common clock-pulse input that activates the shift.

55.A register capable of shifting in only one direction is called a

unidirectional shift register .A register that can shift in both directions is a bidirectional shift register.(移位寄存器)

56.I n a ripple counter,the flip-flop output transitions serve as the sources

for triggering the changes in other flip-flops. In other words, the CK inputs of some of the flip-flops are triggered not by the common clock pulse, but rather by the transitions that occur on other flip-flop outputs.

57.I n a synchronous counter, the CK inputs of all flip-flops receive the

common clock pulse, and the change of state is determined from the present state of the counter.

58.O perations in digital computers are usually done in parallel because of

the faster speed attainable. Serial operations are slower, but have the advantage of requiring less hardware.(计算机硬件)

59.T he parallel adder has n full adders for n-bit operands, whereas the

serial adder requires only one full adder.Excluding the registers from both, the parallel adder is a combinational circuit,whereas the serial adder is a sequential circuit because it includes the carry flip-flop. 60.T he parallel adder in space is n times larger than the serial adder

(ignoring the area of the carry flip-flop), but it is n times faster. The serial adder, although it is n times slower, is n times smaller in space.

This gives the designer a significant choice in emphasizing speed or

area, where more area translates into more cost.

数据库期末考试填空题及答案

1 .数据库数据具有__________、__________和__________三个基本特点。 2.数据库管理系统是数据库系统的一个重要组成部分,它的功能包括__________、__________、__________、__________。 3. 数据库系统是指在计算机系统中引入数据库后的系统,一般由__________、__________、__________和__________构成。 4. 数据库管理技术的发展是与计算机技术及其应用的发展联系在一起的,它经历了三个阶段:__________阶段,__________阶段和__________阶段。 5. 数据库具有数据结构化、最小的__________、较高的__________等特点。 6. DBMS还必须提供__________保护、__________检查、__________、__________等数据控制功能。 7. 模式(Schema)是数据库中全体数据的__________和__________的描述,它仅仅涉及到__________的描述,不涉及到具体的值。 8. 三级模式之间的两层映象保证了数据库系统中的数据能够具有较高的__________和__________。 9. 根据模型应用的不同目的,可以将这些模型划分为两类,它们分别属于两个不同的层次。第一类是__________,第二类是__________。 10. 数据模型的三要素是指__________,__________,__________。实际数据库系统中所支持的主要数据模型是__________,__________,__________。 11. 数据模型中的__________是对数据系统的静态特征描述,包括数据结构和数据间联系的描述,__________是对数据库系统的动态特征描述,是一组定义在数据上的操作,包括操作的涵义、操作符、运算规则及其语言等。 12. 用树型结构表示实体类型及实体间联系的数据模型称为__________模型,上一层的父结点和下一层的子结点之间的联系是的联系。 13. 用有向图结构表示实体类型及实体间联系的数据模型称为__________模型,数据之间的联系通常通过__________实现。 14. 关系的完整性约束条件包括三大类:__________、__________和__________。 15. 关系数据模型中,二维表的列称为________,二维表的行称为________。 16. 用户选作元组标识的一个候选码为________,其属性不能取________。 17. 关系代数运算中,传统的集合运算有_____,_____,_____,_____。 18. 关系代数运算中,基本的运算是________,________,________,________,________。(问答题) 19. 关系代数运算中,专门的关系运算有________,________,________。 20. 关系数据库中基于数学上的两类运算是________和________。 21. 关系代数中,从两个关系中找出相同元组的运算称为________运算。 22. R S表示R与S的________。 23. 设有学生关系:S(XH,XM,XB,NL,DP)。在这个关系中,XH表示学号,XM表示姓名,XB表示性别,NL表示年龄,DP表示系部。查询学生姓名和所在系的投影操作的关系运算式是________________。 24. 在“学生-选课-课程”数据库中的3个关系如下:S(S#,SNAME,SEX,AGE);SC(S#,C#,GRADE); C(C#,CNAME,TEACHER),查找选修“数据库技术”这门课程学生的学生名和成绩,若用关系代数表达式来表示为________________。 25. 已知系(系编号,系名称,系主任,电话,地点)和学生(学号,姓名,性别,入学日期,专业,系编号)两个关系,系关系的主码是________,系关系的

数据库原理试题及答案

数据库原理试题答案(B卷) 一、填空题(每空 2 分,共 20 分) 1、关系中主码的取值必须唯一且非空,这是由 ___________ 完整性规则决定的。 2、当数据库被破坏后,如果事先保存了数据库副本和 ________________ ,就有可能恢复数据库。 3、数据库的 ____________ 是指数据库的正确性和相容性。 4、关系数据操作语言的特点是:操作对象与结果均为 ___________ 、操作的非过程性强、语言一体化、并且建立在数学理论基础之上。 5、SQL 是一种介于关系代数和 _____________ 之间的结构化的查询语言。 6、对于每一个外模式,数据库系统都有一个 _______________ 映象,它定义了该外模式与模式之间的对应关系。 7、视图是一个需表,它一经定义就可以和基本表一样被查询,但 _________ 操作将有一定的限制。 8、数据仓库是一个面向主题的、 _____________ 、不可更新的、随时间不断变化的数据集合。 9、避免活锁的简单方法是采用 _____ 的策略。 10、知识库系统和主动数据库系统是将数据库技术和 ________ 技术相结合产生的。 二、选择题(每小题 1 分,共 10 分) 1、SQL 中,下列涉及空值的操作,不正确的是 ( ) A . AGE IS NULL B . AGE IS NOT NULL C . AGE=NULL D . NOT (AG E IS NULL) 2、关系数据模型的三个组成部分中,不包括 ( ) A .完整性规则 B .数据结构 C .数据操作 D .并发控制 3、DB, DBMS 和 DBS 三者间的关系是() A . D B 包括 DBMS 和 DBS B . DBS 包括 DB 和 DBMS C . DBMS 包括 DBS 和 DB D . DBS 与 DB 、 DBMS 无关 4、数据库的并发操作可能带来的问题包括 ( ) A .丢失更新 B .数据独立性会提高 C .非法用户的使用 D .增加数据的冗余度 5、并发事务的交叉执行破坏了事务的() A .原子性 B .隔离性 C .一致性 D .永久性 6、3NF ()规范化为 BCNF 。 A .消除非主属性对码的部分函数依赖 B .消除非主属性对码的传递函数依赖 C .消除主属性对码的部分和传递函数依赖 D .消除非平凡且非函数依赖的多值依赖 7、()是长期存储在计算机内的有组织,可共享的数据集合。 A .数据库管理系统 B .数据库系统 C .数据库 D .文件组织 8、一个 1 : n 联系可以转换为一个独立的关系模式,关系的码为() A .实体的码 B. 各实体码的组合 C. n 端实体的码 D. 每个实体的码

1_填空题库及参考答案

填空题库及参考答案 第1章绪论 1-1、测量工作的基准线是铅垂线。 1-2、测量工作的基准面是水准面。 1-3、测量计算的基准面是参考椭球面。 1-4、水准面是处处与铅垂线垂直的连续封闭曲面。 1-5、通过平均海水面的水准面称为大地水准面。 1-6、地球的平均曲率半径为6371km。 1-7、在高斯平面直角坐标系中,中央子午线的投影为坐标x轴。 1-8、地面某点的经度为131°58′,该点所在统一6°带的中央子午线经度是129°。 1-9、为了使高斯平面直角坐标系的y坐标恒大于零,将x轴自中央子午线西移500km。 1-10、天文经纬度的基准是大地水准面,大地经纬度的基准是参考椭球面。 1-11、我国境内某点的高斯横坐标Y=22365759.13m,则该点坐标为高斯投影统一6°带坐标,带号为22 ,中央子午线经度为129°,横坐标的实际值为-134240.87m,该点位于其投影带的中央子午线以西。 1-12、地面点至大地水准面的垂直距离为该点的绝对高程,而至某假定水准面的垂直距离为它的相对高程。 第2章水准测量 2-1、高程测量按采用的仪器和方法分为水准测量、三角高程测量和气压高程测量三种。 2-2、水准仪主要由基座、水准器、望远镜组成。 2-3、水准仪的圆水准器轴应与竖轴平行。 2-4、水准仪的操作步骤为粗平、照准标尺、精平、读数。 2-5、水准仪上圆水准器的作用是使竖轴铅垂,管水准器的作用是使望远镜视准轴水平。 2-6、望远镜产生视差的原因是物像没有准确成在十字丝分划板上。 2-7、水准测量中,转点TP的作用是传递高程。 2-8、某站水准测量时,由A点向B点进行测量,测得AB两点之间的高差为0.506m,且B点水准尺的读数为2.376m,则A点水准尺的读数为2.882 m。 2-9、三等水准测量采用“后—前—前—后”的观测顺序可以削弱仪器下沉的影响。 2-10、水准测量测站检核可以采用变动仪器高或双面尺法测量两次高差。 2-11、三、四等水准测量使用的双面尺的一面为黑色分划,另一面为红色分划,同一把尺的红黑面分划相差一个常数,其中A尺的红黑面分划常数为4687,B尺的红黑面分划常数为4787。 2-12、水准测量中,调节圆水准气泡居中的目的是竖轴铅垂,调节管水准气泡居中的目的是使视准轴水平。 第3章角度测量 3-1、经纬仪主要由基座、水平度盘、照准部组成。 3-2、经纬仪的主要轴线有竖轴VV、横轴HH、视准轴CC、照准部管水准器轴LL、圆水准器轴L’L’。 3-3、经纬仪的视准轴应垂直于横轴。 3-4、测量的角度包括水平角和竖直角。 3-5、用光学经纬仪观测竖直角、在读取竖盘读数之前,应调节竖盘指标微动螺旋,使竖盘指标管水准气泡居中,其目的是使竖盘指标处于正确位置。 3-6、用测回法对某一角度观测4测回,第3测回零方向的水平度盘读数应配置为90°左右。 3-7、设在测站点的东南西北分别有A、B、C、D四个标志,用方向观测法观测水平角,以B为零方向,则盘左的观测顺序为B—C—D—A—B。 3-8、由于照准部旋转中心与水平度盘分划中心不重合之差称为照准部偏心差。 3-9、用经纬仪盘左、盘右两个盘位观测水平角,取其观测结果的平均值,可以消除视准轴误差、横轴误差、照准部偏心误差对水平角的影响。 3-10、用测回法对某一角度观测6测回,则第4测回零方向的水平度盘应配置为90°左右。 第4章距离测量 4-1、距离测量方法有钢尺量距、视距测量、电磁波测距、GPS测量。 4-2、钢尺量距时,如定线不准,则所量结果总是偏大。 4-3、钢尺量距方法有平量法与斜量法。 4-4、标准北方向的种类有真北方向、磁北方向、坐标北方向。 4-5、经纬仪与水准仪十字丝分划板上丝和下丝的作用是测量视距。 4-6、用钢尺在平坦地面上丈量AB、CD两段距离,AB往测为476.4m,返测为476.3m;CD往测为126.33m,返测为126.3m,则AB比CD丈量精度要高。 4-7、陀螺经纬仪可以测量真北方向。 4-8、罗盘经纬仪可以测量磁北方向。 4-9、地球自转带给陀螺转轴的进动力矩,与陀螺所处空间的地理位置有关,在赤道为最大,在南、北两极为零。因此,在纬度≥75°的高纬度地区(含南、北两极),陀螺仪不能定向。 第5章全站仪及其使用 5-1、全站仪测量的基本量为水平角、竖直角、斜距。 5-2、全站仪的三轴是指视准轴、测距发射光轴、测距接收光轴。 5-3、水准仪、经纬仪或全站仪的圆水准器轴与管水准器轴的几何关系为相互垂直。 5-4、单轴补偿器只能补偿全站仪竖轴倾斜在视准轴方向的分量对竖直角的影响,其功能等价于竖盘自动归零补偿器。 5-5、双轴补偿器能补偿全站仪竖轴倾斜在视准轴方向的分量对竖直角的影响,在横轴方向的分量对水平角的影响。

数据库练习题

一、选择题 1设有关系模式W(C,P,S,G,T,R),其中各属性的含义是:C 课程,P 教师, S 学生,G 成绩,T 时间,R 教室,根据语义有如下数据依赖集: D={C->P ,( S,C )->G , ( T , R)->C , (T , P)-> R,( T,S )->R} 关系模式W的一个关键字是( ) A (S ,C ) B ( T, R) C) (T ,P ) D) (T ,S ) 2 设有关系模式W(C,P,S,G,T,R),其中中各属性的 含义是:C课程,P教师,S学生。G成绩,T时间,R教室,根据主义有如下依据赖集:K={C→P,(S,C)→G,(T,R )→C,(T,P)→R,(T,S)→R} 关系模式W的规范化程序最高达到() A 1NF B 2NF C 3NF D BCNF 3规范化理论中分解()主要消除其中多余的数据相关性。A关系运算 B 内模式 C外模式 D 视图 4现有职工关系W(工号,姓名,工程,定额),其中每一个工号(职工可能有同名), 每个职工有一个工程,每个工程有一个定额,则关系W已达到() A 1NF B2NF C3NF D4NF 5现有职工关系W(工号,姓名,工程,定额),其中每一

个职工有一个工号(职工可能有同名),每个职工有一个工程,每个工程有一个定额,则关系W已达到() A1NF B2NF C3NF D4NF 6规范化理论是关系数据库进行逻辑设计的理论依据,根据这个理论,关系数据库中的关系必须满足:其每一属性都是() A、互不相关的 B、不可分解的 C、长度可变的 D、互相关联的 7、在一个关系R中,若每个数据项都是不可再分割的,那 么关系R 一定属于() A、1NF B、2NF C、3NF D、BCNF 8、根所关系数据库规范化理论,关系数据库的关系要满足 1NF,下面“部门”关系中,因()属性而使它不满足1NF。 A、部门号 B、部门名 C、部门成员 D、 部门总经理 9、设有关系模式R(S,D,M)。其函数依赖集F={S->D, D->M},则关系R的规范化程序至多达到() A、1NF B、2NF C、3NF D、BCNF 10、下列关于函数依赖的叙述中,()是不正确的 A、由X->Y,X->Z,有X->YZ B\由XY->Z,有 X->Z,Y->Z C、由X->Y,WY->Z,有xw->z D、由X->Y,Y->Z,有

最新数据库试题库填空题

1.经过处理和加工提炼而用于决策或其他应用活动的数据称为信息。2.数据管理技术经历了①、②和③三个阶段。 答案:①人工管理②文件系统②数据库系统 3.数据库系统一般是由硬件系统、数据库集合、数据库管理系统及相关软件、数据库管理员和用户组成。 4.数据库是长期存储在计算机内、有①的、可②的数据集合。 答案:①组织②共享 5.DBMS是指①它是位于②和③之间的一层管理软件。 答案:①数据库管理系统②用户③操作系统 6.DBMS管理的是的数据。 答案:结构化 7.数据库管理系统的主要功能有①、②、数据库的运行管理和数据库的建立以及维护等4个方面。 答案:①数据定义功能②数据操纵功能 8.数据库管理系统包含的主要程序有①、②和③。 答案:①语言翻译处理程序②系统运行控制程序③实用程序 9.数据库语言包括①和②两大部分,前者负责描述和定义数据库的各种特性,后者用于说明对数据进行的各种操作。 答案:①数据描述语言②数据操纵语言 10.指出下列缩写的含义: (1)DML:数据操纵语言 (2)DBMS:数据库管理系统 (3)DDL:数据描述语言 (4)DBS:数据库系统 (5)SQL:结构化查询语言 (6)DB:数据库 (7)DD:数据字典 (8)DBA:数据库管理员 (9)SDDL:子模式数据描述语言 (10)PDDL:物理数据描述语言 11.数据库系统包括数据库①、②和③三个方面。 答案:①相应硬件②软件③相关的各类人员 12.开发、管理和使用数据库的人员主要有①、②、③和最终用户四类相关人员。 答案:①数据库管理员②系统分析员③应用程序员 13.由负责全面管理和控制数据库系统。 答案:数据库管理员 14.数据库系统与文件系统的本质区别在。答案:数据库系统实现了整体数据的结构化15.数据独立性是指①与②是相互独立的。 答案:①用户的应用程序②存储在外存上的数据库中的数据 16.数据独立性又可分为①和②。 答案:①逻辑数据独立性②物理数据独立性 17.当数据的物理存储改变了,应用程序不变,而由DBMS处理这种改变,这是指数据的。答案:物理独立性 18.数据模型质量的高低不会影响数据库性能的好坏,这句话正确否?答案:不正确19.根据数据模型的应用目的不同,数据模型分为①和②。 答案:①概念模型②数据模型 20.数据模型是由①、②和③三部分组成的。 答案:①数据结构②数据操作③完整性约束 21.按照数据结构的类型来命名,数据模型分为①塑、②和③。 答案:①层次模型②网状模型②关系模型

填空题题库

填空题 第1章微型计算机概述 1.微型计算机中各部件是通过构成一个整体的. 2._________是微型计算机的核心。 3.总线按照其规模、用途和应用场合可分为___________、__________和____________。 4.微型计算机由________ 、_______ 、_______ 和_______ 组成。 5.以微型计算机为主体,配上___________、_____________和_________之后,就成了微 型计算机系统。 6.微型计算机的主要性能指标有CPU的位数、___________、_______________、 __________ 第2章 16位和32位微处理器 1.Intel 8086CPU是_______位微处理器,有_____根数据总线和____根地址总线,存储器 寻址的空间为_______,端口寻址空间为_____。8088CPU有__根数据总线。 2.输入/输出端口有两种编址方法,既I/O端口与存储单元统一编址和I/O单独编址。前 一种编址的主要优点是和。后一种编址的主要优点是 和。 3.所谓最小模式,就是。 4.所谓最大模式是 5.8086工作在最大模式下,引脚MN/MX*接(高/低)电平。 6.8086/8088CPU的数据线和地址线是以_______ 方式轮流使用的。 7.8086中的BIU由__________个____________位段寄存器、一个_______位指令指针、 __________字节指令队列、_______位地址加法器和控制电路组成。 8.8086/8088提供的能接受外中断请求信号的引脚是和。两种请求信号的 主要不同之处在于。 9.8086/8088的存储器是分段的,因此存储单元的物理地址是由和 组合而成的。 10.对于8086CPU,物理地址是由段基址和偏移地址两部分构成,若某存储单元的段基址 为2000H,偏移地址为1122H,则该存储单元的物理地址为____。 11.8086的中断向量表位于内存的_______区域,它可以容纳____个中断向量,每一个向量 占____ 个字节。 12.8086微机系统中的一个中断向量占4个存储单元,假定某中断对应的中断向量存放在 0000:002C H;那么该中断向量对应的中断类型号为_________H,若该向量对应的中断处理子程序放在0080:0402H开始的内存区域中,则按照地址由低到高的顺序写出其相应的存储单元的内容为________、________、__________、__________ 13.8086CPU中典型总线周期由____个时钟周期组成,其中T1期间,CPU输出______信息; 如有必要时,可以在__________两个时钟周期之间插入1个或多个TW等待周期。

福建专升本计算机数据库填空题(含答案)考生必背

《专升本数据库》填空题练习 一.数据库概述 1.数据独立性有两个方面的含义,即____和____,当数据库物理结构(包括数据的组织和存储、存取方法、外部存储设备等)发生变化时,不会影响到逻辑结构,进而不必改动程序,这种独立性称之为____;当数据库全局逻辑发生变化时,用户也不需要改动程序,就像数据库没有发生变化一样,这种独立性称之为____。物理独立性逻辑独立性 2.数据管理技术发展经历的三个阶段分别是____、____和____。人工管理阶段文件系统阶段数据库系统阶段 3.数据和信息两个概念既有联系,又有区别。数据是信息的____,信息是数据的____。载体内涵 4.文件系统阶段的数据管理有四个方面的缺陷,它们分别是____;____;____和____。 数据冗余度大数据不一致性数据联系弱数据独立性差 5.数据库技术的主要特点是____、____、____、____和____。数据共享度高数据的冗余度低数据的独立性高数据集中控制数据一致性和可维护性 6.数据库系统最关键的部分是____,它是用户和数据库之间的接口。数据库管理系统 7.SPARC三级结构对数据库的组织从内到外分三个层次描述,分别称之为____,____,____。 其中对数据库整体逻辑描述,不涉及物理存储的层次是___;具体描述数据如何存储在存储介质上的模式称为____;概念模式的子集,是用户眼中的数据库,该模式称为___。三个模式之间的关系是: 模式是内模式的____表示;内模式是模式的____实现;外模式则是模式的____。

内模式外模式内模式外模式逻辑物理部分抽取 8.三个模式之间存在两种映射,其中将用户数据库与概念数据库联系起来的映射是______;将概念数据库与物理数据库联系起来的映射是______。采用映射技术的好处是____、____、___、____。 外模式/模式/内模式保证了数据的独立性保证了数据共享方便了用户使用数据库有利于数据的安全和保密 9.用户能够很方便地使用数据库,并能够最终将用户对数据库的逻辑操作导向对数据库的物理操作是通过____来实现的。 DBMS 10.数据库用户有两类,一类是____,另一类是____。 11.在数据库系统中,应用程序只有通过____才能访问数据库中的数据。 DBMS 12.在DBMS中,定义模式、外模式和内模式,并将各种模式翻译成相应的目标代码,这是DBMS的__ __功能。 数据库定义 13.DBMS的DML实现对数据库的操作,有四种类型的操作,分别是_____、_____、_____和_____。 增加、删除、修改、查询 14.在数据库中,有两种类型的程序设计语言。一种是____,另一种是____。其中,FoxPro是一种____语言。 宿主型自主型

数据库试题及答案_

笔试样卷一 参考答案 一、简答题(25分) 1.数据库阶段数据管理的主要特点是什么? 2.解释DB、DBMS、DBS三个概念? 3.什么是物理数据独立性和逻辑数据独立性? 4.试说明DBMS的主要功能? 5.在ER模型转换为关系模型时,联系类型要根据不同的情况作不同的处理,试说明之。 二、计算题(20分) 1.设有关系R和S R: S: A B C A B C 3 6 7 3 4 5 2 5 7 7 2 3 7 3 4 4 4 3 列表计算R∪S、R-S、R×S、π 3,2(S)、δ B<5 (R)。(5分) 2.设有三个关系 S (SNO, SNAME, AGE, SEX, SDEPT) SC (SNO, CNO, GRANDE) C (CNO, CNAME, CDEPT, TNAME) 试用关系代数表达式表示下列查询

(1)检索LIU老师所授课程的课程号、课程名 (2)检索年龄大于23岁的男学生的学号和姓名 (3)检索学号为S3的学生所学课程的课程名和认课教师姓名 (4)检索WANG同学不学的课程的课程号 (5)检索至少选修了两门课程的学生的学号(10分) 三、设有三个基本表(45分) S (SNO, SNAME, AGE, SEX, SDEPT) SC (SNO, CNO, GRANDE) C (CNO, CNAME, CDEPT, TNAME) 1.试用T-SQL的查询语句表达下列查询 (1)检索LIU老师所授课程的课程号、课程名 (2)检索年龄大于23岁的男学生的学号和姓名 (3)检索学号为S3的学生所学课程的课程名和认课教师姓名 (4)检索WANG同学不学的课程的课程号 (5)检索至少选修了两门课程的学生的学号(10分) 2.试用T-SQL的查询语句表达下列查询 (1)统计有学生选修的课程的门数 (2)求选修C4课程的学生的年龄 (3)求LIU老师所授课程的每门课程的学生的平均成绩 (4)统计每门课程的学生选修人数 (5)求年龄大于所有女同学年龄的男学生的姓名和年龄(10分)3.试用T-SQL更新语句完成下列更新操作 (1)往表S中插入一个学生资料(‘S9’, ‘WU’, 18)

计算机等级考试三级数据库2015年填空题汇总及答案

计算机等级考试三级数据库2015年填空题汇总及答案 1. 用树型结构表示实体类型及实体间联系的数据模型称为(层次模型)。 2. 模式/内模式映象为数据库提供了(物理)数据独立性。 3. 在层次、网状模型中,数据之间联系用(指针)实现。 4. 数据库管理技术的发展经过三个阶段(人工管理阶段),(文件系统阶段),(数据库阶段)。 5. 三种主要的数据模型包括(层次模型),(网状模型),(关系模型)。 6. 数据模型的三要素包括(数据结构),(数据操作),(数据完整性约束)。 7. 由于数据冗余,当进行更新时,稍不谨慎,易引起(数据不一致性)。 8. 层次模型的特点是记录之间的联系通过(指针)来实现;关系模型是用结 构表示实体集,用(公共属性)表示实体间的联系。 9. 数据库管理系统的主要功能包括(定义),(操纵),(保护),(存储),(维护)和(数据字典)。 10. 关系数据库的数据操纵语言(DML)的语句分成(检索)和(更新)。 11. DBMS是由(查询处理器)和(存储处理器)两大部分组成。 12. 数据库管理系统的效率包括计算机系统的内部资源的使用效率、(数据库管理系统DBMS)运行效率和(用户的生成率)。 13. 利用数据库管理数据时,把现实世界的事物及其之间的联系转换成机器世界的数据模型的一个中间环节是信息世界的(概念模型)。 14. 数据库管理系统(DBMS)提供数据定义语言(DDL)及它的翻译程序,DDL 定义数据库的模式、外模式和内模式,并通过翻译程序分别翻译成相应的目标模式,存放在(数据字典)。

15. 在数据库的体系结构中,数据库存储的改变会引起内模式的改变。为使数据库的模式保持不变,从而不必修改应用程序,这是通过改变模式与内模式之间的映像来实现。这样,使数据库具有(物理独立性)。 16. 在数据库技术中使用数据模型的概念来描述数据库的结构和语义。数据模型有概念数据模型和结构数据模型两类,实体联系模型(ER模型)是(概念)数据模型。 17. 在数据库系统的三级模式体系结构中,描述数据在数据库中的物理结构或存储方式的是(内模式)。 18. 可由基本数据导出的数据是(冗余)数据。 19. 网状、层次数据模型与关系数据模型的最大区别在于表示和实现实体之间的联系的方法:网状、层次数据模型是通过指针链,而关系模型是使用(外键)。 20. 外模式是(用户)看到的数据视图,模式是所有(用户)看到的数据视图的(总和),外模式是模式的(一部分)。 21. 对数据的管理经历了四个阶段,它们是(人工管理阶段)、(文件系统阶段)、(数据库系统阶段)和(高级数据库技术阶段)。 22. 数据库系统是建立在(文件系统)之上的。 23. 数据库管理系统的三级模式结构由(外模式)、(模式)和(内模式)组成。为了实现这三级模式之间的联系,数据库管理系统提供了两个映像,它们是(外模式/模式映像)和(模式/内模式映像)。 24. DML有两类:一类是(宿主)型语言,一类是(自含)型语言。前者的语句不能独立使用而必须(嵌入)某种语言中使用。而后者可以独立使用,通常可以供用户以(交互式)使用和以(批处理式)使用。 25. 数据库管理系统(DBMS)提供数据库操纵语言(DML)及它的翻译程序,实现对数据库数据的操作,包括数据插入、删除、更新和(检索)。 26. 数据库系统必须提供三个方面的数据控制功能:(安全性)、(完整性)和(并发性)。

填空题汇总题库(160题)

1、故障巡视时运行单位为查明线路故障点,故障原因及故障情况等所组织的线路巡视。 2、线路巡视可分为正常巡视、故障巡视、特殊巡视。 3、护线条、预绞丝的主要作用是加强导线在悬点的强度,提高抗振性能。 4、运行中接续管金具温度高于导线温度15℃,应进行处理。 5、多雷区的线路应做好综合防雷措施,降低杆塔接地电阻值,适当缩短检测周期。 6、线路发生故障时,不论开关重合是否成功,均应及时组织故障巡视。 7、直线杆在正常运行时主要承受水平荷载和垂直荷载。 8、重冰区是指设计冰厚在20mm及以上的地区。 9、所谓运用中的电气设备,系指全部带有电压、一部分带有电压或一经操作即带有电压的电气设备。 10、线路经过恶劣气象条件后应组织人员进行特殊巡视。 11、线路处于异常状态时,表示线路有部分重要状态量已经接近或略微超过标准值。 12、D类检修工作是不停电检修。 13、应急预案体系结构包括三级体系总体预案、专项预案、现场处置方案。 14、线路的各类缺陷按其严重程度可分为一般缺陷、严重缺陷、危急缺陷。 15、电力工作的违章分为行为性违章、管理性违章、装置性违章。 16、验电前,应先在有电设备上进行试验,确认验电器良好;无法

在有电设备上进行试验时,可用工频高压发生器等确证验电器良好。 17、电力线路发生接地故障时,会对接地点周围的区域产生跨步电压。 18、验电时,应使用相应电压等级、合格的接触式验电器。 19、用ZC-8型绝缘电阻表测量接地电阻时,电压极越靠近接地极,所测得的接地电阻值越小。 20、风力超过5级时,禁止砍剪高出或接近导线的树木。 21、对不合格或应报废的机具应及时清理,不准与合格的混放。 22、绝缘架空地线应视为带电体,作业人员与架空地线之间的安全距离不应小于0.4米。 23、安全带的试验周期是每年一次。 24、已终结的工作票、事故应急抢修单、工作任务单应保存一年。 25、架空线路两个相邻杆塔之间的水平距离称为档距。 26、拉线与电杆的夹角一般是45°,如果受地形限制可适当缩小,但不应小于30°。 27、接续管、修补管与悬垂线夹的距离不应小于15米。 28、在一档距内每根导线和避雷线最多只允许一个压接管和三个补修管。 29、运行中的绝缘子串,分布电压最高的一片绝缘子是靠近导线的第一片。 30、中性点直接接地的电力网中,长度超过100km的送电线路都要换位。 31、在杆塔或横担接地通道良好的条件下,个人保安线接地端允许接在杆塔或横担上。

数据库期末考试复习题(附答案)

数据库期末考试复习题(附答案) 数据库系统概论 2011年期末考试复习题 一、选择题 ? 第(1)至(3)题基于以下的叙述:有关系模式A(C,T,H,R,S),基中各属性的含义是: ? C:课程T:教员H:上课时间R:教室S:学生 ? 根据语义有如下函数依赖集:? F={C→T,(H,R)→C,(H,T)→R,(H,S)→R} ? 1、关系模式A的码是(D) ? A. C B. (H,R)C.(H,T)D.H,S) ? 2、关系模式A的规范化程度最高达到(B) ? A. 1NF B. 2NF C. 3NFD. BCNF ? 3、现将关系模式A分解为两个关系模式A1(C,T),A2(H,R,S),则其中A1的规范化程度达到(D) ? A. 1NF B. 2NF C. 3NF D. BCNF ? 4.设有关系R(A,B,C)和S(C,D)。与SQL语句? select A,B,D from R,S where R.C=S.C ? 等价的关系代数表达式是(B) ? A. σR.C=S.C(πA,B,D(R×S)) ? B. πA,B,D(σR,C= S.C (R×S)) ? C. σR.C=S.C((πA,B R)×(πDS)) ? D. σR,C=S.C(πD((πA,BR)×S) ? 5、设关系R和关系S的元数分别是3和4,关系T是R与S的广义笛卡尔积,即:T=R×S,则关系T的元数是(C) ? A. 7 B. 9 C. 12 D. 16 ? 6、数据库设计阶段分为(B) ? A. 物理设计阶段、逻辑设计阶段、编程和调试阶段 ? B. 概念设计阶段、逻辑设计阶段、物理设计阶段、实施和调试阶段 ? C. 方案设计阶段、总体设计阶段、个别设计和编程阶段 ? D. 模型设计阶段、程序设计阶段和运行阶段 ? 7、设U是所有属性的集合,X、Y、Z都是U的子集,且Z=U-X-Y。下面关于多值依赖的叙述中,不正确的是(C) ? A. 若X→→Y,则X→→Z B. 若X→Y,则X→→Y ? C. 若X→→Y,且Y′?Y,则X→→Y′ D. 若Z=Φ,则X→→Y ? 8、查询优化策略中,正确的策略是(D) A.尽可能早地执行笛卡尔积操作B.尽可能早地执行并操作 C.尽可能早地执行差操作D.尽可能早地执行选择操作 ? 9、语句delete from sc 表明(A) A. 删除sc中的全部记录 B. 删除基本表sc? C. 删除基本表sc中的列数据 D. 删除基本表sc中的部分行 ? 10、在DB应用中,一般一条SQL 语句可产生或处理一组记录,而DB主语言语句一般一次只能处理一条记录,其协调可通过哪种技术实现(B) ? A. 指针 B. 游标 C. 数组 D. 栈 11、五种基本关系代数运算是( A ) ? A. ∪,-,×,π和σ B. ∪,-,?,π和σ

数据库系统概论各章复习试题及答案

数据库系统概论复习资料: 第一章: 一、选择题: 1.在数据管理技术的发展过程中,经历了人工管理阶段、文件系统阶段和数据库系统阶段。在这几个阶段中,数据独立性最高的是 A 阶段。 A.数据库系统 B.文件系统 C.人工管理 D.数据项管理 2.数据库的概念模型独立于 A 。 A.具体的机器和DBMS B.E-R图 C.信息世界 D.现实世界 3.数据库的基本特点是 B 。 A.(1)数据可以共享(或数据结构化) (2)数据独立性 (3)数据冗余大,易移植 (4)统一管理和控制 B.(1)数据可以共享(或数据结构化) (2)数据独立性 (3)数据冗余小,易扩充 (4)统一管理和控制 C.(1)数据可以共享(或数据结构化) (2)数据互换性 (3)数据冗余小,易扩充 (4)统一管理和控制 D.(1)数据非结构化 (2)数据独立性 (3)数据冗余小,易扩充 (4)统一管理和控制 4. B 是存储在计算机内有结构的数据的集合。 A.数据库系统B.数据库 C.数据库管理系统 D.数据结构 5.数据库中存储的是 C 。 A.数据 B.数据模型C.数据以及数据之间的联系 D.信息 6. 数据库中,数据的物理独立性是指 C 。 A.数据库与数据库管理系统的相互独立 B.用户程序与DBMS的相互独立 C.用户的应用程序与存储在磁盘上数据库中的数据是相互独立的 D.应用程序与数据库中数据的逻辑结构相互独立 7. 数据库的特点之一是数据的共享,严格地讲,这里的数据共享是指 D 。 A.同一个应用中的多个程序共享一个数据集合 B.多个用户、同一种语言共享数据 C.多个用户共享一个数据文件 D.多种应用、多种语言、多个用户相互覆盖地使用数据集合 8.数据库系统的核心是 B 。 A.数据库 B.数据库管理系统 C.数据模型 D.软件工具 9. 下述关于数据库系统的正确叙述是 A 。 A.数据库系统减少了数据冗余 B.数据库系统避免了一切冗余 C.数据库系统中数据的一致性是指数据类型一致 D.数据库系统比文件系统能管理更多的数据 10. 数将数据库的结构划分成多个层次,是为了提高数据库的①和②。 ①A.数据独立性 B.逻辑独立性 C.管理规范性 D.数据的共享 ②A.数据独立性 B.物理独立性 C.逻辑独立性 D.管理规范性 【答案:】①B ②B 11. 数据库(DB)、数据库系统(DBS)和数据库管理系统(DBMS)三者之间的关系是 A 。 A.DBS包括DB和DBMS B.DDMS包括DB和DBS C.DB包括DBS和DBMS D.DBS就是DB,也就是DBMS

机械制图填空题题库

填空题 一.制图基础知识 4.比例是指图中图形与其实物相应要素的线性尺寸 之比。图样上标注的尺寸应是机件的实际尺寸,与所采用的比例无关。 5.常用比例有原值比例、缩小比例和放大比例三种;比例1:2是指实物的尺寸是图形尺寸的2倍,属于缩小比例;比例2:1是指是的2倍,属于放大比例。 6.图时应尽量采用原值比例,需要时也可采用缩小或方法的比例。 无论采用何种比例,图样中所注的尺寸,均为机件的实际。 7.图样中书写的汉字、数字和字母,必须做到, 汉字应用长仿宋体书写,数字和字母应书写为 A体或 B 体。 8.字号指字体的字体的高度,图样中常用字号有 5,7,10 号四种。 9.常用图线的种类有粗实线,细实线,波浪线,双折线,虚线,粗点画线,细点画线,双点画线等八种。 10.图样中,机件的可见轮廓线用粗实线画出,不可见轮廓线用虚线画出,尺寸线和尺寸界线用细实线画出,对称中心线和轴线用细点画线画出。虚 线、细实线和细点划线的图线宽度约为粗实线的一半。 11.图样上的尺寸是零件的实际尺寸,尺寸以毫米为单位时,不需标注代号或名称。 12.标注尺寸的四要素是尺寸界线、尺寸线、尺寸数字、。 13.尺寸标注中的符号:R表示小于等于半圆的半径,φ表示圆和大于半圆的直径,Sφ表示球的直径,t表示厚度,C表示45°倒角。 14.标注水平尺寸时,尺寸数字的字头方向应向上;标注垂直尺寸时,尺寸数字的字头方向应向左。角度的尺寸数字一律按水平位置书 写。当任何图线穿过尺寸数字时都必须将图线断开。 15.斜度是指一直线对另一直线或平面的倾斜程度,用符号∠表示,标注时符 号的倾斜方向应与所标斜度的倾斜方向。 16.锥度是指正圆锥的底圆直径与高度的比,锥度用符号表示,标注时符号的锥度方向应与所标锥度方向一致。 17.符号“∠1:10”表示两直线的斜度大小1:10,符号“1:5”表示锥度大小为1:5 。

数据库期末考试填空题及答案

1 、数据库数据具有__________、__________与__________三个基本特点。 2、数据库管理系统就是数据库系统得一个重要组成部分,它得功能包括__________、__________、__________、__________。 3、数据库系统就是指在计算机系统中引入数据库后得系统,一般由__________、__________、__________与__________构成. 4、数据库管理技术得发展就是与计算机技术及其应用得发展联系在一起得,它经历了三个阶段:__________阶段,__________阶段与__________阶段。 5、数据库具有数据结构化、最小得__________、较高得__________等特点。 6、DBMS还必须提供__________保护、__________检查、__________、__________等数据控制功能。 7、模式(Schema)就是数据库中全体数据得__________与__________得描述,它仅仅涉及到__________得描述,不涉及到具体得值。 8、三级模式之间得两层映象保证了数据库系统中得数据能够具有较高得__________与__________。 9、根据模型应用得不同目得,可以将这些模型划分为两类,它们分别属于两个不同得层次。第一类就是__________,第二类就是__________。 10、数据模型得三要素就是指__________,__________,__________。实际数据库系统中所支持得主要数据模型就是__________,__________,__________。 11、数据模型中得__________就是对数据系统得静态特征描述,包括数据结构与数据间联系得描述,__________就是对数据库系统得动态特征描述,就是一组定义在数据上得操作,包括操作得涵义、操作符、运算规则及其语言等. 12、用树型结构表示实体类型及实体间联系得数据模型称为__________模型,上一层得父结点与下一层得子结点之间得联系就是得联系。 13、用有向图结构表示实体类型及实体间联系得数据模型称为__________模型,数据之间得联系通常通过__________实现。 14、关系得完整性约束条件包括三大类:__________、__________与__________。 15、关系数据模型中,二维表得列称为________,二维表得行称为________. 16、用户选作元组标识得一个候选码为________,其属性不能取________. 17、关系代数运算中,传统得集合运算有_____,_____,_____,_____。 18、关系代数运算中,基本得运算就是________,________,________,________,________. (问答题) 19、关系代数运算中,专门得关系运算有________,________,________。 20、关系数据库中基于数学上得两类运算就是________与________。 21、关系代数中,从两个关系中找出相同元组得运算称为________运算。 22、RS表示R与S得________。 23、设有学生关系:S(XH,XM,XB,NL,DP)。在这个关系中,XH表示学号,XM 表示姓名,XB表示性别,NL表示年龄,DP表示系部.查询学生姓名与所在系得投影操作得关系运算式就是________________。

数据库试题(概念类简答和填空)

1、简述数据库的主要特征。 (1)数据结构化;(2)高度共享、低冗余;(3)数据独立性;(4)统一管理与控制,如安全性、完整性、故障恢复、并发控制等。 2、什么是数据独立?数据库系统提供了哪些级别的数据独立? 数据独立性是指应用程序和数据之间相互独立、不受影响,即数据结构的修改不引起应用程序的修改。数据独立性包括物理数据独立性和逻辑数据独立性。 3、简述DBMS提供哪几个方面数据保护功能? 数据完整性约束、数据安全性控制、并发控制、数据库恢复 ★4、数据库设计分成哪几个阶段? 需求分析、概念结构设计、逻辑结构设计、物理结构设计、数据库实施、数据库运行与维护 5、试述数据库三级模式和二级映象功能与数据独立性的关系。 三级模式 外模式:是模式的子集,正对用户所使用的局部数据的逻辑结构和特征的描述。 模式:对数据库中全体数据的逻辑结构和特征的描述。 内模式:是对数据物理结构和存储方式的描述。 二级映像 模式/外模式,保证了数据与程序的逻辑独立性。 模式/内模式,保证了数据与程序的物理独立性。 6、DBA的职责 数据库概念设计,逻辑和物理设计,定义安全和约束,数据库运行和监督,数据库维护7、DBMS的主要功能 数据定义 数据操纵 数据库运行管理:数据完整性约束、数据安全性控制,并发控制,数据库恢复(DBMS 提供的数据保护功能) 数据库建立和维护 8、关系数据库的特点 优点:(1)建立在严格数学基础上;(2)概念单一,简单易懂;(3)存取路径对用户透明; 缺点:由于存取路径对用户透明,所以存取速度没有非关系数据库快 ★9、DBMS的存取机制 自主存取控制:用户对于不同的数据库对象有不同的存取权限,不同用户对同一数据库对象的权限也不一样,用户还可以将自己的权限转授给其他用户 强制存取控制:数据库对象有不同的密级,用户被授予某一级别的许可证。对于任意一个数据库对象,只有拥有合法许可证才可以存取 ★10、简述数据、数据库、数据库管理系统和数据库系统 数据:描述事物的符号 数据库:长期存在于计算机上的,有组织的,可共享的大量数据的集合 数据库管理系统:科学的组织和存储数据,高效的获取和维护数据的软件系统 数据库系统:有数据库、数据库管理系统、应用程序和数据库管理员组成的存储、管理、处理和维护数据的系统 11、什么是数据库的完整性约束条件 完整性约束条件是指数据需要遵循的语义约束条件

相关文档