They use computers to keep the traffic smoothly.A. being run B. run C. to run D. running

They use computers to keep the traffic smoothly.

A. being run B. run C. to run D. running


相关考题:

下述关于平安RUN描述正确的是() A、平安RUN只有一个标准可以选择B、平安RUN是客户拥有的一项保单服务,不是附加的增值服务C、每天都必须走10000步才能达到标准D、少儿平安福的投保人可以申请平安RUN

TYJL-ADX型计算机联锁,联锁机在初始化过程中时,其FCX板上表示灯状态是()。 A.RUN绿闪ERR灭灯STBY绿闪B.RUN黄闪ERR灭灯STBY绿闪C.RUN绿闪ERR灭灯STBY灭灯D.RUN黄灯ERR灭灯STBY绿闪

Youhavecreatedascriptintherecoverycatalogcalledbackup_database.Whichofthefollowingcommandswouldsuccessfullyexecutethatscript?() A.run{openscriptbackup_database;runscriptbackup_database}B.run{engagescriptbackup_database;}C.run{runscriptbackup_database;}D.Run{executescriptbackup_database;}E.Thenamebackup_databaseisaninvalidnameforanRMANscript.TryingtorunitfromRMAN wouldresultinanerror.

Given:Which two can be results?() A. java.lang.RuntimeException: ProblemB. run.java.lang.RuntimeException: ProblemC. End of method.java.lang.RuntimeException: ProblemD. End of method.run.java.lang.RuntimeException: ProblemE. run.java.lang.RuntimeException: Problem End of method.

U31安装补丁的方法是() A.\uuf\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本B.\uif\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本C.\ums-client\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本D.\ums-server\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本

当一个线程t调用start后,即Threadtest t=new Threadtest().start,下面哪种描述是正确的 ()A.该t线程立即开始执行run方法B.该t线程执行完了run方法C.该t线程处于不可运行状态,没有执行run方法D.该t线程处于可运行状态,还没有执行run方法

1、myDog是Dog类的对象,使用该对象myDog调用run()方法,语句正确的是()。A.Dog.run();B.myDog.run();C.Dog.run;D.MyDog.run;

关于Runnable接口与Thread类,以下说法正确的是:A.Runnable接口只有一个run()方法B.run()方法没有参数C.run()方法没有返回值D.Thread类是一个抽象类,需要重写其run()方法

【单选题】PLC的工作模式是通过模式转换开关来实现的,在PLC通电的情况下,(B ),表示PLC的工作状态是运行状态;(),表示PLC的工作状态是停止状态。A.RUN位置--运行指示灯(RUN)熄灭B.RUN位置--运行指示灯(RUN)发光C.STOP位置--PLC的运行指示灯(RUN)发光D.STOP位置--PLC的运行指示灯(RUN)熄灭E.中间待运行位置

【单选题】1.2 若有下列定义多线程方式的描述: ① 继承Runnable,重写run方法 ②引用Runnable, 重写run方法 ③继承Thread , 重写run方法 ④ 引用Thread , 重写run方法 则正确的描述有()A.① ③B.① ④C.② ③D.② ④