I work in a little room off the main entrance _____ museum, checking coats and other articles which people do not want to carry around as they tour the building.
A:to
B:of
C:at
D:for
第1题:
classWorkimplementsRunnable{Threadother;Work(Threadother){this.other=other;}publicvoidrun(){try{other.join();}catch(Exceptione){}System.out.print("afterjoin");}}classLaunch{publicstaticvoidmain(String[]args){newThread(newWork(Thread.currentThread())).start();System.out.print("afterstart");}}结果为:()
A.afterjoin
B.afterstart
C.afterjoinafterstart
D.afterstartafterjoin
第2题:
下列程序的输出结果是______。
Private Sub Command1_Click()
Dim arr(1 To 10)
For i=l TO 10
arr(i)=i
Next i
For Each i In arr()
art(i)=arr(i)*2+1
Next i
MsgBox arr(7)
End Sub
第3题:
()随操作面板上的按钮的ON/OFF而定。
A.SI[i]
B.G[i]
C.R[i]
D.UI[i]
第4题:
执行下列程序,显示的结果是【 】。
ne="WORK"
two=""
a=LEN(one)
i=a
DO WHILE i>=l
two=two+SUBSTR(one,i, 1)
i=i-1
ENDDO
?two
第5题:
第6题:
输出信号SO[i]用于控制 的ON/OFF操作。