单选题根据现有的心脏病患者和非心脏病患者数据来建立模型,基于该模型诊断新的病人是否为心脏病患者,不适于用算法______分析。
单选题已有下图的“学生”关系,欲不重复的统计在此关系中出现的院系,可以用关系运算 (61) 。 学生 学号 学生 院系 1001 李明 计算机 2005 秦霞 电子 1004 张兰兰 计算机 3009 周岭 信息 2007 刘畅 电子
单选题 在IP数据报报头中有两个字段,一个是报头长度字段,一个是总长度字段。其中,报头长度字段{{U}}
{{U}} 25 {{/U}} {{/U}},总长度字段{{U}} {{U}} 26 {{/U}}
{{/U}}。
单选题在需求分析阶段应完成的文档是 (53) 。
单选题
一组记录的键值为(12,38,35,25,74,50,63,90,99),按2路归并排序方法对该序列进行一趟归并后的结果为______。按2路归并排序方法,此序列总共要进行的归并趟数为______。
单选题我们常用的数据模型类型有层次模型、网状模型、关系模型和面向对象模型四种。 (51) 是数据库系统中最早出现的数据模型,其数据库系统的典型代表是IBM公司的IMS(Information Management Systems)数据库管理系统;而 (52) 是使用最广的数据模型。
单选题设置日志文件的目的不包括
单选题有关二叉树的下列说法正确的是 (44) 。
单选题As mentioned above, C imposes relatively few built - in ways of doing things on the program- mer. Some common tasks, such as manipulating (66) , (67) , and doing (68) (I/O), are performed by calling on library functions. Other tasks which you might want to do, such as creating or listing directories, or interacting with a mouse, or displaying windows or other (69) elements, or doing color graphics, are not defined by the C language at all. You can do these things from a C program, of course, but you will be calling on services which are peculiar to your programming environment (70) , processor, and operating system) and which are not defined by the C standard. Since this course is about portable C programming, it will also be steering clear of facilities not provided in all C environments.
单选题关系规范化是在数据库设计的( )阶段进行。
单选题读下面的流程图,其最后结果是 (3) 。
单选题对分组查询结果讲行筛选的是( ),其条件表达式中可以使用聚集函数
单选题“防火墙”是在互联网与内部网之间建立一个安全网关,以防止非法用户的侵入,它通常由屏蔽器和代理服务器组成,其中,屏蔽路由器是一个 (47) ,但是它却难以防止黑客的攻击,其主要原因在于: (48) 。
单选题某高校的管理系统中有学生关系为:学生(学号,姓名,性别,出生日期,班级),该关系的数据是在高考招生时从各省的考生信息库中导入的,来自同一省份的学生记录在物理上相邻存放,为适应高校对学生信息的大量事务处理是以班级为单位的应用需求,应采取的优化方案是______。 A.将学号设为主码 B.对学号建立UNIOUE索引 C.对班级建立CLUSTER索引 D.对班级建立UNIOUE索引
单选题下述协议中与安全电子邮箱服务无关的是( )
单选题交换机是根据目的地址进行帧转发的,其主要作用是 (41) ,使网络总吞吐量远大于单个端口的速率。
单选题 The traditional model for systems development was that an
IT department used ______ which is a process-centered technique, and consulted
users only when their input or approval was needed. Compared with traditional
methods, many companies find that JAD allows ______ to participate effectively
in the requirements modeling process. When properly used, JAD can result in a
more accurate statement of system requirements, a beret understanding of common
goals, and a stronger commitment to the success of the new system. RAD is a
______ technique that speeds up information systems development and produces a
functioning information system. While the end product of JAD is a(an) ______,the
end product of RAD is the new information system. The RAD model consists of four
phases. During the ______, users interact with systems analysts and develop
models and prototypes that represent all system processes, outputs, and
inputs.
单选题如果“2X”的补码是“90H”,那么X的真值是( )。
单选题一条指令的执行可划分成取值,分析和执行三个部分,不同的部分由不同自由独立的硬件完成设每一指令完成取值,分析和执行三部分的时间分别为2ns,3ns,1ns现有100条指令,若顺序执行这些指令需要 (23) ;若采用流水方式执行这些指令则需要 (24) 。