(29)设计模式可以动态地给一个对象增加其他职责,而且这种方式比生成子类实现更为灵活。图5-3所示为该设计模式的类图,其中,(30)是装饰抽象类,维护一个内有的Component。
喷泉模型的典型特征是(6),因而比较适合于面向对象的开发过程。
以下关于标准化的说法中不正确的是(9)。
软件文档按照其产生和使用的范围可分为开发文档、管理文档和用户文档。其中用户文档不包括(18)。
统一过程是一种“用例和风险驱动,以架构为中心,迭代并且增量”的开发过程,定义了不同阶段及其制品,其中精华阶段关注(15)。
Network managers have long awaited practical voice-over-IP(VOIP)solutions. VOIP promises(71)network management and decreases costs by(72)a company's telephony and data infrastructures into one network. And a VOIP solution implemented at a company' s head -quarters with far -reaching branch offices can(73)tremendous amounts of(74)in long distance phone bills, provided that solution delivers POTS -like voice(75)over the Internet.
某操作系统的虚存管理采用的页面淘汰算法是最近最少使用(LRU)算法,为每个进程分配3个页面。现有一个进程的一段程序,其访问的操作数所在页面的序列为: 1 4 6 5 3 4 5 2 5 4 3 5 1 2 4 1 假定开始时内存为空,执行这段程序将产生(24)次缺页中断(程序的存储不计)。
The data station usually means a(71)unit that provides data for transmission, that accepts transmitted data, and that performs all functions necessary for communication with another functional unit. Data stations may be divided into two kinds, the primary stations and the secondary stations, (72)control functions.In(73)data link control, the primary station is the data station that supports the primary control functions of the data link, generates commands to be transmitted, and interprets received responses. Specific responsibilities assigned to the primary station include initialization of control signal interchange, organization of data flow and actions regarding error control and error recovery functions. The secondary station executes data link control functions as (74)by the primary station, interprets received commands and (75) responses to be transmitted.
采用面向对象开发方法时,对象是系统运行的基本实体。以下关于对象的叙述中,正确的是(37)。
某流水线浮点加法器分为5级,若每一级所需要的时间分别是6ns、7ns、8ns、9ns和 6ns,则此流水线的最大加速比为(8)。若每一级的时间均为7ns,则最大加速比为(9)。
已知一棵二叉树的前序序列和中序序列分别为ABDGHCEFI和GDHBAECIF,则该二叉树的后序序列为______。A.ABCDEFGHIB.GHDBEIFCAC.GHDBIEFCAD.GDHBEIFCA
主存按字节编址,地址从A4000H到CBFFFH,共有(21)字节。若用存储容量为32K*8bit的存储器芯片构成该主存,至少需要(22)片。
状态转换图接受的字集为(13)。
堆排序是(54)类排序,堆排序平均执行的时间复杂度和需要附加的存储空间复杂度分别是(55)。
宽带综合业务数字网,简称为(54),以(55)为传输媒介,是通过电活双绞线向端用户提供更高的信息传输带宽的一种接入技术,主要分为两种业务:分配业务和(56)。
计算机系统的软硬件故障可能会造成数据库中的数据被破坏。为了防止这一问题,通常需要(56),以便发生故障时恢复数据库。
ARP即攻击造成网络无法跨网段通信的原因是(8)。
绑定是将(45)和(46)所需要执行的代码加以结合的过程(47)是和类的继承以及多态相联系的。
CMM模型将软件过程的成熟度分为5个等级。属于4级以上的关键过程域是(34)。
软件测试的目的是 1.____ 。通常 2._____是在代码编写阶段可进行的测试,它是整个测试工作的基础。