28.The story says that .A.Jigs and Reels went out to play with snowB.Jigs and Reels lik

题目

28.The story says that .

A.Jigs and Reels went out to play with snow

B.Jigs and Reels liked to look for food outside

C. Jigs and Reels ate much more than Bob did

D. Jigs and Reels were a great help to Bob

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

第1题:

We _________ to make him feel at home.

A. went to our way

B. went out of our way

C. went away from our way

D. went on our way


参考答案:B

第2题:

阅读以下说明和Java代码,将应填入(n)处的字句写在对应栏内。

【说明】

下面代码里,instr是一个抽象类,它被两个子类wind和rain分别实现,而brass又继承了wind类,并覆盖了play方法。

【程序】

(1) class instr{

(2) Void play();

}

class wind (3) instr{

void play(){System.out.println("wind play!");}

}

class rain extends instr {

void play(){System.out.println("rain play!");}

}

class brass extends (4) {

void play(){System.out.println("brass play!"));}

}

public class music{

static void tuneAll(instr e[]){

for(int i=0;i<e.length;i++)

e[i].play();

}

public (5) void main(String[]args){

instr orch[]=new instr[3];

int i=0;

orch[i++]=new wind();

orch[i++]=new rain();

orch[i++]=new brass();

tuneAll(orch);

}

}


正确答案:(1)abstract (2)abstract (3)extends (4)wind (5)static
(1)abstract (2)abstract (3)extends (4)wind (5)static 解析:本题考查了Java抽象类的定义、继承,以及主函数定义的一些相关知识。
定义抽象类时只需在类标识符前加上关键字abstract即可,在Java语言中,抽象类中的方法也为抽象方法。因此,第(1)空与第(2)空的答案是abstract。
题目要求类wind和rain是抽象类instr的子类,即类wind和rain都继承抽象类instr,在Java语言中,对抽象类的继承用关键字extends,如果不能确定,还可以往下看程序,就清楚了。因此,第(3)空应该填extends。
又由于题目要求类brass继承类wind,第(4)空的答案也变得非常明显了,填写 wind。
第(5)空所在的位置是对Java语言的主函数的定义,Java语言中主函数也和其他一些高级语言一样,是入口函数,它的声明规定用public static void main(String[]args){}这种结构。因此,第(5)空答案是static。

第3题:

Quite often after dinner, they ( )music in a pub and ( )home about midnight.

A. are playing,are going

B. will play,are going

C. play,go

D. played,went


正确答案:C

第4题:

Max didn’t () yesterday afternoon; he() at home.

A、go out/stayed

B、go out/stay

C、went out/stayed

D、went out/stay


答案:D

第5题:

Tom went out to play with his homework______.

A. done

B. to do

C. doing

D. being done


正确答案:A
19.答案为A  参考译文:汤姆做完了他的作业后出去玩了。with+名词+过去分词,在此句中作伴随状语,由于做作业动作发生在出去玩之前,而且已经做完了,故选用过去分词。

第6题:

Jefferson ________ his way to talk with gardeners,servants,and waiters.

A. went on

B. went out of

C. went

D. went to


参考答案:B

第7题:

[A] story [B] wander [C] arrow [D] play


正确答案:C

本题考查文化常识。god Cupid 指“爱神丘比特”,他手持具有爱情魔力的弓箭,被其射中者将坠入情网。因此本题应选[Carrow。另外,从搭配上看,[Astory“故事,叙述”和[Dplay“游戏,玩耍,比赛”都不与介词into搭配。[Bwander可与into搭配,意为“闲逛,游荡,流浪(进入某地)”,如:Cows and goats sometimes wander into minefields, getting killed.(母牛和山羊有时游荡到矿区里而被杀死。)显然,[D]不符合文意。

第8题:

The young peasant went out west to try his ________.

A. fortune

B. health

C. ambition

D. relation


参考答案:A

第9题:

After they finished _____football,they went for a drink in a pub.

A.playing

B.to play

C.play


参考答案:A

第10题:

________ time went by, the colour of the wall faded out.


参考答案:As

更多相关问题