●In the following essay,each blank has four choices.Choose the most suitable one from the four choices and write down in the answer sheet.Open Shortest Path First(OSPF)is a (66) routing algorithm that (67) work done on the OSI IS-IS intradomain routing protocol.This routing,as compared to distance-vector routing,requires (68) processing power.The Dijkstra algorithm is used to calculate (69) OSPF routing table updates only take place when necessary, (70) at regular intervals.(66) A.distance-vectorB.link-stateC.flow-basedD.selective flooding(67) A.derived fromB.deviated fromC.was derived fromD.was deviated from(68) A.moreB.lessC.sameD.most(69) A.routesB.roadC.distanceD.cost(70) A.but ratherB.rather tooC.rather thanD.rather that
●In the following essay,each blank has four choices.Choose the most suitable one from the four choices and write down in the answer sheet.
Open Shortest Path First(OSPF)is a (66) routing algorithm that (67) work done on the OSI IS-IS intradomain routing protocol.This routing,as compared to distance-vector routing,requires (68) processing power.The Dijkstra algorithm is used to calculate (69) OSPF routing table updates only take place when necessary, (70) at regular intervals.
(66) A.distance-vector
B.link-state
C.flow-based
D.selective flooding
(67) A.derived from
B.deviated from
C.was derived from
D.was deviated from
(68) A.more
B.less
C.same
D.most
(69) A.routes
B.road
C.distance
D.cost
(70) A.but rather
B.rather too
C.rather than
D.rather that
相关考题:
下列程序的运行结果是( )。 SET EXACT ON s="ni"+SPACE(2) IF s="ni" IF s="ni" ? "one" ELSE ? "two" ENDIF ELSE IF s="ni" ? "three" ELSE ? "four" ENDIF ENDIF RETURNA.oneB.twoC.threeD.four
下列语句能给数组赋值而不使用for循环的是A.myArray{[1]="One";[2]="Two";[3]="Three";}B.String s[5]=new String[]{"Zero", "One", "Two", "There", "Four"};C.String s[]=new String[]{"Zero", "One", "Two", "There", "Four"};D.String s[]=new String[]=|"Zero", "One", "Two", "There", "Four"};
下列语句能给数组赋值,而不使用for循环的是A.myArray{[1]="One";[2]="Two";[3]="Three";}B.String s[5]=new String[] {"Zero","One","Two","Three","Four"};C.String s[]=new String[] {"Zero","One","Two","Three","Four"};D.String s[]=new String[]= {"Zero","One","Two","Three","Four"};
下列程序的运行结果是( )。 SET EXACT ON s="ni"+SPACE(2) IF S=”ni” IF S=”ni” ?"one" ELSE ?"two" END IF ELSE IF S="ni" ?"three" ELSE ?"four" END IF END IF RETURNA.oneB.twoC.threeD.four
( 14 )下列程序的运行结果是SET EXACT ONs="ni"+SPACE(2)IF s=="ni"IF s="ni"? "one"ELSE? "two"ENDIFELSEIF s="ni"? "three"ELSE? "four"ENDIFENDIFRETURNA) oneB) twoC)threeD)four
下列给字符串二维数组进行赋值的语句中,错误的是()。A.String s[ ] [ ] = new String [ ] [ ] { { “One “ , “ Two “ }, { “ Three “ , “ Four “ } } ;B.String s[ ] [ ] = { { “ One “ , “Two “},{ “ Three “ , “ Four “ } } ;C.String s[ ] [ ] = new String [ ] [ ] { { “Zero”} , { “ One ” , “Two” , “ Three” , “ Four” } } ;D.String s[ 2] [2 ] = { { “ One ” , “Two”},{“ Three” , “ Four” } } ;