更多“The old lady needs a few feather (枕头)to make herself comfortable. ”相关问题
  • 第1题:

    She lacks confidence _____ herself.

    A. for

    B. in

    C. on

    D. to


    参考答案:B

  • 第2题:

    Few () his intention of moving to the South.

    Aknows

    Bare knowing

    Cknow

    Dis knowing


    C

  • 第3题:

    下面的代码的执行结果是____ s = 'F' if s == 'f': print('lady') else: print('man')


    3

  • 第4题:

    [A] loaf [B] feather [C] leaf [D] fog


    正确答案:B

    本题考查英语语言习惯。英语和汉语中都有大量的比喻形式。有些比喻的喻体大不相同,如:spend money like water(挥金如土);有些则很相似,如:as firm as a rock(坚如磐石)as light as a feather(轻如鸿毛)。因此本题应选[B],文中用这个比喻形容“车子打滑时驾驶者失重的感受”。loaf意为“一条(面包)”;leaf意为“树叶”;fog意为“雾”。

  • 第5题:

    2010年,MAKE奖的全球级奖项细分为全球MAKE奖和全球独立运营机构MAKE奖。


    正确

  • 第6题:

    用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”

    A.:r/old/new

    B.:s/old/new

    C.:1,$s/old/new/g

    D.:%s/old/new/g


    B