--Is ______ here?--No, Bob is ill at home.A. anybodyB. somebodyC. everybodyD. nobody

--Is ______ here?
--No, Bob is ill at home.

A. anybody
B. somebody
C. everybody
D. nobody

参考解析

解析:根据语法anybody或者everybody都可以,但是根据句意,应该是老师问大家是否都在这儿,everybody可以表示"所有人,大家",所以答案选C。

相关考题:

Are you still here? You were here half an hour ago. Who( )for? A、were you waitingB、are you waitingC、did you waitD、do you wait

He was worried about his mother and walked( )in the room. A. up and downB. down and upC. here and thereD. there and here

You can-t be here on time ,l think.(合并为一句) .I________,________ you________,________ here on time.

“请您在这儿签字好吗?”用英语最恰当表述的是()。A.Sign your name here.B.Put your name here .C.Would you please sign your name here?D.Would you please write your name here?

There are many box here.()

—Excuse me, can you tell me where your general manager is? —Yes, of course,(). A、here does our general managerB、here our generalC、manager comes our general managerD、here comesE、here comes our general manager

“请您在这签字好吗”用英语表述最恰当的是( )。A.Sign your name here.B.Put your name here.C.Would you please sign your name hereD.Would you please write your name here

What a nice surprise? What brings you here? ( ) A、It’s really a surprise.B、I’m here on vacation.C、Nothing.D、My brother.

“请坐这边好吗?”用英语最妥当的表述是()。A.Would you mind sit down here?B.Sitting here,please.C.Would you mind sitting down here?D.Would you sit down here?

Given:Which method will complete this class?() A.public int compareTo(Object o){/*more code here*/}B.public int compareTo(Score other){/*more code here*/}C.public int compare(Score s1,Score s2){/*more code here*/}D.public int compare(Object o1,Object o2){/*more code here*/}

I _____ here since I moved here. A、workB、workedC、will workD、have been working

下列程序的输出结果为( )。 public class Reentrant { public synchronized void a() { b(); System.out.println("here I am,in a()"); } public synchronized void b() { System.out.println("here I am,in b()"); } public static void main(String args[]) { Reentrant r=new Reentrant(); r.a(); } }A.here I am,in a()/here I am,in b()B.here I am,in b()/here I am,in a()C.here I am,in a()D.here I am,in b()

下列程序的输出结果为( )。 public class Reentrant { public synchronized void a() { b(); System.out.println("here I am, in a()"); } public synchronized void b() { System.out.println("here I am, in b()"); } public static void main(String args[ ]) { Reentrant r=new Reentrant(); r.a(); } }A.here I am, in a()/here I am, in b()B.hereI am, in b()/here I am, in a()C.here I am, in a()D.here I am, in b()

--May I know your address? --()ASure. Here you areBI have no ideaCIt’s far from here

How can I get to the nearest post office?()A、It is a long way from here.B、Sorry, I am new here.C、Why don't you walk?D、Here it is.

ID card, please.()A、Here it is.B、Here are they.C、Here you are.D、Give you.

--May I know your address? --()A、Sure. Here you areB、I have no ideaC、It’s far from here

class One {  void foo() {}  }  class Two extends One {   //insert method here  }  Which three methods, inserted individually at line 14, will correctly complete class Two?()A、 int foo() { /* more code here */ }B、 void foo() { /* more code here */ }C、 public void foo() { /* more code here */ }D、 private void foo() { /* more code here */ }E、 protected void foo() { /* more code here */ }

英译中:Here’s your room. May I put your luggage/baggage here?

- May I borrow you a screwdriver? - Yes. (). A、Here you areB、Here are youC、It’s hereD、Here it is

如何在浏览器的状态栏放入一条消息:()。A、statusbar = "put your message here"B、window.status = "put your message here"C、window.status("put your message here")D、status("put your message here")

Which three will compile and run without exception?()A、private synchronized Object o;B、void go() {synchronized() { /* code here */ }C、public synchronized void go() { /* code here */ }D、private synchronized(this) void go() { /* code here */ }E、void go() {synchronized(Object.class) { /* code here */ }F、void go() {Object o = new Object();synchronized(o) { /* code here */ }

多选题Given:   10. class One {   11. void foo() { }   12. }   13. class Two extends One {   14. //insert method here   15. }   Which three methods, inserted individually at line 14, will correctly complete class Two?()Apublic void foo() { /* more code here */ }Bprivate void foo() { /* more code here */ }Cprotected void foo() { /* more code here */ }Dint foo() { /* more code here */ }Evoid foo() { /* more code here */ }

多选题class One {  void foo() {}  }  class Two extends One {   //insert method here  }  Which three methods, inserted individually at line 14, will correctly complete class Two?()Aint foo() { /* more code here */ }Bvoid foo() { /* more code here */ }Cpublic void foo() { /* more code here */ }Dprivate void foo() { /* more code here */ }Eprotected void foo() { /* more code here */ }

多选题Given: Which three methods, inserted individually at line 14, will correctly complete class Two?()Aint foo() { /* more code here */ }Bvoid foo() { /* more code here */ }Cpublic void foo() { /* more code here */ }Dprivate void foo() { /* more code here */ }Eprotected void foo() { /* more code here */ }

单选题I’ve lived here for years since I ()here .AmoveBhave movedCmovedDwould move

多选题Which three will compile and run without exception?()Aprivate synchronized Object o;Bvoid go(){   synchronized(){/* code here */}Cpublic synchronized void go(){/* code here */}Dprivate synchronized(this) void go(){/* code here */}Evoid go(){   synchronized(Object.class){/* code here */}Fvoid go(){   Object o = new Object();   synchronized(o){/* code here */}

单选题______,everything would have been all right.AHe had been thereBHere he had beenCBeen here he hadDHad he been here