西北工业大学

Here is my MP3 player! It’s strange.I don’t remember leaving it here, but I ( )supposed so.A、should have doneB、need have doneC、must have doneD、can do

题目
Here is my MP3 player! It’s strange.I don’t remember leaving it here, but I ( )supposed so.

A、should have done

B、need have done

C、must have done

D、can do

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

I'd never achieve my dreams ______ here.

A: working

B: worked

C: work

D: to work


参考答案:A

第2题:

现有:publicclassTestDemo{privateintX-2;staticinty=3;publicvoidmethod(){finalinti=100;intj=10;classCinner{publicvoidmymethod(){//Here}}}}在Here处可以访问的变量是哪些?()

A.X

B.y

C.j

D.i


参考答案:A, B, D

第3题:

The house rent is expensive.I’ve got about half the space I had at home and I'm paying ( ) here.

A、three times as much

B、as much three times

C、much as three times

D、as three times much


参考答案:A

第4题:

Look! Here()the famous player

Acomes

Bcome 

Chad come  

Dcoming


A

第5题:

设有类定义如下:

class InOut{

String s= new String("Between");

public void amethod(final int iArgs){

int iam;

class Bicycle{

public void sayHello(){

//Here

}

}

}

public void another(){

int iOther;

}

}

以下哪些语句可以安排在//Here处 ?

A. System.out.println(s);

B.System.out.println(iOther);

C. System.out.println(iam);

D. System.out.println(iArgs);


正确答案:AD

第6题:

publicclassTestDemo{privateintx=2;staticinty=3;publicvoidmethod(){finalinti=100;intj=10;classCinner{publicvoidmymethod(){//Here}}}}在Here处可以访问的变量是哪些?()

A.x

B.y

C.i

D.j


参考答案:A, B, C

第7题:

设有类定义如下:

class Base{

public Base(int i){}

}

public class MyOver extends Base{

public static void main(String arg[]){

MyOver m = new MyOver(10);

}

MyOver(int i){

super(i);

}

MyOver(String s, int i){

this(i);

//Here

}

}

以下哪条语句可以安排在//Here处 ?

A.MyOver m = new MyOver();

B.super();

C.this("Hello",10);

D.Base b = new Base(10);


正确答案:D

第8题:

When did you ____ here?

A got to

B reached

C arrive in

D reach


参考答案:D

第9题:

设有如下代码:

class Base{}

public class MyCast extends Base{

static boolean b1=false;

static int i = -1;

static double d = 10.1;

public static void main(String argv[]){

MyCast m = new MyCast();

Base b = new Base();

//Here

}

}

则在 //Here处插入哪个代码将不出现编译和运行错误。

A.b=m;

B.m=b;

C.d =i;

D.b1 =i;


正确答案:AC

第10题:

It is very convenient()here.

Aliving

Blive 

Clived

Dto live


A