She ____________ a scarf from the closet to match her new dress.

题目
She ____________ a scarf from the closet to match her new dress.

A.picked up

B.picked on

C.picked out

D.picked at

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

第1题:

( ) name is Jane. ( ) is from the USA.

A. Her, She

B. She's, She

C. Her, Her


答案:A

第2题:

将“学生”表中学号左4位为“2010”的记录存储到新表new中的命令是:SELECT*FROM学生WHERE_______=“2010”_______DBF new


正确答案:Left(学号4)into
Left(学号,4)into 解析:Left(学号,4)=“2010”是选出“学生”表中学号左4位为“2010”的记录。
into DBF new是将选出的记录填入新表new中。

第3题:

She's?at?her?best?when?she's?making?big?decisions. ()

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


参考答案:正确

第4题:

She′s such an irritating woman,and I don′t know how you can__________her.

A.put up
B.put up with
C.stand up with
D.stand with

答案:B
解析:
考查词组辨析。句意为:“她是一个爱发脾气的人,我不知道你是怎么容忍她的。”故选B项。Put?up with“容忍”;stand“容忍”。

第5题:

10.1 have a good friend.______ name is Jane._____ is thirteen.

A. Her ; Her

B. She's; She

C. Her;She

D. She;She


正确答案:C
10.C【解析】本题既考查人称的一致性,又考查物主代词和人称代词的区别.

第6题:

A network administrator wants to permit Telnet traffic initiated from the address book entry the10net in a zone called UNTRUST to the address book entry Server in a zone called TRUST.However, the administrator does not want the server to be able to initiate any type of traffic from the TRUST zone to the UNTRUST zone.Which configuration statement would correctly accomplish this task?()

A. from-zone UNTRUST to-zone TRUST { policy DenyServer { match { source-address any; destination-address any; application any; } then { deny; } } } from-zone TRUST to-zone UNTRUST { policy AllowTelnetin { match { source-address the10net; destination-address Server; application junos-telnet; } then { permit; } } }

B. from-zone TRUST to-zone UNTRUST { policy DenyServer { match { source-address Server; destination-address any; application any; } then {deny; } } } from-zone UNTRUST to-zone TRUST { policy AllowTelnetin { match { source-address the10net; destination-address Server; application junos-telnet; } then { permit; } } }

C. from-zone UNTRUST to-zone TRUST { policy AllowTelnetin { match { source-address the10net; destination-address Server; application junos-ftp; } then { permit; } } }

D. from-zone TRUST to-zone UNTRUST { policy DenyServer { match { source-address Server; destination-address any; application any; } then { permit; } } } from-zone UNTRUST to-zone TRUST { policy AllowTelnetin { match {source-address the10net; destination-address Server; application junos-telnet; } then { permit; } } }


参考答案:B

第7题:

6.______ Jenny._______name is Tom.

A.I'm;My

B.Her;My

C.I'm;His

D.She's;Her


正确答案:C
6.C[解析】第一个空从语法上看,A、C、D都是正确的,第二个空需要用形容词性物主代词,Tom是男名,因此应该用形容词性物主代词his,选择C。

第8题:

听力原文:W: Who's your new secretary, Tom?

M: I'm pleased with the work she's been doing so far.

What do we know about Tom's secretary?

A.She's not efficient.

B.She's often late.

C.She's capable.

D.She's honest.


正确答案:C
解析:男士指出I'm pleased...由此可知答案为C。

第9题:

__________

A.switch
B.hatch
C.character
D.match

答案:C
解析:

第10题:

设ADOrs为Recordset对象,从“学生基本情况表”中获取所有记录的语句是()。

AADOrs.Open“select * From 学生基本情况表”

BADOrs.Execute“select * From 学生基本情况表”

CADOrs.New“select * From 学生基本情况表”

DADOrs.Select “select * From 学生基本情况表”


A