Could you tell me ()?

题目
Could you tell me ()?

A、how long you live here

B、how long have you lived here

C、how long you have lived here

D、how long did you live here

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

下列程序执行后的输出结果是 included main( ) { char arr[2][4]; strcpy(arr,"you")

下列程序执行后的输出结果是

#included<string.h>

main( )

{ char arr[2][4];

strcpy(arr,"you");strepy(arr[1],"me");

arr[0][3]='&';

cout<<arr<<endl;

}

A.you&me

B.you

C.me

D.err


正确答案:A
解析:本题考察二维数组的标识方式。arr作为数组名单独使用时表示一个指向数组首部的指针,故you放在数组第一行的前三列art[0][0]、arr[0][1]、arr[0][2]中。art[1]表示指向第二行的指针,因此me放在数组第二行的前两列arr[1][0]、arr[1][1]中。而&则直接按照两维下标放到第一行的第四列中。那么输出的时候默认按照从左到右,先上后下的顺序。因此本题的正确答案为A。

第2题:

If you have finished this section, please ( ) me, and I will cut down the price to U.S. 10.00.

A、inform

B、uniform

C、tall

D、tell


参考答案:AD

第3题:

'tell' + 236 的结果为:tell236。( )

此题为判断题(对,错)。


正确答案:错

第4题:

Me,you是两个初始集合,则下列关于派生集合定义方式正确的是

A.link/me,you/:a;

B.link(me,you):a;

C.link/me you/a;

D.link(me,you)/a;


link(me,you):a;

第5题:

49.—What about some drinks?

—__________.

A. Help, yourself

B. Good idea

C. You're welcome

D. Me,too


正确答案:B
49.B【解析】句意t——来些饮料怎么样?——好主意。选项A的意思是“自用/随便吃”;选项D的意思“我也是”,两个选项均不符合题意;选项C是用来回答 Thank you的问题,故也排除。

第6题:

You ( ) me, because I never said I liked coffee without milk.

A、must misunderstand

B、must have misunderstood

C、must be misunderstanding

D、had to misunderstand


参考答案:B

第7题:

下列程序执行后的输出结果是______。 main() { char arr[2][4]; atrcpy(arr,"you");strcpy(arr[1],"me"); art[0][3]='&'; printf("%s\n",arr); }

A.you&me

B.you

C.me

D.err


正确答案:A

第8题:

Could you ____ me how to ________ this word in English? (

A. tell, speak

B. speak, say

C. tell, say

D. say, speak


正确答案:C
选项中所有的词都跟说有关,而只有tell表示告诉,怎么说这个单词应该用say。speak可以用来表示演讲中的说和说某种语言。所以答案选C。

第9题:

I__________have been there,but I__________not find the time.

A.should;would
B.should;could
C.might;could
D.could;could

答案:B
解析:
考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。

第10题:

me是一个包含3个成员属性为a的集合,you是一个包含2个成员属性为b的集合,则要定义一个2行3列的矩阵所对应的派生集合方法中正确的是

A.ps(me,you):c;

B.ps(you,me):c;

C.ps(a,b):c;

D.ps(b,a):c;


ps(you,me):c;