Seeing the little sister crying hard, Giselle instinctively searched her bag for () paper to wipe the tears.A、coarseB、hardC、tissueD、writing

题目

Seeing the little sister crying hard, Giselle instinctively searched her bag for () paper to wipe the tears.

A、coarse

B、hard

C、tissue

D、writing


相似考题
更多“Seeing the little sister crying hard, Giselle instinctively searched her bag for () pa ”相关问题
  • 第1题:

    Tim and Jim are ______.

    A、friends

    B、friend

    C、brother

    D、sister


    参考答案:A

  • 第2题:

    Resolution typically is(71)2 in dots per inch(dpi), and is stated as the number of columns and rows of dots.

    A.computed

    B.stack

    C.measured

    D.searched


    正确答案:C
    解析:本题考查分辨率的基本概念。分辨率(resolution)就是屏幕图像的精密度,是指显示器所能显示的点数的多少。由于屏幕上的点、线和面都是由点组成的,显示器可显示的点数越多,画面就越精细,同样的屏幕区域内能显示的信息也越多,所以分辨率是一个非常重要的性能指标。参考译文:分辨率通常使用DPI来度量,表示为每行和列的点数。

  • 第3题:

    ______a dog on the road,the car stopped.

    A.Having seen
    B.On seeing
    C.The driver seeing
    D.Seeing

    答案:C
    解析:

  • 第4题:

    ----Hard-a-port! ----Hard-a-port! __________!

    A.Hard-a-port

    B.Wheel hard-a-port

    C.Wheel on hard-a-port

    D.Yes


    正确答案:B

  • 第5题:

    Unlike her__________ sister, Judith is a shy, unsociable person who dislikes to go to parties or to make new friends.

    A.charming
    B.friendly
    C.gracious
    D.gregarious

    答案:D
    解析:
    考查形容词辨析。分析句子可知空格处应填与shy(害羞的)和unsociable(不爱交际的)意思相反的同,因此选gregarious(爱交际的,合群的)。

  • 第6题:

    【多选题】定义如下Bag类,()是合法的Bag类的构造方法。 class Bag{ float size; float color; }

    A.private Bag(){ }

    B.void Bag(){ }

    C.Bag(float x,float y){ }

    D.public Bag(String str){ }

    E.bag(){ }

    F.int Bag(){ }


    ACD