(41) 在FOXPRO 中,若顯示當(dāng)前記錄內(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 機(jī)中采用DMA 方式高速傳輸數(shù)據(jù)時(shí),數(shù)據(jù)傳送是( )。
A) 在總線控制器發(fā)出的控制信號(hào)控制下完成的
B) 在DMA 控制器本身發(fā)出的控制信號(hào)控制下完成的
C) 由CPU 執(zhí)行的程序完成的
D) 由CPU 響應(yīng)硬中斷處理完成的
(44) 下面的哪個(gè)計(jì)算機(jī)屬于字并行,位并行計(jì)算機(jī)?( )。
A)STARAN B)DAP C)MPP D)PEPE
(45) 為預(yù)測科學(xué)與工程計(jì)算環(huán)境的相對性能而廣泛使用的基準(zhǔn)程序是( )。
A)復(fù)合基準(zhǔn)程序 B)LINPACK 基準(zhǔn)程序
C)Whetstone 基準(zhǔn)程序 D)Dhrystone 基準(zhǔn)程序
(46) 具有流水線結(jié)構(gòu)的CPU,一般情況下指令的執(zhí)行時(shí)間主要取決于( )。
A)指令執(zhí)行的步驟 B)CPU 有無等待狀態(tài)
C)CPU 的時(shí)鐘周期 D)CPU 內(nèi)的Cache 存儲(chǔ)器的大小
(47) 下面的哪個(gè)不是RISC 技術(shù)的特點(diǎn)?( )。
A) 簡化指令格式,盡量使指令具有相同的長度,并簡化尋址方式
B) 采用單周期指令,大部分指令只用一個(gè)機(jī)器周期即可完成
C) 硬線控制邏輯
D) 芯片生產(chǎn)成本提高而成品率降低
(48) 根據(jù)操作數(shù)在CPU 中的暫存機(jī)制可以對它分類,PDP-8屬于( )。
A)堆棧型 B)累加器型
C)寄存器型 D)通用寄存器與累加器混合型
(49) 目前計(jì)算機(jī)網(wǎng)絡(luò)的通信子網(wǎng)中所采用的傳輸技術(shù)可以有兩類,即點(diǎn)一點(diǎn)方式與( )。
A) 模擬方式 B) 廣播方式 C) 數(shù)字方式 D) 軟件方式 ;
(50) 當(dāng)PCM 用于數(shù)字化語音系統(tǒng)時(shí),它將聲音分為128 個(gè)量化級(jí), 若采樣速率為7000 樣
本/秒,則數(shù)據(jù)傳輸速率應(yīng)該達(dá)到( )。
A) 2880bps B) 56Kbps C) 49Kbps D) 1200bps
(51) OSI模型的三個(gè)主要概念是( )。
A) 服務(wù)、接口、層 B) 接口、層、應(yīng)用
C) 服務(wù)、接口、協(xié)議 D) 網(wǎng)絡(luò)、應(yīng)用、協(xié)議
(52) 隨著光纖技術(shù)、多媒體技術(shù)、高分辨率動(dòng)態(tài)圖像與文件傳輸技術(shù)的發(fā)展,CCITT 提出
將語音、數(shù)據(jù)、靜態(tài)與動(dòng)態(tài)圖像等所有服務(wù)綜合于一個(gè)網(wǎng)中傳輸?shù)耐ㄐ啪W(wǎng),這種通信
網(wǎng)絡(luò)就是( )。
A) B-ISDN B) N-ISDN C) MAN D) LAN
(53) 具有分時(shí)系統(tǒng)文件管理的全部功能,提供網(wǎng)絡(luò)用戶訪問文件、目錄的并發(fā)控制與安全
保密功能的局域網(wǎng)服務(wù)器叫做( )。
A) BBS 服務(wù)器 B) WWW 服務(wù)器
C) FS 服務(wù)器 D) TELENT 服務(wù)器
(54) 在網(wǎng)絡(luò)層實(shí)現(xiàn)多個(gè)局域網(wǎng)互連的設(shè)備是( )。
A) 中繼器 B) 網(wǎng)橋 C) 網(wǎng)關(guān) D) 路由器
(55) 異步傳輸模式ATM 中的每個(gè)信元的長度是( )。
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 語言中,一個(gè)表或者是一個(gè)基本表(basetable), 或者是一個(gè)視圖(view) 。
基本表是實(shí)際存儲(chǔ)在數(shù)據(jù)庫中的表,而視圖則不是實(shí)際存儲(chǔ)在數(shù)據(jù)庫中的表。試
回答以下有關(guān)視圖問題:
1、SQL 語言中如何理解視圖的基本概念?
2、SQL 語言中定義和刪除視圖的基本命令?
3、SQL 語言中使用視圖的優(yōu)點(diǎn)?
論述題2
描述程序處理過程的工具稱為詳細(xì)設(shè)計(jì)工具, 這些工具應(yīng)該能支持對詳細(xì)設(shè)計(jì)無
二義性的描述,其中包括控制流程、處理功能、數(shù)據(jù)組織以及其它方面的實(shí)現(xiàn)
細(xì)節(jié),從而在編碼階段就能把所描述的詳細(xì)處理過程直接翻譯成程序代碼;
答下列問題:
1. 程序流程圖的缺點(diǎn)
2. 盒圖的優(yōu)點(diǎn)
3. PAD 圖的優(yōu)點(diǎn)
論述題3
進(jìn)程管理是操作系統(tǒng)的核心, 它的可靠性和安全性直接影響到計(jì)算機(jī)系統(tǒng)的可用
性。在進(jìn)程管理設(shè)計(jì)中, 由于設(shè)計(jì)不妥, 會(huì)出現(xiàn)與系統(tǒng)安全有關(guān)的問題, 請解釋
死鎖的概念?死鎖產(chǎn)生的原因以及如何解除和預(yù)防死鎖?
論述題4 IEEE 802 系列標(biāo)準(zhǔn)是LAN 的國際標(biāo)準(zhǔn)系列。依據(jù)IEEE802 標(biāo)準(zhǔn), 討論以下問題:
(1) 在IEEE802 系列標(biāo)準(zhǔn)中,LAN 參考模型對應(yīng)OSI 參考模型的數(shù)據(jù)鏈路層和物理
層,它將數(shù)據(jù)鏈路層劃分為哪兩個(gè)子層?
(2) 在IEEE802 系列標(biāo)準(zhǔn)中,哪一個(gè)標(biāo)準(zhǔn)描述邏輯鏈路子層的功能、特性和協(xié)議?
(3) IEEE802.3 標(biāo)準(zhǔn)定義了CSMA/CD 總線介質(zhì)訪問控制方法,CSMA/CD 基本工作原
理?
(4) IEEE802.6 標(biāo)準(zhǔn)定義的內(nèi)容?(試題完,答案請翻頁查看)