A、fight
B、combat
C、struggle
D、battle
第1题:
I______to be a scientist when I______ a boy.
A、wanted, was
B、want, am
C、wanted, am
D、want, was
第2题:
请阅读下面程序,说明该程序创建线程使用的方法是( )。 public class ThreadTest { public static void main(String args[]) { Thread tl=new Thread(new HolloWorld); Thread t2=new Thread(new HolloWorld); tl.start; t2.Start; } } class HolloWorld implements Runnable { int i; public void run { while(true) { System.out.println("HolloWorld"+i++); if(i= =5)break; } } }
A.继承Thread类
B.实现Runnable接口
C.tl.start
D.t2.start
第3题:
在电子商务的英文表述中,最表示广义的电子商务的词组是()
A.Electronic-Commerce
B.Electronic-Business
C.Internet-Commerce(I-C)
D.Internet-Business(I-B)
第4题:
有以下程序
#include <stdio.h>
main( )
{ int arr[ ]={1,3,5,7,2,4,6,8},i,start;
scanf("%d", &start);
for (1=0; 1<3; i++)
printf(”%d”,arr[ (start+i)%8] );
}
若在程序运行时输入整数10<回车>,则输出结果为【 12 】。
第5题:
在以下表示电子商务英文词组中,与最贴近网络购物活动的表述是()
A.Electronic-Commerce
B.Electronic-Business
C.Internet-Commerce(I-C)
D.Internet-Business(I-B)
第6题:
在电子商务的英文表述中,最常用的词组是()
A.Electronic-Commerce
B.Electronic-Business
C.Internet-Commerce(I-C)
D.Internet-Business(I-B)