网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
I usually watch TV in the evening_______ Ihave to study for an examination.

A.because

B.unless

C.while

D.the moment


参考答案

更多 “ I usually watch TV in the evening_______ Ihave to study for an examination. A.becauseB.unlessC.whileD.the moment ” 相关考题
考题 No one could take notes as fast as the professor talked. I () missed more than half of each lecture. A、regularlyB、usually

考题 A: Have you typed the letter for me? B:(). A、Yes, I have.B、Yes, I do.C、Yes, I've done.

考题 He stopped () TV when dinner was ready. A、watchingB、to watchC、watch

考题 A: Have you been to Canada before? B:(). A、No, I have.B、Yes, I have.C、Yes, I did.

考题 类Student的声明如下:packagecom.schoolclassStudent{Stringname;intage;Student(Stringname,intage){//code}voidstudy(Stringsubject){//code}}正确调用方法study(Stringsubject)的是哪项?() A.Studentstu=newStudent(“Tom”,23);stu.study(“数学”);B.Student.study(“数学”);C.Studentstu=newStudent(“Tom”,23);stu.study();D.Studentstu=newStudent(“Tom”,23);Stringresult=stu.study(“数学”);

考题 Are you the sailor on duty/ watch?

考题 I _________ (watch) TV when someone knocked at the door.

考题 It is convenient to purchase things on line.A:read B:buy C:rent D:watch

考题 2. 我没听见你刚才说的什么,我看电视呢。 I didn't hear what you said just now. I ________ (watch)TV.

考题 4、输出如下程序结果,并简要说明程序运行原理: import Netimport random name='小明' time=0 print(name,'上网时间、行为统计:') time += Net.net_play(1.5) time += Net.Watch_videos(2) time += Net.Play_game(3) time += Net.Study(2) Net.times(time)