其他

Which two statements are true regarding interface properties? ()A.MTU and speed must be configured under each unit.B.Physical parameters such as MTU, duplex mode, and speed are configured under the interface name.C.IP and IPv6 addresses are configured und

题目
Which two statements are true regarding interface properties? ()

A.MTU and speed must be configured under each unit.

B.Physical parameters such as MTU, duplex mode, and speed are configured under the interface name.

C.IP and IPv6 addresses are configured under a unit-number.

D.DLCI numbers, VPI/VCI values, and VLAN tags are physical parameters.

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

第1题:

[A] Like

[B] Except

[C] Regarding

[D] With


正确答案:A
36.A【精析】like像…一样;except除…之外;regarding‘关于;with prep.和…在一起。下一句说,据估计水力电站和潮汐电站能够运行100多年,因此这里指的是像水力电站一样,潮汐电站1也有很长寿命,故选A。

第2题:

下列复选框构造方法,错误的是 ( )

A.setLayout(new GridLayout(3,1));

B.add(new Checkbox("one",null,true));

C.add(new Checkbox("two"));

D.add(new Checkbox("one",true));


正确答案:D
解析:该题考查复选框的构造方法。构造方法的一般格式为:public Checkbox (String label,CheckboxGrou Pgroup,boolean state)。选项A、B、C都是正确的,而选项D是错误的,它的第二个参数应该是CheckboxGrou Pgroup,所以选项D是错误的。

第3题:

A spokesman said: ―We have no comment _______ the publication of these photographs.‖

(A) regarded

(B) regard

(C) regarding

(D) to regard


正确答案:C 
解答参考:C regarding在这里做介词,意思是―关于……‖。【译文】发言人说:―对于这些照片的出版我们不做评论。‖ 

第4题:

Import for the first three months this year is larger than that for the__________period last year.


A.relating

B.concerning

C.corresponding

D.regarding

答案:C
解析:
考查词义辨析。句意为“今年前三个月的进口量比上一年同期多”。relating to“相关的”,concerning“关于”,corresponding“相当的,对应的”,regarding“关于;就……而论”。根据句意可知是今年前三个月和去年相对应的前三个月做对比.故选C。

第5题:

Which command shows if an access list is assigned to an interface?()

A. show ip interface [interface] access-lists

B. show ip access-lists interface [interface]

C. show ip interface [interface]

D. show ip access-lists [interface]


参考答案:C

第6题:

ClicktheExhibitbutton.TheApplianceclassisaSingletonthatloadsasetofpropertiesintoaMapfromanexternaldatasource.Assume:AninstanceoftheApplianceclassexistsintheapplication-scopedattribute,applTheapplianceobject includesthenamepropertythatmapstothevalueCobiaTherequest-scopedattribute,prop,hasthevaluename.WhichtwoELcodesnippetswilldisplaythestringCobia?()

A.${appl.properties.name}

B.${appl.properties.prop}

C.${appl.properties[prop]}

D.${appl.properties[name]}

E.${appl.getProperties().get(prop)}

F.${appl.getProperties().get(’name’)}


参考答案:A, C

第7题:

下列复选框构造方法,错误的是()。

A.setLayout(newGridLayout(3,1));

B.add(newCheckbox("one",null,true));

C.add(newCheckbox("tWO");

D.add(newCheckbox("one",true);


正确答案:D

第8题:

下列CASE语句中执行结果不为空的是()

A、SELECTCASEWHEN125THEN'true'ELSE'false'END;

B、SELECTCASEBINARY'B'WHEN'a'THEN1WHEN'b'THEN2END;

C、SELECTCASEWHEN-10THEN'true'END;

D、SELECTCASE'one'WHEN1THEN'one'WHEN2THEN'two'END;


正确答案:A

第9题:

GSM current channel窗口内的字段修改步骤是()

A.右键--Cellcontent--Properties

B.右键--Properties--Cellcontent

C.右键--Properties--双击Charts1选项进行参数选择

D.Properties--右键--双击Charts1选项进行参数选择


参考答案:C

第10题:

下列关于interface的说法正确的是:

A.interface中可以有private方法

B.interface中可以有final方法

C.interface中可以有function实现

D.interface可以继承其他interface


interface 可以继承其他 interface