正确答案: C
某个时期内企业的信息安全事件的数量为零,这意味着企业面临的信息安全风险很小
题目:有关信息安全事件的描述不正确的是
解析:答案:C
查看原题
举一反三的答案和解析:
[单选题]文中( 3 )处正确的答案是( )。
近期最少使用(LRU)算法
[单选题]软件开发环境应该支持软件生存期(33)的活动,应易于定制、裁剪或扩充以符合用户的要求,其中(34)是指软件开发环境应能符合项目特性、过程和用户的爱好。
每个阶段
[单选题]下面选项中,不属于HTTP客户端的是______。
Apache
解析:解析:本题考查HTTP服务相关常识。
[单选题]以下关于隧道技术说法不正确的是()
IPSec协议中不会使用隧道技术
[单选题]如果主存容量为16M字节,且按字节编址,表示该主存地址至少应需要(6)位。
24
解析:解析:根据主存容量或芯片的规格求地址的位数,或者是数据线的数量,这种题型在软考中经常出现,知道规则就很容易解题。求地址线只要把主存的容量写成2的N次方的形式,这个N就是地址的位数,如题目中的16M=224,所以表示该主存地址至少需要24位。其实这种规律也是从实践过程中总结出来的,我们来看几个简单的例子:如果地址线有1根,则可以表示2个地址,即地址0,1,刚好满足21=2;如果地址线有2根,则可以表示4个地址,即地址00,01,10,11,满足22=4如果地址线有3根,则可以表示8个地址,即000,001,010,011,100,101,110,111,满足23=8;依次类推,也就把规律总结出来了。
[单选题]C is sometimes referred to as a 'high -level(66)language'. Some people think that's an insult, but it's actually a deliberate and significant aspect of the language. If you have(67)in assembly language, youll probably find C very natural and comfortable(although if you continue to focus too heavily on machine - level details, youll probably end up with unnecessarily non- portable programs). If you havent programmed in assembly language, you may be frustrated by C 's lack of certain higher - level features. In either case, you should understand why C was de- signed this way: so that seemingly - simple constructions expressed in C would not expand to arbitrarily expensive( in time or(68))machine language constructions when(69). If you write a C program simply and succinctly, it is likely to result in a succinct, efficient machine language executable. If you find that the(70)resulting from a C program is not efficient, it's probably because of something silly you did, not because of something the compiler did behind your back which you have no control over. In any case, there's no point in complaining about C's low - level flavor: C is what it is.
assembly
解析:解析:assembly:汇编语言
[单选题]操作系统特征扫描的主要功能是什么?()
扫描目标主机的操作系统
[单选题]在关系数据库设计中,没计关系模式是数据库设计哪个阶段的主要任务?(61)。
逻辑设计阶段
解析:解析:数据库逻辑设计分为三个阶段,分别是:收集和分析用户要求、建立E-R模型和数据库模式设计。主要任务是创建数据库模式。
[单选题]软件工程的三要素指的是(34)。
工具,过程和方法
解析:解析:工具,过程和方法是软件工程的三要素。