全國(guó)計(jì)算機(jī)等級(jí)考試四級(jí)筆試試題二下.doc
《全國(guó)計(jì)算機(jī)等級(jí)考試四級(jí)筆試試題二下.doc》由會(huì)員分享,可在線閱讀,更多相關(guān)《全國(guó)計(jì)算機(jī)等級(jí)考試四級(jí)筆試試題二下.doc(5頁珍藏版)》請(qǐng)?jiān)谘b配圖網(wǎng)上搜索。
全國(guó)計(jì)算機(jī)等級(jí)考試四級(jí)筆試試題二(下)(46) 高速并行結(jié)構(gòu)的種類很多。在下述結(jié)構(gòu)中,硬件效率最低而軟件需求量最多的是_。A) 專用多功能單元 B) 陣列處理機(jī)C) 數(shù)據(jù)流計(jì)算機(jī) D) 多處理機(jī)系統(tǒng) (47) 通道實(shí)質(zhì)上是主存與I/O設(shè)備之間的DMA接口在邏輯上的延伸。適合連接多臺(tái)低速設(shè)備的通道是_。A) 字節(jié)多路通道 B) 選擇通道 C) 數(shù)組多路通道 D) 塊多路通道 (48) 計(jì)算機(jī)A比計(jì)算機(jī)B的吞吐率大30%,表示單位時(shí)間內(nèi),A完成的任務(wù)數(shù)是B的_。A)0.3倍 B) 1.3倍 C) 3倍 D) 30倍(49) 確定網(wǎng)絡(luò)拓?fù)湫褪蔷W(wǎng)絡(luò)系統(tǒng)設(shè)計(jì)的重要內(nèi)容之一。網(wǎng)絡(luò)拓?fù)鋵?duì)網(wǎng)絡(luò)系統(tǒng)的影響主要表現(xiàn)在哪幾個(gè)方面?_。網(wǎng)絡(luò)性能 系統(tǒng)可靠性 網(wǎng)絡(luò)體系結(jié)構(gòu) 通信費(fèi)用A) 和 B) 、和 C) 、和 D) 全部(50) 下列哪個(gè)(些)說法是錯(cuò)誤的?_。IP協(xié)議提供的是面向連接的可靠服務(wù) TCP協(xié)議提供的是無連接不可靠服務(wù)UDP協(xié)議提供的面向連接的可靠服務(wù) IP協(xié)議提供的是無連接不可靠服務(wù)A) 全部 B)和 C) 、和 D) 、和(51) 城域網(wǎng)設(shè)計(jì)的目標(biāo)是要滿足幾十千米范圍內(nèi)的大量企業(yè)、機(jī)關(guān)、公司的多個(gè)局域網(wǎng)互連的需求,以實(shí)現(xiàn)大量用戶之間的多種信息傳輸?shù)墓δ?,這些信息的類型主要是文字、語音、圖形與_。A) 視頻 B) 數(shù)據(jù) C) 路由信息 D) 控制信息(52) 在數(shù)據(jù)通信技術(shù)中,利用數(shù)字通信信道直接傳輸數(shù)字?jǐn)?shù)據(jù)信號(hào)的方法是_。A) 頻帶傳輸 B) 基帶傳輸 C) 寬帶傳輸 D) IP傳輸(53) 網(wǎng)絡(luò)操作系統(tǒng)的基本 任務(wù):是屏蔽本地資源與網(wǎng)絡(luò)資源的差異性,為用戶提供_。.各種基本網(wǎng)絡(luò)服務(wù)功能 .網(wǎng)絡(luò)共享系統(tǒng)資源的管理 .網(wǎng)費(fèi)計(jì)算 .網(wǎng)絡(luò)系統(tǒng)的安全性服務(wù)A) 和 B) 、和 C) 、和 D) 全部(54) 源路選網(wǎng)橋由發(fā)送幀的源結(jié)點(diǎn)負(fù)責(zé)路由選擇。源結(jié)點(diǎn)在發(fā)送幀時(shí)需要將詳細(xì)的路由信息放在_。A) 網(wǎng)絡(luò)層地址 B) 幀的校驗(yàn)字段 C) IP地址 D) 幀的首部(55) 一臺(tái)Internet主機(jī)至少有一個(gè)IP地址,而這個(gè)IP地址是全網(wǎng)唯一的。如果一臺(tái)Internet主機(jī)有兩個(gè)或多個(gè)IP地址,則該主機(jī)屬于兩個(gè)或多個(gè)_。A) 邏輯網(wǎng)絡(luò) B) 瀏覽器/服務(wù)器結(jié)構(gòu) C) 通信子網(wǎng) D) 操作系統(tǒng)(56) In a computer,if a logical left shift of the operand occurs,its lowest bit is_A) 1 B) unchanged C) 0 D) random(57) The CPU is composed of two components,which are_)arithmetic logic unit and controller )memory and controller )arithmetic logic unit and memory )controller and storageItems 58 and 59 are based one the following hash table.Hash function is: h(key) = key mod 13Collisions are solved by using open addressing, linear probing.(58) Load factor of the hash table is approximately_A) 0.28 B) 0.35 C) 0.54 D) 0.71(59) How many key comparisons are needed in searching for key value 38?_A) 1 B) 2 C) 3 D) 4(60) Which of the following operations belongs to message passing?_A) rea d and write B) save and receiveC) wait and signal D) P and V(61) If file A has the capability of 724,the same groups users of file A may do_A) read A only B) write A C) execute A D) non-operation(62) In which phase of the software engineering process is the Software Requirements Specification developed?_A) definition phase B) engineering C) maintenance D) development phase(63) The prototyping method is a dynamic design process,which requires people who use prototyping method to have the following capability of_A) proficient program expertise B) immediately acquire requirementC) coordinate & organize eloquently D) handle tools smartly(64) For relation R where primary key contains multiple attributes,no non-key attribute should be functionally dependent on a part of the primary key. This relation R is at least in_A) 1NF B) 2NF C) 3NF D) BCNF(65) Which of the following statements about object oriented databse is not correct?_A) Each object has a unique object identity in the system.B) Encapsulation and inheritance are two important features of object oriented database.C) A subclass can inherit the attributes and methods of all its superclasses.D) A subclass includes the attributes and methods of all its subclasses.(66) Local bus can increase the data throughput. The bus that is most frequently used is_A) VESA B) EISA C) MCA D) PCI(67) Most frequently used algorithm f or page replacement is_A) LRU B) FIFO C) OPT D) PPT (68) The following three concepts are essential to the OSI model:service,interface and_A) networks B) applicationsC) protocols D) layers(69) LANs can be connected by using bridges,which operate in the_A) physical layer B) data link layer C) network layer D) transport layer(70) TCP service is obtained by having both the sender and the receiver create end points,which are called_A) network address B)supernet addressC) socket D) IP address 二、論述題(四個(gè)論述題可任選其一,并只選其一,多選無效,滿分30分。)論述題的答題必須用藍(lán)、黑色鋼筆或圓珠筆寫在論述題答題紙的相應(yīng)位置上,否則無效。論述題1目前,大多數(shù)計(jì)算機(jī)系統(tǒng)都支持虛擬頁式地址轉(zhuǎn)換機(jī)制。試回答下列問題:1、頁式存儲(chǔ)管理方案中,用戶地址空間怎樣劃分??jī)?nèi)存地址空間怎樣劃分??jī)?nèi)存分配過程是怎樣的?(10分)2、頁表應(yīng)設(shè)計(jì)哪些數(shù)據(jù)項(xiàng),每個(gè)數(shù)據(jù)項(xiàng)的作用是什么?(10分)3、頁式存儲(chǔ)管理方案中,地址映射機(jī)制需要哪些寄存器的支持?為了加快地址映射速度,需要采取什么措施?該措施的作用是什么?(10分)論述題2軟件維護(hù)是軟件生命周期的重要組成,而影響維護(hù)的因素較多,除了人員因素、技術(shù)因素和管理因素外,還有程序自身的因素,具體影響因素可歸納為:1)軟件系統(tǒng)的規(guī)模;2)軟件系統(tǒng)的年齡;3)軟件系統(tǒng)的結(jié)構(gòu)。試回答以下問題:1、給出上述三項(xiàng)因素的解釋,闡述“規(guī)?!?、“年齡”和“結(jié)構(gòu)”的具體含義。(10分)2、扼要分析影響維護(hù)工作量的因素,即分析可能增加工作量的因素和可能減少維護(hù)工作量的因素。(10分) 3、簡(jiǎn)單敘述軟件可維護(hù)性度量的含義。(10分) 論述題3為學(xué)校中學(xué)生選課管理這個(gè)現(xiàn)實(shí)問題進(jìn)行數(shù)據(jù)庫模式設(shè)計(jì)。根據(jù)調(diào)查分析,確定它的屬性集合為:U=S #,C#,SNAME,CNAME,TEACHER,GRADE,SD下面給出兩種確定的模式設(shè)計(jì)方案:方案一:只有一個(gè)關(guān)系模式:R(S#,C#,SNAME,CNAME,TEACHER,GRADE,SD)方案二:如果根據(jù)屬性之間存在的聯(lián)系或相關(guān)性,建立如下三個(gè)關(guān)系:S(S#,SNAME,SD),C(C#,CNAME,TEACHER),SC(S#,C#,GRADE)1、試分析這兩種模式設(shè)計(jì)方案各自的優(yōu)缺點(diǎn)。(26分)2、通常情況下你認(rèn)為哪種方案更“好”些?請(qǐng)說明理由。(4分)論述題4 在實(shí)際的網(wǎng)絡(luò)運(yùn)行環(huán)境中,數(shù)據(jù)備份與恢復(fù)功能是非常重要的。一個(gè)實(shí)用的局域網(wǎng)應(yīng)用系統(tǒng)設(shè)計(jì)中必須有網(wǎng)絡(luò)數(shù)據(jù)備份、恢復(fù)手段和災(zāi)難恢復(fù)計(jì)劃。請(qǐng)根據(jù)你對(duì)網(wǎng)絡(luò)數(shù)據(jù)備份、恢復(fù)方面知識(shí)的了解,討論以下幾個(gè)問題:1、如果需要你去完成一個(gè)網(wǎng)絡(luò)備份系統(tǒng)的設(shè)計(jì),你會(huì)考慮解決哪四個(gè)主要的問題?(12分)2、備份網(wǎng)絡(luò)文件就是將所需要的文件拷貝到光盤、磁帶或磁盤等存儲(chǔ)介質(zhì)上。對(duì)于重要的網(wǎng)絡(luò)信息系統(tǒng)的軟件與重要數(shù)據(jù),有人提出需要有多個(gè)副本,并且其中一個(gè)副本需要異地存放,你覺得必要嗎?為什么?(12分)3、如果要你去審查一個(gè)網(wǎng)絡(luò)備份系統(tǒng)的實(shí)際效果,你會(huì)重點(diǎn)考察的兩個(gè)主要問題是什么?(6分) 全國(guó)計(jì)算機(jī)等級(jí)考試四級(jí)筆試試卷參考答案及評(píng)分標(biāo)準(zhǔn)一、選擇題(每題1分,共70分)(1) D (2) C (3) B (4) D (5) A(6) C (7) D (8) C (9) A (10) B(11) A (12) C (13) D (14) C (15) B(16) C (17) D (18) D (19) B (20) A(21) B (22) A (23) B (24) B (25) B(26) C (27) A (28) B (29) D (30) D(31) D (32) C (33) A (34) D (35) D(36) D (37) D (38) B (39) C (40) B(41) A (42) A (43) C (44) B (45) B(46) D (47) A (48) B (49) C (50) D(51) A (52) B (53) C (54) D (55) A(56) C山東新華電腦學(xué)院官網(wǎng):www.sdxhce.com山東新華電腦學(xué)院就業(yè):job.sdxhce.comphoto.sdxhce.comvideo.sdxhce.com- 1.請(qǐng)仔細(xì)閱讀文檔,確保文檔完整性,對(duì)于不預(yù)覽、不比對(duì)內(nèi)容而直接下載帶來的問題本站不予受理。
- 2.下載的文檔,不會(huì)出現(xiàn)我們的網(wǎng)址水印。
- 3、該文檔所得收入(下載+內(nèi)容+預(yù)覽)歸上傳者、原創(chuàng)作者;如果您是本文檔原作者,請(qǐng)點(diǎn)此認(rèn)領(lǐng)!既往收益都?xì)w您。
下載文檔到電腦,查找使用更方便
9.9 積分
下載 |
- 配套講稿:
如PPT文件的首頁顯示word圖標(biāo),表示該P(yáng)PT已包含配套word講稿。雙擊word圖標(biāo)可打開word文檔。
- 特殊限制:
部分文檔作品中含有的國(guó)旗、國(guó)徽等圖片,僅作為作品整體效果示例展示,禁止商用。設(shè)計(jì)者僅對(duì)作品中獨(dú)創(chuàng)性部分享有著作權(quán)。
- 關(guān) 鍵 詞:
- 全國(guó) 計(jì)算機(jī)等級(jí)考試 筆試 試題
鏈接地址:http://m.italysoccerbets.com/p-7931102.html