(41) 在FOXPRO 中,若顯示當前記錄內(nèi)容的命令是( )。
A)LIST B)DISPLAY C)LIST RECORD 1 D)?RECNO()
(42) STD總線,ISA總線和Multibus 總線都屬于( )
A)局部總線 B)系統(tǒng)總線 C)外部總線 D)通信總線
(43) 在現(xiàn)行PC 機中采用DMA 方式高速傳輸數(shù)據(jù)時,數(shù)據(jù)傳送是( )。
A) 在總線控制器發(fā)出的控制信號控制下完成的
B) 在DMA 控制器本身發(fā)出的控制信號控制下完成的
C) 由CPU 執(zhí)行的程序完成的
D) 由CPU 響應硬中斷處理完成的
(44) 下面的哪個計算機屬于字并行,位并行計算機?( )。
A)STARAN B)DAP C)MPP D)PEPE
(45) 為預測科學與工程計算環(huán)境的相對性能而廣泛使用的基準程序是( )。
A)復合基準程序 B)LINPACK 基準程序
C)Whetstone 基準程序 D)Dhrystone 基準程序
(46) 具有流水線結(jié)構(gòu)的CPU,一般情況下指令的執(zhí)行時間主要取決于( )。
A)指令執(zhí)行的步驟 B)CPU 有無等待狀態(tài)
C)CPU 的時鐘周期 D)CPU 內(nèi)的Cache 存儲器的大小
(47) 下面的哪個不是RISC 技術的特點?( )。
A) 簡化指令格式,盡量使指令具有相同的長度,并簡化尋址方式
B) 采用單周期指令,大部分指令只用一個機器周期即可完成
C) 硬線控制邏輯
D) 芯片生產(chǎn)成本提高而成品率降低
(48) 根據(jù)操作數(shù)在CPU 中的暫存機制可以對它分類,PDP-8屬于( )。
A)堆棧型 B)累加器型
C)寄存器型 D)通用寄存器與累加器混合型
(49) 目前計算機網(wǎng)絡的通信子網(wǎng)中所采用的傳輸技術可以有兩類,即點一點方式與( )。
A) 模擬方式 B) 廣播方式 C) 數(shù)字方式 D) 軟件方式 ;
(50) 當PCM 用于數(shù)字化語音系統(tǒng)時,它將聲音分為128 個量化級, 若采樣速率為7000 樣
本/秒,則數(shù)據(jù)傳輸速率應該達到( )。
A) 2880bps B) 56Kbps C) 49Kbps D) 1200bps
(51) OSI模型的三個主要概念是( )。
A) 服務、接口、層 B) 接口、層、應用
C) 服務、接口、協(xié)議 D) 網(wǎng)絡、應用、協(xié)議
(52) 隨著光纖技術、多媒體技術、高分辨率動態(tài)圖像與文件傳輸技術的發(fā)展,CCITT 提出
將語音、數(shù)據(jù)、靜態(tài)與動態(tài)圖像等所有服務綜合于一個網(wǎng)中傳輸?shù)耐ㄐ啪W(wǎng),這種通信
網(wǎng)絡就是( )。
A) B-ISDN B) N-ISDN C) MAN D) LAN
(53) 具有分時系統(tǒng)文件管理的全部功能,提供網(wǎng)絡用戶訪問文件、目錄的并發(fā)控制與安全
保密功能的局域網(wǎng)服務器叫做( )。
A) BBS 服務器 B) WWW 服務器
C) FS 服務器 D) TELENT 服務器
(54) 在網(wǎng)絡層實現(xiàn)多個局域網(wǎng)互連的設備是( )。
A) 中繼器 B) 網(wǎng)橋 C) 網(wǎng)關 D) 路由器
(55) 異步傳輸模式ATM 中的每個信元的長度是( )。
A) 37 字節(jié) B) 39 字節(jié) C) 41 字節(jié) D) 43 字節(jié)
(56) Give the logical variables X=0,Y=1, The value of X∧Y(logical multiply) is
( )。
A) 1 B) 2 C) 10 D) 0
(57) The Instruction Register (IR) is normally used to point out( )。
A) The address of next execution instruction
B) The address of last execution instruction
C) The current execution instruction
D) None of above
(58) When the adjacency matrix method is used to store a graph, which of the
statements is (are) true? ( )。
A) None B)I only C)II only D)I and II
Questions 59-60are based on the following information,
A hash table with hash function
H1 (k)=k mod 13
Is shown below.
0 1 2 3 4 5 6 7 8 9 10 11 12
35
33
48
25
Collision is rsolved using the hash function H2 (k)=(k mod 11)+1
(59)How many key comparisons occur in searching for key 35 in the given hash table?
( )。
A)0 B)1 C)2 D)3
(60)If a new key 67 is inserted into the given hash table, what will be its address?
( )。
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={<1,2>,<1,3>,<1,4>,<1,5>}
B) R={<1,1>,<2,2>,<3,3>,<4,4>,<5,5>}
C) R={<2,1>,<4,1>,<2,2>,<1,3>,<3,2>,<1,4>,<4,4>,<5,4>}
D) R={<1,2>;,<3,1}>,<1,4>,<2,2>,<2,3>,<4,1>,<4,4>,<4,5>}
(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) 。
基本表是實際存儲在數(shù)據(jù)庫中的表,而視圖則不是實際存儲在數(shù)據(jù)庫中的表。試
回答以下有關視圖問題:
1、SQL 語言中如何理解視圖的基本概念?
2、SQL 語言中定義和刪除視圖的基本命令?
3、SQL 語言中使用視圖的優(yōu)點?
論述題2
描述程序處理過程的工具稱為詳細設計工具, 這些工具應該能支持對詳細設計無
二義性的描述,其中包括控制流程、處理功能、數(shù)據(jù)組織以及其它方面的實現(xiàn)
細節(jié),從而在編碼階段就能把所描述的詳細處理過程直接翻譯成程序代碼;
答下列問題:
1. 程序流程圖的缺點
2. 盒圖的優(yōu)點
3. PAD 圖的優(yōu)點
論述題3
進程管理是操作系統(tǒng)的核心, 它的可靠性和安全性直接影響到計算機系統(tǒng)的可用
性。在進程管理設計中, 由于設計不妥, 會出現(xiàn)與系統(tǒng)安全有關的問題, 請解釋
死鎖的概念?死鎖產(chǎn)生的原因以及如何解除和預防死鎖?
論述題4 IEEE 802 系列標準是LAN 的國際標準系列。依據(jù)IEEE802 標準, 討論以下問題:
(1) 在IEEE802 系列標準中,LAN 參考模型對應OSI 參考模型的數(shù)據(jù)鏈路層和物理
層,它將數(shù)據(jù)鏈路層劃分為哪兩個子層?
(2) 在IEEE802 系列標準中,哪一個標準描述邏輯鏈路子層的功能、特性和協(xié)議?
(3) IEEE802.3 標準定義了CSMA/CD 總線介質(zhì)訪問控制方法,CSMA/CD 基本工作原
理?
(4) IEEE802.6 標準定義的內(nèi)容?(試題完,答案請翻頁查看)