首頁 考試吧論壇 Exam8視線 考試商城 網(wǎng)絡(luò)課程 模擬考試 考友錄 實(shí)用文檔 求職招聘 論文下載
2011中考 | 2011高考 | 2012考研 | 考研培訓(xùn) | 在職研 | 自學(xué)考試 | 成人高考 | 法律碩士 | MBA考試
MPA考試 | 中科院
四六級(jí) | 職稱英語 | 商務(wù)英語 | 公共英語 | 托福 | 雅思 | 專四專八 | 口譯筆譯 | 博思 | GRE GMAT
新概念英語 | 成人英語三級(jí) | 申碩英語 | 攻碩英語 | 職稱日語 | 日語學(xué)習(xí) | 法語 | 德語 | 韓語
計(jì)算機(jī)等級(jí)考試 | 軟件水平考試 | 職稱計(jì)算機(jī) | 微軟認(rèn)證 | 思科認(rèn)證 | Oracle認(rèn)證 | Linux認(rèn)證
華為認(rèn)證 | Java認(rèn)證
公務(wù)員 | 報(bào)關(guān)員 | 銀行從業(yè)資格 | 證券從業(yè)資格 | 期貨從業(yè)資格 | 司法考試 | 法律顧問 | 導(dǎo)游資格
報(bào)檢員 | 教師資格 | 社會(huì)工作者 | 外銷員 | 國際商務(wù)師 | 跟單員 | 單證員 | 物流師 | 價(jià)格鑒證師
人力資源 | 管理咨詢師考試 | 秘書資格 | 心理咨詢師考試 | 出版專業(yè)資格 | 廣告師職業(yè)水平
駕駛員 | 網(wǎng)絡(luò)編輯
衛(wèi)生資格 | 執(zhí)業(yè)醫(yī)師 | 執(zhí)業(yè)藥師 | 執(zhí)業(yè)護(hù)士
會(huì)計(jì)從業(yè)資格考試會(huì)計(jì)證) | 經(jīng)濟(jì)師 | 會(huì)計(jì)職稱 | 注冊(cè)會(huì)計(jì)師 | 審計(jì)師 | 注冊(cè)稅務(wù)師
注冊(cè)資產(chǎn)評(píng)估師 | 高級(jí)會(huì)計(jì)師 | ACCA | 統(tǒng)計(jì)師 | 精算師 | 理財(cái)規(guī)劃師 | 國際內(nèi)審師
一級(jí)建造師 | 二級(jí)建造師 | 造價(jià)工程師 | 造價(jià)員 | 咨詢工程師 | 監(jiān)理工程師 | 安全工程師
質(zhì)量工程師 | 物業(yè)管理師 | 招標(biāo)師 | 結(jié)構(gòu)工程師 | 建筑師 | 房地產(chǎn)估價(jià)師 | 土地估價(jià)師 | 巖土師
設(shè)備監(jiān)理師 | 房地產(chǎn)經(jīng)紀(jì)人 | 投資項(xiàng)目管理師 | 土地登記代理人 | 環(huán)境影響評(píng)價(jià)師 | 環(huán)保工程師
城市規(guī)劃師 | 公路監(jiān)理師 | 公路造價(jià)師 | 安全評(píng)價(jià)師 | 電氣工程師 | 注冊(cè)測(cè)繪師 | 注冊(cè)計(jì)量師
繽紛校園 | 實(shí)用文檔 | 英語學(xué)習(xí) | 作文大全 | 求職招聘 | 論文下載 | 訪談 | 游戲

計(jì)算機(jī)等級(jí)考試四級(jí)考試筆試模擬試題三

  (71) In order to append a standard output to an existing file, which of the following operators is used in the UNIX system? ____. 
  A) |  B) &  C) >  D) >>  
    
  (72) Consider the following figure, where the shaded parts represent already assigned blocks of memory,  and the unshaded parts represent free blocks. (2分)  If there is a request for 40KB of memory and the best-fit algorithm is used, then the beginning address of memory that is allocated in response to the request is ____.          A) 100KB B) 190KB C) 330KB D) 410KB
    
  (73)  On a certain disk, there are 200 tracks, numbered 0-199, the current position of the disk head is track 53. If the shortest-seek-time-first scheduling algorithm is used when the tracks  
  98, 183, 37, 122, 14, 124, 65, 67  
  are requested, then the head-moving sequence that results will be (2分)  
  A) 65, 67, 37, 14, 98, 122, 124, 183  
  B) 65, 67, 37, 98, 122, 124, 183, 14  
  C) 65, 67, 98, 122, 124, 183, 37, 14  
  D) 98, 183, 37, 122, 14, 124, 65, 67  
    
  (74) Whant operation on relations R and S produces the relation shown below?____.   
  {tuple│tuple∈R۸tuple∈\ S}  
  A) Union B) Difference C) Intersection D) Division  
    
  (75) When embedding SQL in a C language program, the prefix that should be added   to all SQL statements in order to distinguish SQL statements from the host language statements is____.   
  A) : B) EXEC C) EXEC SQL D) SQL  
    
  (76) In the ORACLE system,sets of SQL statements and control flow statements that have been named,compiled,and stored tn the database are referred to as stored____.   
  A) batches B) procedures C) triggers D) transactions  
    
  (77) Which of the following statements about object oriented databases is NOT correct? ____. (2分)  
  A) Each object has a unique object identity in the system.  
  B) Encapsulation and inheritance are two important features of object oriented databases.  
  C) A subclass can inherit the attributes and methods of all its superclasses.  
  D) A superclass includes the attributes and methods of all its subclasses.  
    
  (78) In the design phase of software engineering, decomposition of the program into modules should follow the principles of ____.  
  A) low cohesion with low corpling   B) low cohesion with high coupling  
  C) high cohesion with low coupling  D) high cohesion with high coupling  

    
  (79) Specifications for software should contain&nbs  p;several components, e.g., specifications of   
  information flow,  
  user interface,  
  functional requirements, and  
  design constraints.  
  Two other important components are specifications of the____.  (2分)  
  A) methods of testing and ways to obtain quality assurance  
  B) criteria for testing and ways to obtain quality assurance  
  C) methods of testing and criteria for function assurane  
  D) criteria for testing and methods of function assurance 

  (80) 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 Ⅱ  
    
  (81) The type of testing done during software implementation and beforemodule integration is called ____.  
  A) unit testing      B) beta testing  
  C) system testing D) acceptance testing  
    
  (82) Which of the following is (are) true about software portability? ____.  
   I. Using a high-level language that conforms to an ISO standardguarantees portability   across the range of machines that support the language.  
   II. Portability is guaranteed across all machines that have the same instruction set and operating system. (2分)  
   A) Neither  B) Ⅰ only   C) Ⅱ only   D) Ⅰ and Ⅱ  
    
  (83) A memory-memory, machine instruction for a certain machine has the following format.  
  (Such an instruction is similar to a register-register instruction  
  except that the operands are displaced addresses in memory.)  
  opcode meml displ1 mem2 displ2  
  Which of the following could be an assembly lanuage instruction that would be translated into a memory-to-memory instruction for this machine? ____.  
  A) ADD 10(R1), 20(R2) B) ADD(10R1), (20R2)  
  C) ADD R1, 10(R2), 20 D) ADD R1, 10, 20(R2)  
    
  (84) In a certain cache system, the modified cache block is written to main memory only when the block is replaced. All of the following are used to describe this policy EXCEPT____.   
  A) store-in B) write-back C) copy-back D) write-through  
    
  (85) When an amount of memory is requested that is less than the size of a page, but a full page is allocated, the r  esulting waste of memory is called ____.  
  A) external fragmentation B) internal fragmentation  
  C) inaccessible page faults D) inaccessible garbage  
    
  (86) The time that the CPU spends on a given program can be computed using all of the following expressions EXCEPT ____. (2分)  
  A) (CPU clock cycles for the program)*(clock cycle time)  
    B) CPU clock cycles for the program  
   clock rate  
  C) (Instruction count)*CPI  
   clock rate  
  D) (CPU clock cycles for the program)*CPI  
   clock rate  
    
  (87) The methods used in Asynchronous Transfer Mode (ATM) are switch technology and which of the following is used to describe this mode?____.   
  A) cell exchange          B) packet exchange  
  C) message exchange D) information exchange  
    
  (88) In a data communication system, the transport media with the widest frequency band and best reliability is the ____.  
  A) telephone line B) coaxial cable  
  C) radio channel D) fiber optic cable  
    
  (89) Which of the following statements about the Internet is (are) true?____.    I. It is possible to have multiple names corresponding to the same IP address.  II. All host names must be registered with an Internet-wide central registry.  
  A) Neither B) Ⅰ only C) Ⅱ only D) Ⅰ and Ⅱ  
    
  (90) According to the principle of CRC calculation, given a frame-bit series M =11100111 and the multiple-term formula, frame-bit series generated by the CRC G =110011, then the CRC is ____.(2分)  
  A) 111101 B) 00011 C) 11010011 D) 1101001  
    
  二、論述題(兩個(gè)論述題可任選其一,并只選其一,多選無效,滿分30分。)  
  論述題 1  
  局域網(wǎng)是當(dāng)前計(jì)算機(jī)網(wǎng)絡(luò)研究與應(yīng)用的一個(gè)熱點(diǎn),而符合IEEE 802.3標(biāo)準(zhǔn)的傳統(tǒng)Ethenet(MAC層采用CSMA/CD方法,物理層采用 10BASE-T標(biāo)準(zhǔn))應(yīng)用最為廣泛。隨著網(wǎng)絡(luò)應(yīng)用的發(fā)展,以及大型信息系統(tǒng)與多媒體技術(shù)的應(yīng)用,人們對(duì)局域網(wǎng)性能提出了越來越高的要求,出現(xiàn)了符合 100BASE-T標(biāo)準(zhǔn)的Fast Ethernet、交換局域網(wǎng)Switching LAN與ATM等高速局域網(wǎng)產(chǎn)品。盡管高速局域網(wǎng)技術(shù)發(fā)展十分迅速,但是Ethernet仍然會(huì)被廣泛地使用。今后的網(wǎng)絡(luò)應(yīng)該是傳統(tǒng)Ethernet、FastEthernet LAN與ATM共存的結(jié)構(gòu)。因此,研究 Ethernet的基本工作原理、優(yōu)點(diǎn)與缺點(diǎn),討論高速局域網(wǎng)絡(luò)發(fā)展的趨勢(shì)與特點(diǎn),對(duì)我們學(xué)習(xí)和掌握局域網(wǎng)應(yīng)用技術(shù)是十分重要的。  
  (1) 請(qǐng)用Ethernet發(fā)送與接收流程框圖說明CSMA/CD介質(zhì)訪問控制方法的基本工作原理。(15分)  
  (2) 為什么說CSMA/CD屬于共享介質(zhì)、隨機(jī)爭用型的介質(zhì)訪問控制方法?這種方法主要缺點(diǎn)是什么? (5分)  
  (3) 你認(rèn)為Fast Ethernet與ATM、Switching LAN是從哪兩個(gè)方面改進(jìn)了傳統(tǒng)的Ethernet?它們各有什么優(yōu)缺點(diǎn)? (10分)  

  論述題 2  
  進(jìn)程通信就是進(jìn)程之間進(jìn)行信息交換。系統(tǒng)中各進(jìn)程異步執(zhí)行,但有些進(jìn)程之間必須保持一定的聯(lián)系,以便協(xié)調(diào)一致地完成指定任務(wù)。這種聯(lián)系就是通過交換一定數(shù)量的信息來實(shí)現(xiàn)的。  
  消息緩沖通信技術(shù)是一種高級(jí)通信機(jī)制,由Hansen首先提出。其基本思想是:根據(jù)"生產(chǎn)者-消費(fèi)者關(guān)系"原理,利用公共消息緩沖區(qū)實(shí)現(xiàn)進(jìn)程之間的信息交換。  
  (1) 試敘述高級(jí)通信機(jī)制與低級(jí)通信機(jī)制P、V原語操作的主要區(qū)別。(5分)  
  (2) 試敘述解釋消息緩沖通信技術(shù)的基本原理。 (10分)  
  (3) 消息緩沖通信機(jī)制中提供發(fā)送消息原語。Send(receiver,a)和接收消息原語Receive(a)。調(diào)用參數(shù)a分別表示發(fā)送消息的內(nèi)存區(qū)首地址或接收進(jìn)程的內(nèi)存消息區(qū)首地址。試設(shè)計(jì)相應(yīng)的數(shù)據(jù)結(jié)構(gòu),并用P、V操作原語實(shí)現(xiàn)Send和Receive原語。 (15分)

希望與更多計(jì)算機(jī)等級(jí)考試的網(wǎng)友交流,請(qǐng)進(jìn)入計(jì)算機(jī)等級(jí)考試論壇

更多信息請(qǐng)?jiān)L問:考試吧計(jì)算機(jī)等級(jí)考試欄目

上一頁  1 2 3 4 5  下一頁
文章搜索
版權(quán)聲明:如果計(jì)算機(jī)等級(jí)考試網(wǎng)所轉(zhuǎn)載內(nèi)容不慎侵犯了您的權(quán)益,請(qǐng)與我們聯(lián)系800@exam8.com,我們將會(huì)及時(shí)處理。如轉(zhuǎn)載本計(jì)算機(jī)等級(jí)考試網(wǎng)內(nèi)容,請(qǐng)注明出處。