皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
关于交换机MAC帧的过滤功能,以下哪一项描述是错误的。
A.
交换机过滤传输路径是环路的MAC帧
B.
交换机过滤目的MAC地址不在转发表中的MAC帧
C.
交换机过滤源和目的终端不属于同一VLAN的MAC帧
D.
交换机过滤源和目的终端连接在同一交换机端口连接的网段上的MAC帧
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】以下代码的输出是什么? public class Test { public static void main(String[] args) { String s1 = "Welcome to Java!"; String s2 = s1; if (s1 == s2) System.out.println("s1 and s2 reference to the same String object...
A.
s1 and s2 reference to the same String object
B.
s1 and s2 reference to different String objects
【多选题】关于自决的财政政策的论述中,正确的是(    )。
A.
所谓自决的财政政策,就是政府根据不同时期的经济形势,相应采取变动政府支出和税收的措施,以消除经济波动,谋求实现既无失业又无通货膨胀的经济稳定增长之目标
B.
自决的财政政策包括扩张性的财政政策和紧缩性的财政政策
C.
财政政策用于减轻或消除经济衰退时,通常称为扩张性的财政政策,在经济衰退时期,国民收入小于充分就业的均衡水平,总需求不足,所以政府应当执行扩张性的财政政策
D.
财政政策用于减轻或消除通货膨胀时,通常称为紧缩性的财政政策,在经济繁荣时期,国民收入高于充分就业的均衡水平,存在过度需求,所以政府应当执行紧缩性的财政政策,其内容是:减少政府支出,增加政府税收
E.
现代税收学界把自决的财政政策,称为“逆经济风向行事”
【单选题】要发送的数据为 101110 。采用 CRC 的生成多项式是1001 。试求应添加在数据后面的余数。
A.
000
B.
011
C.
010
D.
100
【简答题】要发送的数据为101110。采用CRC的生成多项式是 【图片】求应添加在数据后面的余数。
【单选题】以下代码的输出是什么? public class Test { public static void main(String[] args) { String s1 = new String("Welcome to Java"); String s2 = s1; s1 += "and Welcome to HTML"; if (s1 == s2) System.out.println("s1 an...
A.
s1 and s2 reference to the same String object
B.
s1 and s2 reference to different String objects
【单选题】以下代码的输出是什么? public class Test { public static void main(String[] args) { String s1 = new String("Welcome to Java!"); String s2 = new String("Welcome to Java!"); if (s1 == s2) System.out.println("s1 an...
A.
s1 and s2 reference to the same String object
B.
s1 and s2 reference to different String objects
【简答题】String s1=new String(“China”); int n=s1.length( ); n的值为 ,s1==“China” 的值为
【单选题】下列程序的执行结果为( )。 Private Sub Command1_Click() Dim s1 As String,s2 As String s1='abcdef' Call Invert(s1,s2) Print s2 End Sub Private Sub Invert(ByVal xstr As String,ystr As String) Dim tempstr As String ...
A.
fedcba
B.
abcdef
C.
afbecd
D.
defabc
【简答题】[链路层 CRC] 要发送的数据为 101110。采用 CRC算法的生成多项式是 试求应添加在数据后面的余数。
【单选题】在经济繁荣时期,国民税收收入增加,相应的减少了个人可支配收入,若此时总需求和总供给的缺口仍然很大,政府应采取的相机抉择的税收政策为
A.
扩大税基
B.
消减税制
C.
降低税率
D.
增加税收优惠政策
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题