I was _____ at the stop as long as thirty minutes. A.made waitingB.kept waitingC.keeping waitedD.kept waited

I was _____ at the stop as long as thirty minutes.

A.made waiting

B.kept waiting

C.keeping waited

D.kept waited


相关考题:

If possible, I ’d like the()flight for I ’m in a hurry. A、directB、commuteC、transferD、stop

设有定义inti=123;longj=456;下面赋值不正确的语句是()A.j=i;B.j=(long)i;C.i=(int)j;D.i=j;

Integeri=newInteger(42);Long1=newLong(42);Doubled=newDouble(42.0);WhichtwoexpressionsevaluatetoTrue?() A.(i==1)B.(i==d)C.(d==1)D.(i.equals(d))E.(d.equals(i))F.(i.equals(42)

设有定义int i=123;long j=456;,下列赋值不正确的是A.j=i;B.j=(long)i;C.i=(int)j;D.i=j;

各种PLC的编程软件都有在线监控功能,只是表现形式、功能有所差异而已。在线监控可在“STOP”或“RUN”模式下进行,但“STOP”模式下仅能进行I/O点状态监控,不能监控程序的运行。

I_STOP(立即停止)输入是一开关量输入,当此输入变为高时,PTO立即终止脉冲的发出。()

【单选题】设有定义 int i=123; long j=456; 下面赋值不正确的语句是()。A.j=i;B.j=(long)i;C.i=(int)j;D.i=j;

I_STOP(立即停止)输入是一开关量输入。当此输入为低时,PTO功能不会正常工作。()

设有定义 int i=123; long j=456; 下面赋值不正确的语句是A.j=i;B.j=(long)i;C.i=(int)j;D.i=j;

设有类型定义shorti=32;longj=64;下面赋值语句中不正确的一个是()A.j=i;B.i=j;C.i=(short)j;D.j=(long)i;