单选题人为的恶意攻击分为被动攻击和主动攻击,在以下的攻击类型中属于主动攻击的是______。 A.数据窃听 B.数据篡改及破坏 C.电磁或射频截获 D.数据流分析
单选题在软件项目管理中可以使用各种图形工具来辅助决策。图1-2示意的是一张{{U}} (35) {{/U}}。
单选题计算机运行过程中,遇到突发率件,要求 CPU 暂时停止正在运行的程序,转去为突发事 件服务,服务完毕,再自动返回原程序继续执行,这个过程称为( ),其处理过程中 保存现场的目的是( )
单选题经营秘密和技术秘密是商业秘密的基本内容。我国的 (11) 涉及了商业秘密的保护问题。
单选题任何一个基于“比较”的内部排序的算法,若对6个元素进行排序,则在最坏情况下所需的比较次数至少为 (56) 。
单选题在有一台处理机CPU和两台输入输出设备IO1和IO2,且能够实现抢先式多任务并行工作的多道程序内,投入运行优先级由高到低的P1,P2,P3三个作业。它们使用设备的先后顺序和占用设备时间分别是: 作业P1:IO2(30毫秒) CPU(10毫秒) IO1(30毫秒) CPU(10毫秒) 作业P2:IO1(20毫秒) CPU(20毫秒) IO2(40毫秒) 作业P3:CPU(30毫秒) IO1(20毫秒) 在对于其他辅助操作时间可以忽略不计的假设下,作业P1,P2,P3从投入到完成所用的时间分别是 (55) 毫秒, (56) 毫秒和 (57) 毫秒。三个作业从投入运行到全部完成,CPU的利用率约为 (58) %,IO1的利用率约为 (59) %。 假定在系统中仅有这三个作业投入运行,各设备的利用率是指该设备的使用时间同作业进程全部完成所占用最长时间的比率。
单选题若一棵哈夫曼(Huffman)树共有9个顶点,则其叶子结点的个数为 (34) 。
单选题软件的复杂性主要体现在程序的复杂性。______是度量软件复杂性的一个主要参数。若采用McCabe度量法计算环路复杂性,则对于下图所示的程序图,其环路复杂度为______。
单选题软件能力成熟度模型将软件能力成熟度自低到高依次划分为初始级、可重复级、定义级、管理级和优化级,并且高级别成熟度一定可以达到低级别成熟度的要求。其中( ) 中的开发过程及相应的管理工作均已标准化、文档化,并已建立完善的培训制度和专家评审制度。
单选题The relational database model requires the data be (71) through programs that don't rely on the position of the data in the database. This is in direct (72) to the other database mode, where the program has to follow a series of pointers to the data it seeks. A program (73) a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and (74) the information. The (75) on how the search is done are specific to the DBMS and vary from product to product.
单选题极限编程(eXtreme Programming)是一种轻量级软件开发方法,它是以{{U}} (30) {{/U}}为规则。
单选题
单选题●进行防错性程序设计,可以有效地控制(36)维护成本。
单选题在只有单重继承的类层次结构中,类层次结构是 (23) 层次结构。
单选题The most accurate and most boring way to (66) Java is that it is a new computer programming language developed by Sun Microsystems that creates (67) independent programs that can be distributed and run remotely. To run Java programs, a computer must have a Java interpreter. Currently (68) Java programs are small "applets" that are (68) as part of web pages. When you use a Java (69) browser to view a Web page that includes a Java applet, the browser loads the applet onto your computer through your modem or network. Then the Java interpreter runs the applet, which could include animation or sound, on your computer rather than transmitting the code bit by bit over Internet. A few thousand bytes of Java code can turn into a powerful program on your computer. So an applet could include (70) with Java interpreter.
单选题静态成员函数仅能访问 (33) 。静态数据成员的初始化必须在 (34) 。
单选题以下关于类的叙述中,不正确的是{{U}} (39) {{/U}}。
单选题某一非确定性有限自动机(NFA)的状态转换图如下图所示,与该NFA 等价的正规式是 (28) ,与该NFA 等价的DFA 是 (29) 。
单选题软件能力成熟度模型(CMM)的第 4级(已管理级)的核心是( )