广东开放大学

Last night, I had to walk home.No one would give me ( ).A.a liftB.a bookC.a car

题目
Last night, I had to walk home.No one would give me ( ).

A.a lift

B.a book

C.a car

参考答案和解析
参考答案:A
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

( 10 )执行下列程序,显示的结果是 【 10 】 。

one= "WORK"

two = ""

a = LEN ( one )

i = a

DO WHILE i>=1

two = two + SUBSTR ( one ,i , 1 )

i=i - 1

ENDDO

? two


正确答案:

第2题:

I __________ along the street when he shouted at me.

A. walked

B. was walking

C. walk


参考答案:B

第3题:

My parents’ divorce _______ a big effect _______ me.

(A)brought … into

(B) brought … to

(C) took … on

(D) had … on


正确答案:D
解答参考:D。此题考查词组搭配have an effect on 对……有影响【译文】父母离婚给我造成了很大影响。

第4题:

2、在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是

A.j = i; j< = PtrL->Last; j++

B.j =PtrL->Last; j>= i; j--

C.j = i-1; j< = PtrL->Last; j++

D.j =PtrL->Last; j>= i-1; j--


O(n)

第5题:

I () roast leg of lamb, please.

A、will like

B、would like

C、would


正确答案:B

第6题:

I _____my breakfast at 8, but_____ I lunch yet. .

A. had, haven't had

B. had, didn't have

C. have had, didn't have


参考答案:A

第7题:

I _______ him study hard until he passes the exam.

A.ask

B.made

C.let

D.had


参考答案:C

第8题:

to, I, how, last, winter, skate, learned

__________________________________________________________________________.


正确答案:
I learned how to skate last winter. / Last winter I learned how to skate.

第9题:

—Why didn't you go to the cinema yesterday?

—I______, but my daughter returned from America the moment I was leaving.

A. did

B. would

C. was going to

D. had


正确答案:C

16.答案为C  “你昨晚为什么不去电影院?”“我本打算去,但是我正要离开时我女儿从美国回来了。”该句用过去将来时表示过去打算做某事。

第10题:

在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是

A.j = i; j< = PtrL->Last; j++

B.j =PtrL->Last; j>= i; j--

C.j = i-1; j< = PtrL->Last; j++

D.j =PtrL->Last; j>= i-1; j--


O(n)