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
第2题:
将“学生”表中学号左4位为“2010”的记录存储到新表new中的命令是:SELECT*FROM学生WHERE_______=“2010”_______DBF new
第3题:
此题为判断题(对,错)。
第4题:
第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
第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; } } }
第7题:
6.______ Jenny._______name is Tom.
A.I'm;My
B.Her;My
C.I'm;His
D.She's;Her
第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.
第9题:
第10题:
设ADOrs为Recordset对象,从“学生基本情况表”中获取所有记录的语句是()。
AADOrs.Open“select * From 学生基本情况表”
BADOrs.Execute“select * From 学生基本情况表”
CADOrs.New“select * From 学生基本情况表”
DADOrs.Select “select * From 学生基本情况表”