更多“The cowboy looked () in that strange-looking hat.”相关问题
  • 第1题:

    The policeman() the thief and found the wallet.

    A. searched for

    B. searched

    C. looked for

    D. looked up


    参考答案:B

  • 第2题:

    She____the sick baby for three days.

    A.looked down

    B.looked for

    C.looked into

    D.looked after


    正确答案:D

  • 第3题:

    He never ________ being looked on as a stupid student.


    参考答案:minds

  • 第4题:

    I ________ and saw a plane in the sky.

    A.looked at

    B.looked for

    C.look about

    D.looked up


    参考答案:D

  • 第5题:

    —Why do you want to work for our company?

    —This is the job that I for.

    A.looked B.am to look

    C.had looked D. have been looking


    正确答案:D

  • 第6题:

    The cowboy was the most important person in the movie.He was the________.

    A.chief
    B.rustler
    C.hero
    D.president

    答案:C
    解析:

  • 第7题:

    These plants are rather difficult()

    • A、to look after
    • B、to be looked after
    • C、being looked after
    • D、looking after

    正确答案:A

  • 第8题:

    现有:  class Guy {String greet()    {return "hi";  }  }  class Cowboy extends Guy  (  String greet()    (  return "howdy  ¨;    )  )  class Surfer extends Guy  (String greet()    (return "dude! ";)) class Greetings  {  public static void main (String  []  args)    {  Guy  []  guys =  ( new Guy(), new Cowboy(), new Surfer()  );  for (Guy g:  guys) System.out.print (g.greet()};  }  }  结果为:() 

    • A、 hi howdy dude!
    • B、运行时异常被抛出。
    • C、第7行出现一个错误,编译失败。
    • D、第8行出现一个错误,编译失败。

    正确答案:A

  • 第9题:

    问答题
    One hundred boys went on a school outing. Eighty-one percent of the boys lost a shoe, 82 percent of the boys lost a sock, 77 percent of the boys lost a handkerchief and 68 percent of the boys lost a hat.  What is the minimum percentage who lost all 4 items?

    正确答案: 8%
    解析:
    81+82+77+68=308.若使丢4件物品的人数最少,则丢3件物品的人数最大,即100人,由此可知丢4件物品的人数最少时应为8人,即丢4件物品的人数所占最小比例为8%。

  • 第10题:

    单选题
    现有:  class Guy  {  String greet()  {  return "hi";  } } class Cowboy extends Guy  {  String greet()  {  return. "howdy";}}  class  Wrangler  extends  Cowboy  {  String  greet()  {  return  "orch!"; } }  class Greetings2  {  public  static void main (String  []  args)  {  Guy g=new Wrangler();  Guy g2=new Cowboy();  Wrangler w2=new Wrangler();  System. out .print (g.greet()+g2.greet()+w2 .greet());  }  }  结果是什么?()
    A

     hi hi ouch!

    B

     ouch!  howdy  ouch!

    C

     hi howdy ouch!

    D

    编译失败

    E

    运行的咐候有异常抛出


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    现有:  class Guy {String greet()    {return "hi";  }  }  class Cowboy extends Guy  (  String greet()    (  return "howdy  ¨;    )  )  class Surfer extends Guy  (String greet()    (return "dude! ";)) class Greetings  {  public static void main (String  []  args)    {  Guy  []  guys =  ( new Guy(), new Cowboy(), new Surfer()  );  for (Guy g:  guys) System.out.print (g.greet()};  }  }  结果为:()
    A

     hi howdy dude!

    B

    运行时异常被抛出。

    C

    第7行出现一个错误,编译失败。

    D

    第8行出现一个错误,编译失败。


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    These plants are rather difficult()
    A

    to look after

    B

    to be looked after

    C

    being looked after

    D

    looking after


    正确答案: A
    解析: 暂无解析

  • 第13题:

    The man( )I served was wearing a hat.

    A.when

    B.what

    C.which

    D.who


    参考答案:D

  • 第14题:

    She ________ his number in the phone book to make sure that she had got it right.

    A、 looked up

    B、 looked at

    C、 picked out

    D、picked up


    正确答案:B

  • 第15题:

    –– Robert: I’m going to the cinema this evening.

    –– Bill: ____

    –– Robert: It ’s a Western “Cowboy Comes Home ”.

    A: What’s on?

    B: What’s in?

    C: What is acted?

    D: What is perform?


    参考答案:A

  • 第16题:

    14.

    A.find

    B.feel

    C.looks

    D.looked


    正确答案:B

  • 第17题:

    B
    The cowboy is the hero of many movies.He is,even today,a symbol of courage and adventure.But what was the life of the cowboy really like
    The cowboy‘s job is clear from the word“cowboy”。Cowboys were men who took care of cows and other cattle.The cattle were in the West and in Texas.People in the cities of the East wanted beef from these cattle.Trains could take the cattle east.But first the cattle had to get to the trains.Part of the cowboy’s job was to take the cattle hundreds of miles to the railroad towns.
    The trips were called cattle drives.A cattle drive usually took several months.Cowboys rode for sixteen hours a day.Because they rode so much,each cowboy brought along about eight horses.A cowboy changed horses several times each day.
    The cowboys had to make sure that the cattle arrived safely.Before starting on a drive,the cowboys branded the cattle.They burned a make on the cattle to show who they belonged to.But these marks didn‘t stop rustlers,or cattle thieves.Cowboys had to protect the cattle from rustlers.Rustlers made the dangerous trip even more dangerous.
    Even though their work was very difficult and dangerous,cowboys did not earn much money.They were paid bally.Yet cowboys liked their way of life.They lived in a wild and open country.They lived a life of adventure and freedom.
    The cowboy‘s job was________.

    A.to be a hero
    B.to take care of cattle
    C.to be a rustler
    D.to be a driver

    答案:B
    解析:

  • 第18题:

    These plants are rather difficult()

    Ato look after

    Bto be looked after

    Cbeing looked after

    Dlooking after


    A

  • 第19题:

    The girl is jealous of her hat.()

    • A、这个女孩嫉妒她的帽子。
    • B、那个姑娘很爱惜自己的帽子。
    • C、该女子对其帽颇为珍爱。
    • D、女孩小心翼翼的保护自己的帽子.

    正确答案:B

  • 第20题:

    单选题
    Once Akbar asked a very strange question, he looked at his people. ______ he looked one by one the heads began to hang low in search of an answer.
    A

    Though

    B

    Because

    C

    If

    D

    As


    正确答案: D
    解析:
    考查连词辨析。根据语意可知,这里表示“当”他看的时候,他们一个接一个开始低下头思考答案。as意为“当…时候”,符合语境。

  • 第21题:

    单选题
    He did not go to school yesterday because he ______ his father who was ill.
    A

    must have looked after

    B

    would have to look after

    C

    had to look after

    D

    should have looked after


    正确答案: C
    解析:

  • 第22题:

    问答题
    Katie, Adam, Lucy, Tony and Richard all wear school uniforms.  Katie, Adam and Tony wear ties.  Tony wears a blazer.  Richard hates the uniform but wears a blazer and tie.  Lucy and Katie wear hats.  Adam wears a blazer but no hat.  Who wears the least items of the uniform?

    正确答案: Lucy
    解析:
    在这五个学生中,只有Lucy佩戴了一件制服饰品,其他学生都各佩戴两件。

  • 第23题:

    单选题
    class Guy { String greet() { return "hi "; } }  class Cowboy extends Guy { String greet() { return "howdy "; } }  class Wrangler extends Cowboy { String greet() { return "ouch! "; } }  class Greetings2 {  public static void main(String [] args) {  Guy g = new Wrangler();  Guy g2 = new Cowboy();  Wrangler w2 = new Wrangler();  System.out.print(g.greet()+g2.greet()+w2.greet());  }  }  结果是什么?()
    A

    hi hi ouch!

    B

    hi howdy ouch!

    C

    ouch! howdy ouch!

    D

    编译失败


    正确答案: D
    解析: 暂无解析