( )。
A)3 B)4 C)5 D)6
(61)What is the contrapositive of the relation represented in the exhibit shown
below? ( )。
4
2
1
35
A) R={%26lt;1,2%26gt;,%26lt;1,3%26gt;,%26lt;1,4%26gt;,%26lt;1,5%26gt;}
B) R={%26lt;1,1%26gt;,%26lt;2,2%26gt;,%26lt;3,3%26gt;,%26lt;4,4%26gt;,%26lt;5,5%26gt;}
C) R={%26lt;2,1%26gt;,%26lt;4,1%26gt;,%26lt;2,2%26gt;,%26lt;1,3%26gt;,%26lt;3,2%26gt;,%26lt;1,4%26gt;,%26lt;4,4%26gt;,%26lt;5,4%26gt;}
D) R={%26lt;1,2%26gt;;,%26lt;3,1}%26gt;,%26lt;1,4%26gt;,%26l
t;2,2%26gt;,%26lt;2,3%26gt;,%26lt;4,1%26gt;,%26lt;4,4%26gt;,%26lt;4,5%26gt;}
(62)Which function is NOT served by building a prototype? ( )。
A) It takes the place of the final system.
B) It assists in gathering software requirements.
C) It assists in estimating the cost of the project.
D) It is used as the foundation of the larger projects.
(63)Which of the following statements about testing software with data is (are)
true? ( )。
I. The primary purpose of such testing is to find errors.
II.Such testing can demonstrate the existence of errors but cannot
demonstrate the absence of errors.
A) Neither B) Ⅰ only C) Ⅱ only D) Ⅰ and Ⅱ
(64)Inthefollowing statements about functional dependency, whichone isincorrect?
( )。
A) If X'X, then X→X'.
B) If X→Y and Y'Y, then X→Y'.
C) If X→Y and X'X, then X'→Y.
D) If X→Y and Y→Z, then X→Z.
(65)Which function is used to lock a file in FoxPro DBMS? ( )。
A) FLOCK( ) B) RLOCK( ) C) LOCK( ) D)LOCK
(66)Which is NOT a characteristic of an RISC processor? ( )。
A) a high clock speed
B) a highly optimized pipeline
C) a few general-purpose registers
D) a limited amount of small instructions
(67) Local bus can reduce the occupation time of CPU. For the EISA local bus,
commonly the time can be reduced to( )。
A) 42% B) 22% C) 12% D) 2%
(68)In the modulation style of PSK ,if a kind of Modem's modulation rate is
3200baud and it's phase is 8 , what is the data transfer rate of this kind
of Modem ? ( )。
A) 14.4kbps B) 28.8kbps C) 9600bps D) 3200bps
(69)Which routing select algorithm is described below ? ( )。
According to a kind of fix regulation , the select algorithm of route works
and has nothing to do with the network information newly.( )。
A) Static Routing Algorithm B) Dynamic Routing Algorithm
C) Centralized Routing Algorithm D) Distributed Routing Algorithm
(70)About the following IP addresses ,Which is incorrect ? ( )。
A) 201.199.255.11 B) 201.198.132.1
C) 201.199.128.6 D) 201.198.134.257
二、论述题
论述题1
在SQL 语言中,一个表或者是一个基本表(basetable), 或者是一个视图(view) 。
基本表是实际存储在数据库中的表,而视图则不是实际存储在数据库中的表。试