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

题目内容 (请给出正确答案)

● (71) means that a program written for one computer system can be compiled and run on another system with little or no modification.

(71)

A. Portability

B. Reliability

C. Availability

D. Reusability


参考答案

更多 “ ● (71) means that a program written for one computer system can be compiled and run on another system with little or no modification.(71)A. PortabilityB. ReliabilityC. AvailabilityD. Reusability ” 相关考题
考题 下面程序的输出结果是( )。 public class Sun { public static void main(String args[ ]) { int i = 1; switch (i) { case 0: System.out.println("zero"); break; case 1: System.out.println("one"); case 2; System.out.println("two"); default: System.out.println("default"); } } }A.oneB.one,defaultC.one,two,defaultD.default

考题 The sign “No Smoking”means “You ______ smoke here.”A: mustn ’tB: won’tC: can’tD: needn’t

考题 The sign “No Smoking”means “You ______ smoke here.”A: can’tB: needn’tC: won’tD: mustn’t

考题 publicclassThreads2implementsRunnable{publicvoidnun(){System.out.println(”run.”);thrownewRuntimeException(”Problem”);}publicstaticvoidmain(String[]args){Threadt=newThread(newThreads2());t.start();System.out.println(”Endofmethod.”);}}Whichtwocanberesults?()A.java.lang.RuntimeException:ProblemB.run. java.lang.RuntimeException:ProblemC.Endofmethod. java.lang.RuntimeException:ProblemD.Endofmethod. run.java.lang.RuntimeException:ProblemE.run. java.lang.RuntimeException:ProblemEndofmethod.

考题 Does Robert have ______ computer? —Yes,he has ______ . A、an,someB、a,oneC、a,/D、any,one

考题 下面程序的输出结果是( )。 public class Sun { public static void main(String args[ ]) { int i = 1; switch (i) { case 0: System.but.println("zero"); break; case 1: System.out.println("one"); case 2: System.out.println("two"); default: System.out.println ("default"); } } }A.oneB.one, defaultC.one, two, defaultD.default

考题 编译和执行以下代码,输出结果是( )。 int i=1; switch (i) { case 0: System.out.print("zero,"); break; case 1: System.out.print("one,"); case 2: System.out.print("two,"); default: System.out.println("default"); }A.one,B.one,two,C.one,two,defaultD.default

考题 A transport layer protocol has several responsibilities. One is to create a process-to-process (program-to-program) communication; TCP uses port (71) to accomplish this. Another responsibility of a transport layer protocol is to create a (72) and error-control mechanism at the transport level. TCP uses a sliding (73) protocol to achieve flow control. It uses the acknowledgment packet, time-out, and retransmission to achieve (74) control. The transport layer is also responsible for providing a connection mechanism for the application program. The application program sends (75) of data to the transport layer. It is the responsibility of the transport layer at the sending station to make a connection with the receiver.(71)A.numbersB.connectionsC.diagramsD.resources

考题 3、3. PLC处于()模式时,允许进行自由端口通讯。 A.RUN模式 B.PROGRAM模式 C. 监控模式 D.都可以A.RUN模式B.PROGRAM模式C.监控模式D.都可以

考题 3. PLC处于()模式时,允许进行自由端口通讯。 A.RUN模式 B.PROGRAM模式 C. 监控模式 D.都可以A.RUN模式B.PROGRAM模式C.监控模式D.都可以