网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Which three methods can you use for route discovery on a WX platform? ()(Choose three.)

A. Enable RIP

B. Enable OSPF

C. Periodically poll any router

D. Import routes from a TFTP server


参考答案

更多 “ Which three methods can you use for route discovery on a WX platform? ()(Choose three.) A. Enable RIPB. Enable OSPFC. Periodically poll any routerD. Import routes from a TFTP server ” 相关考题
考题 You’ll be punished by law if you ________ your child. (A) use(B) abuse(C) used(D) abused

考题 --Must we finish our homework now? --No, you ______. You _______ finish it after school. A.needn't , mayB.mustn't , mayC.can't , canD.needn't , must

考题 “Must I finish my homework now?” “No, you() . But you() finish it this evening. ” A. mustn’ t…mustB. needn’ t…mustC. can’ t…canD. can’ t…must

考题 22.In the daytime, when you dive in the sea, you ________A. can see everything green and blueB. can- t be in dangerC. can catch nothingD. can't see anything clearly

考题 This is very important. You_____remember to shut down your computer everyevenlng。A. oughtB. needC. mustD. can

考题 Must we clearn the room before we leave?No, you _______ A.mustn'tB.can'tC.needn't

考题 You ( ) Jenny at the meeting this morning because she left for Hong Kong last night. A、wouldn’t have seenB、shouldn’t have seenC、mustn’t have seenD、can’t have seen

考题 以下程序段的输出结果为 ( )int j=2;switch(j){case 2:System.out.print("two.");case 2+1:System.out.println("three.");breakdefault:System.out.println("value is"+j);break;}A.two.three.B.two.C.three.D.value is 2

考题 —_______ I return the book to the library this week?— No, you _______.You can keep it until the end of this month. A.Must; needn’tB.Can; can’tC.May; mustn’tD.Can; mustn’t

考题 以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.twoA.two.three.B.twoC.threeD.value is 2