av手机免费在线观看,国产女人在线视频,国产xxxx免费,捆绑调教一二三区,97影院最新理论片,色之久久综合,国产精品日韩欧美一区二区三区

試題

計算機等級考試四級筆試題

時間:2025-02-27 12:52:29 試題 我要投稿
  • 相關推薦

2017計算機等級考試四級筆試必備題

  計算機等級證書是我們找工作的敲門磚,現(xiàn)在越來越多人重視計算機等級考試。以下是百分網(wǎng)小編整理的2017計算機等級考試四級筆試必備題,歡迎學習!

2017計算機等級考試四級筆試必備題

  (1) 網(wǎng)絡中的計算機之間要做到有條不紊地交換數(shù)據(jù)就必須遵守網(wǎng)絡協(xié)議,一個網(wǎng)絡協(xié)議主要包括三個要素,即____。

  A) 語法、原語與數(shù)據(jù) B) 語義、數(shù)據(jù)與軟件

  C) 層次、接口與原語 D) 語法、語義與時序

  (2) 當PCM用于數(shù)字化語音系統(tǒng)時,它將聲音分為128個量化級,每個量化級采用7位二進制碼表示。由 于采樣速率為8000樣本/秒,因此,數(shù)據(jù)傳輸速率應該達到____。

  A) 2880bps B) 56Kbps C) 144Kbps D) 1200bps

  (3) 具有分時系統(tǒng)文件管理的全部功能,提供網(wǎng)絡用戶訪問文件、目錄的并發(fā)控制與安全保密功能的局域網(wǎng)服務器叫做____。

  A) 電子郵件服務器 B) WWW服務器

  C) 文件服務器 D) FTP服務器

  (4) 在網(wǎng)絡層實現(xiàn)多個局域網(wǎng)互連的設備是____。

  A) 集線器 B) 網(wǎng)橋 C) 路由器 D) 網(wǎng)關

  (5) 在WWW系統(tǒng)中,用戶可以根據(jù)需要自動從一臺Web Server搜索到其他任何一臺Web Server,它所采用的是____。

  A) 超文本(hypertext)技術 B) 超鏈接(hyperlink)技術

  C) 超媒體(hypermedia)技術 D) 超文本標注語言HTML

  (6) Give the logical variables X=Y=1, The value of X V Y(logical addition)

  is____.

  A) 1 B) 2 C) 10 D) 0

  (7) The Programming Counter (PC) is normally used to point out____.

  A) Programmed execution instruction

  B) The address of last execution instruction

  C) The address of current execution instruction

  D) The address of next execution instruction

  Items (58) and (59) are based on the following Pascal code.

  FOR i:=1 TO n -1 do

  BEGIN

  k:=i:

  FOR j:=i+1 TO n DO

  IF A[j]br> THEN k:=j:

  IF k<>i

  THEN BEGIN

  X:=A[k];

  A[k]:=A[i];

  A[i]:=x

  END

  END;

  (8) The sorting method described by the code is called____.

  A) Insertion sort B) Selection sort C) Radix sort D) Merge sort

  (9) Suppose elements in array A are already sorted ascending order of their

  values when the code begins to run, then execution time of the code will be____.

  A) O(log2n) B) O(n) C) O(nlog2n) D) O(n2)

  (10) Assume that N=2M and FIFO is used. If the string p1,p2,…,pN is repeated

  three times, then the number of page faults is____.

  A) N/2 B) N C) 2N D) 3N

  (11) Chang, Tian and An are three users of the system. Chang and An are in

  the same group. Tian is a Super User. Which of the following rights is inconsistent

  with the given policies?____.

  A) Tian has W(write) access to An's Mail files

  B) Tian has E(execute) access to An's Mail files

  C) Chian has R(read) access to An's text files

  D) Tian has E(execute) access to Chang's Binary files

  (12) Software Engineering Economy is an effective part of software engineering,

  which of the fo llowing content is the research comtent of software engineering

  economy?____.

 、.Estimation of software development cost

  Ⅱ.Earn & Cost analysis of software development

 、.Adjustment of software development progress

  A) Ⅲ only B) Ⅱ and Ⅲ C) Ⅰ and Ⅱ D) all

  (13) Prototype method is one of the software engineering methods frequently

  used, which of the following item is the necessary condition for implementing

  prototype method?____.

 、.Can acquire the user requirement quickly

  Ⅱ.Have the tools for building software fast

 、.Have a certain accumulation of prototype systems

  A) Ⅰ only B) Ⅰand Ⅱ C) Ⅱ and Ⅲ D) all

  (14) ORACLE RDBMS is a distributed DBMS. Which of the following techniques

  adapted ensure atomicity of distributed transaction?____.

  A) remote procedure call (RPC) B) Two _phases commit (2PC)

  C) Snapshots D) triggers

  (15) In order to get names of schoolboys(SEX='M')whose age=22, from a relation____.

  S(SNO,SNAME,SEX,AGE),which of the following expressions is (are) correct?

 、.πsname(σsex='M'^age=22(S))

 、.σsex='M'^age=22(πsname(S))

  A) Ⅰ only B) Ⅱ only C) Ⅰand Ⅱ D) neither

  (16) In order to improve the performance of a network server, you need to select

  bus or local bus. The appropriate local bus is____.

  A) VESA B) PCI C) EISA D) ISA

  (17) In terms of M.J.Flynn's taxonomy, the systolic array falls into____.

  A) SISD B) MIMD C) SIMD D) MISD

  (18) In the WAN, when a point-to-point subnet is used, an important design

  issue is the roucer interconnection____.

  A) topology B) computer C) service D) lines

  (19) In the Ethernet LAN, an algorithm was chosen to dynarnically adapt to

  the number of stations trying to send. It is called____.

  A) backward learning B) binary exponential backoff

  C) spanning tree D) CRC

  (20) The typical firewall consists of two packet filters and a (an)____.

  A) router B) bridge C) application D) server

【計算機等級考試四級筆試題】相關文章:

計算機等級四級考試模擬試題02-24

計算機等級考試四級筆試試題04-29

計算機等級四級考試題及答案05-12

計算機等級考試四級考試筆試模擬試題03-07

計算機等級考試四級論述題試題05-19

計算機等級考試四級筆試模擬試題及答案05-11

計算機等級考試四級筆試試題及答案03-19

全國計算機等級考試四級試題201607-13

2016計算機等級四級考試筆試題01-23

計算機等級考試四級筆試試題201606-30