2016年全國計算機等級考試四級筆試試題四

字號:

  (46) 高速并行結(jié)構(gòu)的種類很多。在下述結(jié)構(gòu)中,硬件效率低而軟件需求量多的是____。
    A) 專用多功能單元 B) 陣列處理機   C) 數(shù)據(jù)流計算機   D) 多處理機系統(tǒng)
    (47) 通道實質(zhì)上是主存與I/O設(shè)備之間的DMA接口在邏輯上的延伸。適合連接多臺低速設(shè)備的通道是____。
    A) 字節(jié)多路通道 B) 選擇通道 C) 數(shù)組多路通道 D) 塊多路通道
    (48) 計算機A比計算機B的吞吐率大30%,表示單位時間內(nèi),A完成的任務(wù)數(shù)是B的____。
    A)0.3倍     B) 1.3倍  C) 3倍    D) 30倍
    (49) 確定網(wǎng)絡(luò)拓撲型是網(wǎng)絡(luò)系統(tǒng)設(shè)計的重要內(nèi)容之一。網(wǎng)絡(luò)拓撲對網(wǎng)絡(luò)系統(tǒng)的影響主要表現(xiàn)在哪幾個方面?____。
    Ⅰ.網(wǎng)絡(luò)性能 Ⅱ.系統(tǒng)可靠性 Ⅲ .網(wǎng)絡(luò)體系結(jié)構(gòu) Ⅳ .通信費用   A) Ⅰ和Ⅱ B) Ⅰ、Ⅱ和Ⅲ C) Ⅰ、Ⅱ和Ⅳ D) 全部
    (50) 下列哪個(些)說法是錯誤的?____。
    Ⅰ.IP協(xié)議提供的是面向連接的可靠服務(wù) Ⅱ.TCP協(xié)議提供的是無連接不可靠服務(wù)  ?、螅甎DP協(xié)議提供的面向連接的可靠服務(wù) Ⅳ.IP協(xié)議提供的是無連接不可靠服務(wù)   A) 全部  B)Ⅰ和Ⅲ    C) Ⅱ、Ⅲ和Ⅳ   D) Ⅰ、Ⅱ和Ⅲ
    (51) 城域網(wǎng)設(shè)計的目標是要滿足幾十千米范圍內(nèi)的大量企業(yè)、機關(guān)、公司的多個局域網(wǎng)互連的需求,以實現(xiàn)大量用戶之間的多種信息傳輸?shù)墓δ?,這些信息的類型主要是文字、語音、圖形與____。
    A) 視頻 B) 數(shù)據(jù) C) 路由信息  D) 控制信息
    (52) 在數(shù)據(jù)通信技術(shù)中,利用數(shù)字通信信道直接傳輸數(shù)字數(shù)據(jù)信號的方法是 ____。
    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)費計算 Ⅳ.網(wǎng)絡(luò)系統(tǒng)的安全性服務(wù)   A) Ⅰ和Ⅱ    B) Ⅰ、Ⅱ和Ⅲ C) Ⅰ、Ⅱ和Ⅳ  D) 全部
    (54) 源路選網(wǎng)橋由發(fā)送幀的源結(jié)點負責(zé)路由選擇。源結(jié)點在發(fā)送幀時需要將詳細的路由信息放在____。
    A) 網(wǎng)絡(luò)層地址    B) 幀的校驗字段  C) IP地址 D) 幀的首部
    (55) 一臺Internet主機至少有一個IP地址,而這個IP地址是的。如果一臺Internet主機有兩個或多個IP地址,則該主機屬于兩個或多個____。
    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____.
    A)arithmetic logic unit and controller  ?。?memory and controller  ?。?arithmetic logic unit and memory  ?。?controller and storage
    Items 58 and 59 are based one the following hash table. Hash function is: h(key) = key mod 13 Collisions 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 receive   C) wait and signal D) P and V
    (61) If file A has the capability of 724,the same group’s 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 requirement   C) 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) applications   C) 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 address   C) socket D) IP address
    二、論述題(四個論述題可任選其一,并只選其一,多選無效,滿分30分。)論述題的答題必須用藍、黑色鋼筆或圓珠筆寫在論述題答題紙的相應(yīng)位置上,否則無效。
    論述題1
    目前,大多數(shù)計算機系統(tǒng)都支持虛擬頁式地址轉(zhuǎn)換機制。試回答下列問題:
    1、頁式存儲管理方案中,用戶地址空間怎樣劃分?內(nèi)存地址空間怎樣劃分?內(nèi)存分配過程是怎樣的?(10分)   2、頁表應(yīng)設(shè)計哪些數(shù)據(jù)項,每個數(shù)據(jù)項的作用是什么?(10分)   3、頁式存儲管理方案中,地址映射機制需要哪些寄存器的支持?為了加快地址映射速度,需要采取什么措施?該措施的作用是什么?(10分)
    論述題2
    軟件維護是軟件生命周期的重要組成,而影響維護的因素較多,除了人員因素、技術(shù)因素和管理因素外,還有程序自身的因素,具體影響因素可歸納為:
    1)軟件系統(tǒng)的規(guī)模;   2)軟件系統(tǒng)的年齡;   3)軟件系統(tǒng)的結(jié)構(gòu)。
    試回答以下問題:
    1、給出上述三項因素的解釋,闡述“規(guī)?!?、“年齡”和“結(jié)構(gòu)”的具體含義。(10分)   2、扼要分析影響維護工作量的因素,即分析可能增加工作量的因素和可能減少維護工作量的因素。(10分)   3、簡單敘述軟件可維護性度量的含義。(10分)
    論述題3
    為學(xué)校中學(xué)生選課管理這個現(xiàn)實問題進行數(shù)據(jù)庫模式設(shè)計。根據(jù)調(diào)查分析,確定它的屬性集合為:   U={S #,C#,SNAME,CNAME,TEACHER,GRADE,SD}
    下面給出兩種確定的模式設(shè)計方案:
    方案一:只有一個關(guān)系模式:   R(S#,C#,SNAME,CNAME,TEACHER,GRADE,SD)
    方案二:如果根據(jù)屬性之間存在的聯(lián)系或相關(guān)性,建立如下三個關(guān)系:   S(S#,SNAME,SD),C(C#,CNAME,TEACHER),SC(S#,C#,GRADE)   1、試分析這兩種模式設(shè)計方案各自的優(yōu)缺點。(26分)   2、通常情況下你認為哪種方案更“好”些?請說明理由。(4分)
    論述題4
      在實際的網(wǎng)絡(luò)運行環(huán)境中,數(shù)據(jù)備份與恢復(fù)功能是非常重要的。一個實用的局域網(wǎng)應(yīng)用系統(tǒng)設(shè)計中必須有網(wǎng)絡(luò)數(shù)據(jù)備份、恢復(fù)手段和災(zāi)難恢復(fù)計劃。請根據(jù)你對網(wǎng)絡(luò)數(shù)據(jù)備份、恢復(fù)方面知識的了解,討論以下幾個問題:   1、如果需要你去完成一個網(wǎng)絡(luò)備份系統(tǒng)的設(shè)計,你會考慮解決哪四個主要的問題?(12分)   2、備份網(wǎng)絡(luò)文件就是將所需要的文件拷貝到光盤、磁帶或磁盤等存儲介質(zhì)上。對于重要的網(wǎng)絡(luò)信息系統(tǒng)的軟件與重要數(shù)據(jù),有人提出需要有多個副本,并且其中一個副本需要異地存放,你覺得必要嗎?為什么?(12分)   3、如果要你去審查一個網(wǎng)絡(luò)備份系統(tǒng)的實際效果,你會重點考察的兩個主要問題是什么?(6分)