He gives people the impression ________ all his life broad.A) of having spent B) to have spent C) of being spent D) to spend

题目

He gives people the impression ________ all his life broad.

A) of having spent     B) to have spent    C) of being spent         D) to spend      

 


相似考题
参考答案和解析

A

因为他在跟别人说一生在国外的印象时,他告诉别人前,国外的生活给他留下的印象这个动作在说话时已经完成,而且发生在过去,所以用过去完成时。
of在这里作介词,因此后面要加动名词。

更多“He gives people the impression ________ all his li ”相关问题
  • 第1题:

    Usetheoperators">",whichstatementsaretrue?()

    A.00000100000000000000000000000000<<5gives10000000000000000000000000000000

    B.00000100000000000000000000000000<<5gives11111100000000000000000000000000

    C.11000000000000000000000000000000>>5gives11111110000000000000000000000000

    D.11000000000000000000000000000000>>5gives00000110000000000000000000000000


    参考答案:A, C
    Java的移位操作符一共有三种,分别是”>>”,”>>>”,”<<”,执行的操作分别是有符号右移,无符号右移,左移,有符号右移的意思是说移入的最高位和原最高符号位相同,无符号右移是移入位始终补零,左移时最低位始终补零,最高位被舍弃。移位操作符另一个非常值得注意的特点是其右操作数是取模运算的,意思是说对于一个int型数据而言,对它移位32位的结果是保持不变而非变成零,即:a>>32的结果是a而不是0,同理,对long型数是对右操作数取64的模,a>>64==a;还有一点需要注意的是移位操作符”>>>”只对int型和long型有效,对byte或者short的操作将导致自动类型转换,而且是带符号的。

  • 第2题:

    The working parent is not willing to listen to her (his) four-year-old child talking about hissandbox games because she (he) is___________.

    A.boring
    B.very tired
    C.busy
    D.angry

    答案:B
    解析:
    通读第四段,注意短语“fartoo beaten down”,可知父母每天工作非常辛苦和疲惫。所以和孩子的交流沟通少了。正确答案为B。A、C、D都不符合题意。

  • 第3题:

    下列原子或离子的核外电子从基态激发到2s或2p轨道,所需能量相同的是 ? ①H , ②He , ③He+, ④Li2+


    1 s 2 2 s 2 2 p 6 3 s 2 3 p 6 4 s 1

  • 第4题:

    You are signing on a deck officer,who will be designated as one of the GMDSS operators,before sailing foreign.Which statement is TRUE ________.

    A.He/she must have an STCW certificate endorsed as“Valid for Service on Vessels Operating in the GMDSS System”

    B.He/she must present either an FCC-issued license or a Coast Guard-issued license

    C.You must consult the“List of Qualifications”on the reverse of his/her FCC-issued license

    D.His/her Merchant Mariners Document must have an added endorsement as “Radio Electronics Officer”


    正确答案:A

  • 第5题:

    以下不可以用薛定谔方程精确求解的体系是()

    A.H

    B.He+

    C.Li2+

    D.H-


    H -

  • 第6题:

    16、下面代码的输出结果是 li = ["hello",'se',[["m","n"],["h","kelly"],'all'],123,446] print(li[2][1][1])

    A.n

    B.m

    C.kelly

    D.h


    直接输出:\nPython