(51) OSI模型的三個主要概念是( )。
A) 服務、接口、層 B) 接口、層、應用
C) 服務、接口、協(xié)議 D) 網(wǎng)絡、應用、協(xié)議
(52) 隨著光纖技術、多媒體技術、高分辨率動態(tài)圖像與文件傳輸技術的發(fā)展,CCITT 提出
將語音、數(shù)據(jù)、靜態(tài)與動態(tài)圖像等所有服務綜合于一個網(wǎng)中傳輸?shù)耐ㄐ啪W(wǎng),這種通信
網(wǎng)絡就是( )。
A) B-ISDN B) N-ISDN C) MAN D) LAN
(53) 具有分時系統(tǒng)文件管理的全部功能,提供網(wǎng)絡用戶訪問文件、目錄的并發(fā)控制與安全
保密功能的局域網(wǎng)服務器叫做( )。
A) BBS 服務器 B) WWW 服務器
C) FS 服務器 D) TELENT 服務器
(54) 在網(wǎng)絡層實現(xiàn)多個局域網(wǎng)互連的設備是( )。
A) 中繼器 B) 網(wǎng)橋 C) 網(wǎng)關 D) 路由器
(55) 異步傳輸模式ATM 中的每個信元的長度是( )。
A) 37 字節(jié) B) 39 字節(jié) C) 41 字節(jié) D) 43 字節(jié)
(56) Give the logical variables X=0,Y=1, The value of X∧Y(logical multiply) is
( )。
A) 1 B) 2 C) 10 D) 0
(57) The Instruction Register (IR) is normally used to point out( )。
A) The address of next execution instruction
B) The address of last execution instruction
C) The current execution instruction
D) None of above
(58) When the adjacency matrix method is used to store a graph, which of the
statements is (are) true? ( )。
A) None B)I only C)II only D)I and II
Questions 59-60are based on the following information,
A hash table with hash function
H1 (k)=k mod 13
Is shown below.
0 1 2 3 4 5 6 7 8 9 10 11 12
35
33
48
25
Collision is rsolved using the hash function H2 (k)=(k mod 11)+1
(59)How many key comparisons occur in searching for key 35 in the given hash table?
( )。
A)0 B)1 C)2 D)3
(60)If a new key 67 is inserted into the given hash table, what will be its address?
( )。
A)3 B)4 C)5 D)6