网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
I rarely play basketball.
A:normally
B:seldom
C:frequently
D:usually
B:seldom
C:frequently
D:usually
参考答案
参考解析
解析:rarely“很少”, seldom也有这个意思。例如:She seldom shows her feelings.她很少流露自己的感情。frequently“经常”,例如:She frequently attends academic meetings.她经常参加学术会议。usually“通常”,例如:Influenza usually breaks out in winter.流感通常在冬天爆发。normally“正常地,常态地”。
更多 “ I rarely play basketball.A:normally B:seldom C:frequently D:usually” 相关考题
考题
阅读以下说明和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);}}
考题
AThe music clubThe music club needs two people. Read about the four people. How many things can each student do?Ma HuiI can’t sing and I can't dance. I can play the violin and the piano.PetrusI can’t dance, but I can sing. I can play the violin.AngelaI can sing, but I can-t dance. I can play the trumpet and the guitar.AlbertI can sing and dance. I can play the trumpet and the guitar.( )21. How many things can Ma Hui do?A. OneB. TwoC. ThreeD. Four
考题
I _________ table tennis quite well, but I haven ’t had time to play since the New Year.A. will playB. have playedC. play
考题
--What do you usually do at weekends?--- ____A. I play football with a group of friendsB. It's lovely. Thank youC. I started learning tennis when I was 6
考题
—What’s after the play?—()
A.Is it very interesting?B.I don’t mind watching this play.C.That’s all right.D.I’m not sure.May be it’s a football match.
考题
— I wish you wouldn’t play the TV so loud.
A、No, I wouldn’t.B、Yes, I would.C、Thanks.D、Sorry. Was I disturbing you?
考题
Olivia:Do you mind if I play some music?Bill:______. I'm writing my assignment.A、Of course I doB、Not at allC、Of course notD、Certainly
考题
I rarely wear a raincoat because I spend most of my time in a car.A:normally B:seldom C:frequently D:usually
考题
阅读下列说明、C++代码和运行结果,填补代码中的空缺,将解答填入答题纸的对应栏内。
[说明]
对部分乐器进行建模,其类图如下图所示,包括:乐器(Instrument)、管乐器(Wind)、打击乐器(Percussion)、弦乐器(Stringed)、木管乐器(Woodwind)、铜管乐器(Brass)。
类图
下面是实现上述设计的C++代码,其中音乐类(Music)使用各类乐器(Instrument)进行演奏和调音等操作。
using namespace std; enum Note(/*枚举各种音调*/ MIDDLE_C,C_SHARP,B_FLAT }; classInstrument{/*抽象基类,乐器*/ public: ______; //play函数接口 virtual voidadjust()=0; //adjust函数接口 }; class Wind ______{ public: void play(Note n) { cout<<"Wind.play() "<<n<<endl; } void adjust(){cout<<"Wind.adjust()"<<endl; } ); /*类Percussion和Stringed实现代码略*/ class Brass ______{ public: void play(Note n) {cout<<"Brass.play() "<<n<<endl; } void adjUSt(){cout<<"Brass.adjust()"<<endl;) }; classWoodwind:public Wind{ public: void play(Note n) { cout<<"Woodwind.play()"<<n<<endl; } }; class MusiC { public: voidtune(Instrument*i) { i->play(MIDDLE_C.; } voidadjust(Instrument*i){ i->adjust(); } void tuneAll(______ e[],int numIns){ /*为每个乐器定调*/ for(int i=0; i<numIns; i++){ this->tune(e[i]); this->adjust(e[i]); } } }; /*使用模板定义一个函数size,该函数将返回数组array的元素个数,实现代码略*/ int main(){ Music*music=______ Music(); Instrument*orchestra[]={new Wind(),new Woodwind() }; music->tuneAll(orchestra,size(orchestra));/*size返回数组orchestra的元素个数*/ for(int i=0;i<size(orchestra);i++) deleteorchestra[i]; delete music; }
本程序运行后的输出结果为:
Wind.play()0 Wind.adjust() Woodwind.play()0 Wind.adjust()
考题
I do not know how I shall manage this winter. I ________it not for the weather which is rarely fierce, but for the loneliness.
A. intimidate
B. fear
C. terrify
D. dread
考题
I like playing football best,but occasionally I play table tennis,too.A:sometimes
B:frequently
C:usually
D:always
考题
I rarely wear a raincoat because I spend most of my time in a car.A:normally
B:seldom
C:frequently
D:usually
考题
I rarely wear a raincoat because I spend most of my time in a car.A:normally
B:seldom
C:continuously
D:usually
考题
Ben, would you like to play football with us?()but I have to wash the dishes first.A、No, I can'tB、I don't want toC、Yes, pleaseD、I'd love to
考题
单选题I always tell my students ______ on the road because it’s really dangerous.A
not to playB
to play notC
not playingD
not play
考题
单选题I _____ ping-pong quite well, but I haven’t had time to play since the new year.A
will playB
have playedC
playedD
play
考题
单选题_____ got on the train when it started to move.A
I rarely hadB
Scarcely had IC
No sooner I hadD
No sooner had I
考题
单选题—Why don’t you go out to play, Rose?—I’m afraid I can’t. I have much homework ______.A
doB
doesC
doingD
to do
热门标签
最新试卷