黄色在线观看视频-黄色在线免费看-黄色在线视频免费-黄色在线视频免费看-免费啪啪网-免费啪啪网站

首頁考試吧論壇Exam8視線考試商城網絡課程模擬考試考友錄實用文檔求職招聘論文下載
2013中考
法律碩士
2013高考
MBA考試
2013考研
MPA考試
在職研
中科院
考研培訓 自學考試 成人高考
四 六 級
GRE考試
攻碩英語
零起點日語
職稱英語
口譯筆譯
申碩英語
零起點韓語
商務英語
日語等級
GMAT考試
公共英語
職稱日語
新概念英語
專四專八
博思考試
零起點英語
托福考試
托業考試
零起點法語
雅思考試
成人英語三級
零起點德語
等級考試
華為認證
水平考試
Java認證
職稱計算機 微軟認證 思科認證 Oracle認證 Linux認證
公 務 員
導游考試
物 流 師
出版資格
單 證 員
報 關 員
外 銷 員
價格鑒證
網絡編輯
駕 駛 員
報檢員
法律顧問
管理咨詢
企業培訓
社會工作者
銀行從業
教師資格
營養師
保險從業
普 通 話
證券從業
跟 單 員
秘書資格
電子商務
期貨考試
國際商務
心理咨詢
營 銷 師
司法考試
國際貨運代理人
人力資源管理師
廣告師職業水平
衛生資格 執業醫師 執業藥師 執業護士
會計從業資格
基金從業資格
統計從業資格
經濟師
精算師
統計師
會計職稱
法律顧問
ACCA考試
注冊會計師
資產評估師
審計師考試
高級會計師
注冊稅務師
國際內審師
理財規劃師
美國注冊會計師
一級建造師
安全工程師
設備監理師
公路監理師
公路造價師
二級建造師
招標師考試
物業管理師
電氣工程師
建筑師考試
造價工程師
注冊測繪師
質量工程師
巖土工程師
造價員考試
注冊計量師
環保工程師
化工工程師
咨詢工程師
結構工程師
城市規劃師
材料員考試
監理工程師
房地產估價
土地估價師
安全評價師
房地產經紀人
投資項目管理師
環境影響評價師
土地登記代理人
繽紛校園 實用文檔 英語學習 作文大全 求職招聘 論文下載 訪談|游戲
計算機等級考試

2013年計算機等級四級考試筆試模擬試題三

來源:考試吧Exam8.com) 2013-1-27 16:44:15 考試吧:中國教育培訓第一門戶 模擬考場

  (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

  二、論述題(兩個論述題可任選其一,并只選其一,多選無效,滿分30分。)

  論述題 1

  局域網是當前計算機網絡研究與應用的一個熱點,而符合IEEE 802.3標準的傳統Ethenet(MAC層采用CSMA/CD方法,物理層采用 10BASE-T標準)應用最為廣泛。隨著網絡應用的發展,以及大型信息系統與多媒體技術的應用,人們對局域網性能提出了越來越高的要求,出現了符合 100BASE-T標準的Fast Ethernet、交換局域網Switching LAN與ATM等高速局域網產品。盡管高速局域網技術發展十分迅速,但是Ethernet仍然會被廣泛地使用。今后的網絡應該是傳統Ethernet、FastEthernet LAN與ATM共存的結構。因此,研究 Ethernet的基本工作原理、優點與缺點,討論高速局域網絡發展的趨勢與特點,對我們學習和掌握局域網應用技術是十分重要的。

  (1) 請用Ethernet發送與接收流程框圖說明CSMA/CD介質訪問控制方法的基本工作原理。(15分)

  (2) 為什么說CSMA/CD屬于共享介質、隨機爭用型的介質訪問控制方法?這種方法主要缺點是什么? (5分)

  (3) 你認為Fast Ethernet與ATM、Switching LAN是從哪兩個方面改進了傳統的Ethernet?它們各有什么優缺點? (10分)

  論述題 2

  進程通信就是進程之間進行信息交換。系統中各進程異步執行,但有些進程之間必須保持一定的聯系,以便協調一致地完成指定任務。這種聯系就是通過交換一定數量的信息來實現的。

  消息緩沖通信技術是一種高級通信機制,由Hansen首先提出。其基本思想是:根據"生產者-消費者關系"原理,利用公共消息緩沖區實現進程之間的信息交換。

  (1) 試敘述高級通信機制與低級通信機制P、V原語操作的主要區別。(5分)

  (2) 試敘述解釋消息緩沖通信技術的基本原理。 (10分)

  (3) 消息緩沖通信機制中提供發送消息原語。Send(receiver,a)和接收消息原語Receive(a)。調用參數a分別表示發送消息的內存區首地址或接收進程的內存消息區首地址。試設計相應的數據結構,并用P、V操作原語實現Send和Receive原語。 (15分)

  希望與更多計算機等級考試的網友交流,請進入計算機等級考試論壇

  更多信息請訪問:考試吧計算機等級考試欄目

上一頁  1 2 3 4 5  下一頁
文章責編:陶玉良  
看了本文的網友還看了
文章搜索
版權聲明:如果計算機等級考試網所轉載內容不慎侵犯了您的權益,請與我們聯系800@exam8.com,我們將會及時處理。如轉載本計算機等級考試網內容,請注明出處。
主站蜘蛛池模板: 午夜国产 | 在线观看黄色片 | 黄色中文字幕在线观看 | 色的视频在线观看免费播放 | 在线黄色毛片 | 国产成人啪午夜精品网站 | 国产成人在线网站 | 78m-78模成视频在线 | 激情美女网站 | 亚洲一二四区性毛片1在线 亚洲一二三在线 | 亚洲精品国产手机 | 国内体内she精视频免费 | 日本一区二区高清不卡 | 日本免费一区二区三区中文 | 国产综合成人亚洲区 | 成人18在线观看 | 一级视频在线观看 | 一级片免费播放 | 人人干日日干 | 天天摸天天碰成人免费视频 | 色停停| 亚洲精品视频导航 | 日韩一中文字幕 | 在线一级毛片 | 国产高清美女一级a毛片久久w | 玖玖香蕉视频 | 成年免费视频网站入口 | 欧美三级超在线视频 | 污片在线观看 | 白丝丝袜高跟国产在线视频 | 黄色网址在线视频 | 欧美激情(一区二区三区) | 国产乡下三片 | 涩涩视频www在线观看入口 | 中文xxx视频 | 一级小视频 | 精品一区二区三区免费视频 | 亚洲一区 中文字幕 久久 | 高清欧美一区二区三区 | 亚洲天堂成人在线观看 | 国产成人精品综合久久久软件 |