更多“The only thing _____ really bothers students is whether they will have access to the resources room of the department. ”相关问题
  • 第1题:

    What a waste! Why do you () the water () all the time ?

    A、have…flowing

    B、have…flow

    C、have…to flow

    D、have…flowed


    参考答案:A

  • 第2题:

    There is no evidence【 that】 antibiotics, anti-viral medicines or steroids help, so doctors can offer only supportive care.

    我知道这是同位语从句,不缺成分,所以【】里用that不用whether,

    但我有2个问题:

    1.如果一定要用whether的话,这句子该怎么变呢?

    2.填whether不对的原因还有什么?感觉whether也很顺口


    首先回答楼楼的第二个问题~英语和中文不同,我明白你想表达的意思是“没有证据证明xxxxx是否有效”,但注意,这是我们平时很随意的中文表达,在英文里,这种说法是不存在的。正如楼上朋友所说,There is no evidence/doubt that...这是固定搭配,为什么呢?仔细观察可以发现 no doubt和no evidence都是表达的单项可能性,即它们所传达出的结论只对多种可能性中的一种有效。举个例子吧,一个人被怀疑犯了罪,而他有不在场的证据,这个证据只能证明他没有犯罪,而不能证明他犯了罪,明白了不?所以,这题只能选that,而不能选whether。顺口是固然的,这和我们平时的语言习惯有关,可在逻辑性强而不浪漫的英语环境中这就不对咯!
    还有楼楼的第一个问题~
    应该可以解决了吧!既然同位语从句只能表达一种可能性,那么定然不能用whether了,所以第一题没有答案。

    简单一点来说,There is no evidence/doubt that...就是约定俗成的用法,楼楼不必太钻牛角尖啊!

  • 第3题:

    A network administrator is configuring ACLs on a cisco router, to allow affic from hosts on networks 192.168.146.0,192.168.147.0,192.168.148.0 and 192.168.149.0 only.Which two ACL statements when combined are the best for accomplishing the task?()

    A.access-list 10 permit ip 192.168.147.0 0.0.0.255.255

    B.access-list 10 permit ip 192.168.149.0 0.0.0.255.255

    C.access-list 10 permit ip 192.168.146.0 0.0.0.0.255

    D.access-list 10 permit ip 192.168.146.0 0.0.1.255

    E.access-list 10 permit ip 192.168.148.0 0.0.1.255

    F.access-list 10 permit ip 192.168.146.0 255.255.255.0


    参考答案:D, E

  • 第4题:

    下列标识符中,()不是正确的变量名。

    A.thing1

    B.one-hundred

    C.int

    D.1thing


    正确答案:BCD

  • 第5题:

    A network administrator is configuring ACLs on a cisco router,to allow traffic from hosts on networks 192.168.146.0,192.168.147.0,192.168.148.0and192.168.149.0 only.Which two ACL statements when combined are the best for accomplishing the task?()

    A. access-list 10 permit ip 192.168.147.0 0.0.0.255.255

    B. access-list 10 permit ip 192.168.149.0 0.0.0.255.255

    C. access-list 10 permit ip 192.168.146.0 0.0.0.0.255

    D. access-list 10 permit ip 192.168.146.0 0.0.0.1.255

    E. access-list 10 permit ip 192.168.148.0 0.0.0.1.255

    F. access-list 10 permit ip 192.168.146.0 255.255.255.0


    参考答案:D, E

  • 第6题:

    xinetd可使用only_from、no_access以及access_time等参数对用户进行访问控制。若服务器上ftp服务的配置信息如下所示: service ftp { only-from =192.168.3.0/24 172.16.0.0 no_access =172.16.{1,2} access_times =07:00-21:00 } 则下列说法中错误的是______。

    A.允许192.168.3.0/24中的主机访问该ftp服务器

    B.172.16.3.0/24网络中的主机可以访问该ftp服务器

    C.IP地址为172.16.x.x的主机可以连接到此主机,但地址属于172.16.1.x、172.16.2.x的则不能连接

    D.ftp服务器可以24小时提供服务


    正确答案:D
    D 解析:本问题考查xinetd对网络服务的访问权限基本知识,从配置中可以发现,ftp服务不提供24小时访问,因此(7)应选择D。