单选题设有员工实体Employee(employeeID,name,sex,age,tel departID),其中employeeID为员工号,name为员工姓名,sex为员工性别,age为员工年龄, tel为员工电话,记录该员工的手机号码、办公室电话等,deparID为员工所在部门号,参照另一部门实体Department的主码deparID。 Employee实体中存在派生属性 (67) 。Employee实体中还存在多值属性 (68) 。对属性departID的约束是 (69) 。
单选题美国公民Tom于2007年3月1日在中国专利局提出一件实用新型专利申请。其后,Tom对该发明作了改进,于2008年3月1日就其改进发明向中国专利局又提出申请时,可享有______。
单选题进程的五态模型包括运行状态、活跃就绪状态、静止就绪状态、活跃阻塞状态和静止阻塞状态。针对图8-3的进程五态模型,为了确保进程调度的正常工作,(a)、(b)、(c)的状态分别为(3),并增加一条(4)。
单选题Asynchronous Transfer Mode (ATM) is a (16) that promises to change the fabric of local and wide area communications. The key advantage of ATM is the capability to move voice, data, graphics and (17) at speeds of up to 2 gigabits per second. An ATM switch allows you to create a (18) network that is completely independent from the (19) configuration of the network. ATM uses a (20) called cell switching to convert data into fixed length cells of 53 bytes each, so they can be switched very quickly and efficiently.
单选题 遵守面向对象设计原则可以有效地提高系统的复用性和可维护性。应用{{U}} {{U}} 39
{{/U}} {{/U}}原则可扩展已有的系统,并为之提供新的行为;{{U}} {{U}} 40 {{/U}}
{{/U}}原则建议在面向对象程序设计中,应尽量针对接口编程,而不是针对实现编程。
单选题下面关于RISC计算机的描述中,正确的是 (7) 。
单选题在实现文件系统时,为加快文件目录的检索速度,可利用“文件控制块分解法”。假设目录文件存放在磁盘上,每个盘块512字节。文件控制块占64字节,其中文件名占8字节,文件内部号和文件其他描述信息占56字节。设某一目录文件共有254个文件控制块,采用分解法后查找该目录文件的某一个文件控制块的平均访问磁盘次数为 (51) 。若目录文件分解前占用n个盘块,分解后改用m个盘块存放文件名和文件内部号部分,那么访问磁盘次数减少的条件是 (52) 。
单选题IP安全性(IP Security,IPSec)提供了在局域网、广域网和互联网中安全通信的能力。关于IP安全性下列说法不正确的是 (1) 。
单选题将拥有2500台主机的网络划分为两个子网,并采用C类IP地址。子网1有500台主机,子网2有2000台主机,则子网1的子网掩码应设置为 (50) ,子网2至少应划分为 (51) 个C类网络。
单选题X.509数字证书格式中包含的元素有证书版本、证书序列号、签名算法标识、证书有效期、证书发行商名字、证书主体名、主体公钥信息和 (3) 。
单选题Future Computer Trends: The components of a PC will be built into the (6) and large plasma or electroluminescent flat panel display hanging on a partition wall will act as both a (7) and videophone display. A high resolution, touch sensitive LCD (8) into desktop will allow pan-based pointing and data input. In the home, meanwhile, computers will become as ubiquitous as TVs. Computer interfaces will be far friendlier than (9) graphical user interfaces (GUI) of today. Computers will use "human interfaces" based on multimedia. RISC microprocessors will finally obliterate the ever thinning gap between workstations and PCs. Similar advances in nonvolatile flash memory will lead to the replacement of magnetic (10) disks with electronic "silicon disks".
单选题
单选题假设磁盘上每个磁道划分成9个物理块,每块存放1个逻辑记录。逻辑记录R0,R1,…,R8存放在同一个磁道上,记录的安排顺序如表2-9所示。 表2-9 记录的安排顺序 物理块 0 1 2 3 4 5 6 7 8 逻辑记录 R0 R1 R2 R3 R4 R5 R6 R7 R8 假定磁盘旋转一圈的时间为27ms,磁头当前处在R0的开始处。若系统顺序处理这些记录,使用单缓冲区,每个记录处理时间为3ms,则处理这9个记录的最长时间为 (9) ;若对信息存储进行优化分布后,处理9个记录的最少时间为 (10) 。
单选题One of the difficulties in building an SQL-like query language for the Web is the absence of a database (131) for this huge, heterogeneous repository of information. However, if we are interested in HTML documents only, we can construct a virtual schema from the implicit structure of these files. Thus, at the highest level of (132) , every such document is identified by its Uniform Resource Locator (URL), and a (133) and a text. Also, Web severs provide some additional information such as the type, length, and the last modification date of a document. So for data mining purposes, we can consider the set of all HTML documents as a relation:Document (url, rifle, text, type, length, modif) Where all the (134) are character strings. In this framework, an individual document is identified with a (135) in this relation. Of course, if some optional information is missing from the HTML document, the associate fields will be left blank, but this is not uncommon in any database.
单选题某公司为便于员工在家里访问公司的一些数据,允许员工通过Internet访问公司的FTP服务器,如图4-7所示。为了能够方便地实现这一目标,决定在客户机与FTP服务器之间采用(51)协议,在传输层对数据进行加密。该协议是一个保证计算机通信安全的协议,客户机与服务器之间协商相互认可的密码发生在(52)。
单选题在分布式数据库中, (12) 是指各场地数据的逻辑结构对用户不可见。 A.分片透明性 B.场地透明性 C.场地自治 D.局部数据模型透明性
单选题餐厅的点菜过程如图1所示,现采用命令(Command)模式来实现该场景。那么下面顺序图中,与命令模式中的类“Command”对应的类是______;与类Receiver对应的类是______。图1顺序图
单选题 (17) 不是设备选型时应考虑的主要原则。
单选题事务处理系统(TPS)一般有三种处理方法,它们是 (3) 。 A.订单处理、客户处理和供应商处理 B.批处理、联机处理和联机输入延迟处理 C.数据采集、数据编辑和数据修改 D.数据操作、数据存储和文档制作
单选题某计算机系统由子系统A、B、C串联而成,它们的寿命均服从指数分布,其中子系统A、B的MTBF分别是200h、400h。现要求整个系统的MTBF在100h以上,则子系统C的MTBF至少为h。