to speak ofto swell upto insertto straighten outto bandage up1.I ________ my key into the lock and turned it, but I could not open the door. 2.We’ve had no rain to ________, only a few drops. 3.The doctor has already _________ her broken ankle. 4.There is

题目

to speak of

to swell up

to insert

to straighten out

to bandage up

1.I ________ my key into the lock and turned it, but I could not open the door. 2.We’ve had no rain to ________, only a few drops. 3.The doctor has already _________ her broken ankle. 4.There is a series of bends, then the road _________. 5.Her ankle _________ after the fall.


相似考题
参考答案和解析
参考答案:1.inserted
2.speak of
3.bandaged up
4.straightens out
5.swelled up
更多“to speak ofto swell upto insertto straighten outto bandage up1.I ________ my key into t ”相关问题
  • 第1题:

    若 E[X(t1)] =mx(t1),E[ Y(t2)] =my(t2),E[X(t1) Y(t)2] =mx(t1)my(t2),则随机过程X(t)与Y(t)。

    A.不相关

    B.相关

    C.正交

    D.独立


    参考答案:A

  • 第2题:

    AsaruleofthumbforQA(QualityAssurance)activities,howmanyhoursofdownstreamQA(QualityAssurance)costsaresavedforeachhourspentontechnicalreviewsearlyintheproject?()

    A.Upto5

    B.Upto10

    C.Upto15

    D.Upto20


    参考答案:B

  • 第3题:

    Could I use your bike for a moment?()

    AIt's well.

    BIt doesn't matter.

    CBy all means

    DI have no idea.


    C

  • 第4题:

    I’d love to have a break, but I can't () the time now.

    A.spare

    B.spend

    C.speak


    正确答案:A

  • 第5题:

    May I use your bike for a moment?()

    AIt's well.

    BIt doesn't matter. 

    CBy all means. 

    DI have no idea.


    C

  • 第6题:

    下列程序的执行结果是: def f2 (my_dict): temp = '' for key in my_dict: if temp < key: temp = key return temp a_dict = {'bill':1,'rich':2,'fred':10,'walter':20} print f2(a_dict)


    33