首頁 考試吧論壇 Exam8視線 考試商城 網(wǎng)絡課程 模擬考試 考友錄 實用文檔 繽紛校園 英語學習
2010考研 | 自學考試 | 成人高考 | 專 升 本 | 法律碩士 | MBA/MPA | 中 科 院
四六級 | 商務英語 | 公共英語 | 職稱日語 | 職稱英語 | 博思 | 口譯筆譯 | GRE GMAT | 日語 | 托福
雅思 | 專四專八 | 新概念 | 自考英語 | 零起點英、、、韓語 | 在職申碩英語
在職攻碩英語 | 成人英語三級
等級考試 | 水平考試 | 微軟認證 | 思科認證 | Oracle認證 | Linux認證
公務員 | 報關員 | 報檢員 | 外銷員 | 司法考試 | 導游考試 | 教師資格 | 國際商務師 | 跟單員
單證員 | 物流師 | 價格鑒證師 | 銀行從業(yè)資格 | 證券從業(yè)資格 | 人力資源管理師 | 管理咨詢師
期貨從業(yè)資格 | 社會工作者
會計職稱 | 注會CPA | 經(jīng)濟師 | 統(tǒng)計師 | 注冊稅務師 | 評估師 | 精算師 | 高會 | ACCA | 審計師
法律顧問 | 會計證
一級建造師 | 二級建造師 | 造價師 | 監(jiān)理師 | 安全師 | 咨詢師 | 結(jié)構(gòu)師 | 建筑師 | 安全評價師
房地產(chǎn)估價師 | 土地估價師 | 設備監(jiān)理師 | 巖土工程師 | 質(zhì)量資格 | 房地產(chǎn)經(jīng)紀人 | 造價員
投資項目管理 | 土地代理人 | 環(huán)保師 | 環(huán)境影響評價 | 物業(yè)管理師 | 城市規(guī)劃師 | 公路監(jiān)理師
公路造價工程師 | 招標師
執(zhí)業(yè)護士 | 執(zhí)業(yè)醫(yī)師 | 執(zhí)業(yè)藥師 | 衛(wèi)生資格
您現(xiàn)在的位置: 考試吧(Exam8.com) > 計算機等級考試 > 計算機四級 > 歷年真題 > 正文

全國計算機等級考試四級試題(四)

(61) The construct
cobegin
Statement1;
Statement2;
coend
means Statement1 and Statement2 are to be executed in parallel. The only two atomic actions in this construct are loading the value of a variable and storing into a variable. For the program segment
x:=0;
y:=O;
cobegin
begin
x:=l;
y:=y+x;
end;
begin
y:=2;
x:=x+3;
end
coend
Which of the following indicate(s) possible values for the variables when the segment finishes execution?
Ⅰ.x=1,y=2
Ⅱ.x=1,y=3
Ⅲ.x=4,y=6
  A.Ⅰ
  B.Ⅰ and Ⅱ C)Ⅰ and Ⅲ
  D.Ⅱ and Ⅲ

  (62) Software maintenance is to do necessary modification,supplenemt, and completeness during software life circle. Among the following vary kinds of maintenance,which one has the maximum workload in a general way?
  A.relevance maintenance
  B.completeness maintenance
  C.correctness naintenance
  D.other kinds of maintenance

(63) Different quality factors of software can be reflected upon user’s different points of view,through product running,product modification and product transformation. Of the following properties,which one is connected with product running?
Ⅰ.correctness Ⅱ.robustness Ⅲ.re-use
  A.Ⅰonly
  B.Ⅱonly
  C.Ⅰ+Ⅱ
  D.a(chǎn)ll of above

(64) Let R and S be the relation respectively:
Relation R: A B C Relation S: B C D
 1 2 3 2 3 4
 6 7 8 2 3 5
 9 7 8 7 8 1
The number of tuples that the result of the expression R ∞ S (Here is the natural join of relations R and S) is
  A.3
  B.4
  C.6
  D.9

(65) Suppose we have the relation schema R(A,B,C,
  D.with functional dependencies;F{A→B,B→C,C→D,D→A},then R(A,B,C,D)at least is in
  A.1NF
  B.2NF
  C.3NF
  D.BCNF

(66) By means of multiple pipeline to carry out multiple processing,this technologyiscalled
  A.Multiple pipeling
  B.Superpipeline
  C.Superscalar
  D.Very long instruction word

(67) There are many page replacement algorithms in the page management. Most frequently used algorithm is
  A.FIFO
  B.PPT
  C.OPT
  D.LRU

(68) Layer n on one machine carries on a conversation with layer n on another machine. The rules and conventions used in this conversation are collectively known as the layer n
  A.topology
  B.protocol
  C.service
  D.peer

(69) Transport gateways connect byte streams in the transport layer. Application gateways allow interworking above
  A.network layer
  B.data link layer
  C.transport layer
  D.a(chǎn)pplication layer

(70) Every host and router on the Internet has an IP address, which encodes its
  A.host number
  B.host number and socket
  C.network number
  D.host number and network number

上一頁  1 2 3 4 5 6 7 下一頁
文章搜索
全國計算機等級考試四級試題(四)網(wǎng)友評論網(wǎng)友評論
版權(quán)聲明 --------------------------------------------------------------------------------------
    如果計算機等級考試網(wǎng)所轉(zhuǎn)載內(nèi)容不慎侵犯了您的權(quán)益,請與我們聯(lián)系,我們將會及時處理。如轉(zhuǎn)載本計算機等級考試網(wǎng)內(nèi)容,請注明出處。
 gaoxiaoliang