以下(11)不是实时操作系统的特征。
计算机网络的功能十分强大,总结起来其主要表现在(20)。 ①硬件资源共享 ②软件资源 ③数据
一般来说,Cache的功能(69)。某32位计算机的Cache容量为16KB,Cache块的大小为16 B,若主存与Cache的地址映射采用直接映射方式,则主存地址为 1234E8F8(十六进制)的单元装入的Cache地址为(70)。
感染“熊猫烧香”病毒后的计算机不会出现(9)的情况。
与多模光纤相比较,单模光纤具(13)等特点。
某档机器编制的软件如果能不加修改地运行于比它高档的机器上称做(41)。
下列故障中属于事务内部故障的是(47)。
系统响应时间和作业吞吐量是衡量计算机系统性能的重要指标。对于一个持续处理业务的系统而言,(4),表明其性能越好。
(30)是数据库系统中各种描述信息和控制信息的集合,它是数据库设计与管理的有力工具。
(18)是指在经济、技术、科学及管理等社会实践中,对重复性事物和概念通过制定、发布和实施标准达到统一,以获得最佳秩序和最大社会效益。
User programs interact with the kernel through a set of standard(71). They request services to be provided by the kernel. Such services would include accessing a file: open close, read, write, link, or execute a file; starting or(72)accounting records; changing ownership of a file or(73); changing to a new directory; creating,(74), or killing a process; enabling access to hardware devices; and setting limits on system resources. Unix is a multi -user, multi -tasking operating system. You can have many users logged into a system simultaneously, each running many programs. It's the kernel's job to keep each process and user separate and to regulate access to(75), including cpu, memory, disk and other L/O devices.
发展容错技术可提高计算机系统的可靠性。利用元件冗余可保证在局部有故障的情况下系统正常工作。带有热备份的系统称为(25)系统。它是(26),因此只要有一个子系统能正常工作,整个系统仍能正常工作。
与算术表达式“(a+(b—c))*d”对应的树是(21)。
一个数据库系统必须能表示实体和关系,关系可与(43)实体有关。
In object-oriented(51), objects can be viewed as reusable components, and once the programmer has developed a(52)of these components, he can(53)the amount of new coding required. But(52)a(54)is no simple task because the integrity of the Original software design is critical. Reusability can be a mixed blessing for user, too, as a programmer has to be able to find the object he needs. But if(55)is your aim, reusability is worth the risk.
在UML提供的图中,可以采用(9)对逻辑数据库模式建模;(10)用于接口、类和协作的行为建模,并强调对象行为的时间顺序:(11)用于系统的功能建模,并强调对象的控制流。
Visual FoxPro中,建立索引的主要作用是(65)。
RAD是一种经济的磁盘冗余阵列,它采用(17)和(18)以提高数据传输率。 RAD与主机连接较普遍使用的工业标准接口为(19)。
高级程序设计语言中用于描述程序中的运算步骤、控制结构及数据传输的是(6)。
给定关系模式R(U,F),其中U为关系R属性集,F是U上的一组函数依赖,若 X→Y,(42)是错误的,因为该函数依赖不蕴涵在F中。