
【名词&注释】
自增运算符(self-added operator)、掌握情况、约定违约金(liquidated danages)、举例说明(illustrate)、未经许可(without permission)、机器语言(machine language)、解释性语言(interpreted language)、采取补救措施、读写周期(read-write cycle)、满足要求(meet demand)
[判断题]《中华人民共和国计算机信息系统安全保护条例》第二十三条,“故意输入计算机病毒以及其他有害数据危害;计算机信息系统安全的,或未经许可出售计算机信息系统安全专用产品的,由公安机关处以警告或者对个人处以5000元以下的罚款、对单位处以15000元以下罚款。()
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]
B. admission
C. traffic
D. time
A. flowB. admission
B. traffic
C. time
[单选题]根据合同法规定,______不属于违约责任的承担方式。
A. 继续履行
B. 采取补救措施
C. 支付约定违约金或定金
D. 终止合同
[单选题]UML的状态图展示了一个特定对象的所有可能状态,以及由于各种事件的发生而引起的状态间的转移(transition)。如果一个并发的状态由m个并发的子状态图组成,那么该并发状态在某时刻的状态由(47)个子状态图中各取一个状态组合而成。
A. 任意一
B. 任意两
C. 每一
D. 任意n(n≤m)
[多选题]Typically, these are concern with the establishment of(66)the network and with the control of the flow of messages across this channel. The provision of such facilities is only part of the network requirements, however, since in many applications the communicating computers may be of different types. This means that they may use different programming languages and, more importantly, different forms of(67)interface between user(application)program, normally referred to, as application processes or APs, and the underlying communication services may be(68)For example, one computer may be a small single -user computer, while another may be a large(69)system. In the earlier days of computer communication, these issues meantthat only closed communities of computers( that is, from the same manufacturer)could communicate with each other in a meaningful way. IBM’s Systems Network.Architecture (SN
A. and DEC's Digital Network Architecture (DN
B. communication channel access
C. protocols
D. data channel
E. public communication
[单选题]以下关于传值调用与引用调用的叙述中,正确的是( )。 ①在传值调用方式下,可以实现形参和实参间双向传递数据的效果 ②在传值调用方式下,实参可以是变量,也可以是常量和表达式 ③在引用调用方式下,可以实现形参和实参间双向传递数据的效果 ④在引用调用方式下,实参可以是变量,也可以是常量和表达式
A. ①③
B. ①④
C. ②③
D. ②④
[单选题]某机主存的读写周期(read-write cycle)为1μs,今采用增设Cache 方案和多体交叉存取方案来使其有效访问周期减少到0.2μs,设Cache的命中率为90%,则Cache的读写周期(read-write cycle)应为(42)才能满足要求(meet demand)。设在多体交叉存取访问时,产生存储体访问冲突的概率为10%,则应由(43)存储体并行工作才能满足要求(meet demand)。
A. 0.05
B. 0.1
C. 0.2
D. 0.4
[单选题]下列叙述中错误的是(22)。
A. 面向对象程序设计语言可支持过程化的程序设计
B. 给定算法的时间复杂性与实现该算法所采用的程序设计语言无关
C. 与汇编语言相比,采用脚本语言编程可获得更高的运行效率
D. 面向对象程序设计语言不支持对一个对象的成员变量进行直接访问
[单选题]● RMON和SNMP的主要区别是 (47) 。
A. RMON只能提供单个设备的管理信息,而SNMP可以提供整个子网的管理信息
B. RMON提供了整个子网的管理信息,而SNMP管理信息库只包含本地设备的管理信息
C. RMON定义了远程网络的管理信息库,而SNMP只能提供本地网络的管理信息
D. RMON只能提供本地网络的管理信息,而SNMP定义了远程网络的管理信息库
[单选题]下面是一段javabean程序,该程序的运行结果是(62)。 public class NullTest { public static void main(String[] args) { int M = 0; String str = null; StringBuffer sb = new StringBuffer("= "); sb.append(str); sb.append(M++); System.out.println(sb.toString()); } }
A. =null
B. =null0
C. =null1
D. =nullM
本文链接:https://www.zhukaozhuanjia.com/download/qp9xnq.html