2016年全國計(jì)算機(jī)等級(jí)考試四級(jí)筆試試題四

字號(hào):

  (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地址是的。如果一臺(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____.
    A)arithmetic logic unit and controller   B)memory and controller  ?。?arithmetic logic unit and memory   D)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
    二、論述題(四個(gè)論述題可任選其一,并只選其一,多選無效,滿分30分。)論述題的答題必須用藍(lán)、黑色鋼筆或圓珠筆寫在論述題答題紙的相應(yīng)位置上,否則無效。
    論述題1
    目前,大多數(shù)計(jì)算機(jī)系統(tǒng)都支持虛擬頁式地址轉(zhuǎn)換機(jī)制。試回答下列問題:
    1、頁式存儲(chǔ)管理方案中,用戶地址空間怎樣劃分?內(nèi)存地址空間怎樣劃分?內(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、簡單敘述軟件可維護(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分)